+ 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/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233' + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --clean WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.9.18, NVR = mock-6.3-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --clean Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-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: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '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-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}} 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', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} 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: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} 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: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: a14b4bb1-8b1a-4157-9b83-f62050f1d522 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-16b8a7cad9fb65478c65c00a5f26ca1417314ed0 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/16/b8/16b8a7cad9fb65478c65c00a5f26ca1417314ed0_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-networking-generic-switch-e78eb0e94c73bd37a33cc69c7005c9cf31223cab baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/e7/8e/e78eb0e94c73bd37a33cc69c7005c9cf31223cab_7d11c901 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-644b6362a6b0debf6395d4bf15f963faf1a42ced baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/64/4b/644b6362a6b0debf6395d4bf15f963faf1a42ced_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-magnumclient-6357cfaa79857dd338b1c42a02eb1866609a9f18 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/63/57/6357cfaa79857dd338b1c42a02eb1866609a9f18_a76cdc99 enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-b502af5bc689cfd2fe1e939c4138663182d197c1 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/b5/02/b502af5bc689cfd2fe1e939c4138663182d197c1_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-1b2df51ae6021798b278e197999319dbb2333894 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/1b/2d/1b2df51ae6021798b278e197999319dbb2333894_d3a4be46 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-07ab08aa69ae39644c276a0907759175f8936239 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/07/ab/07ab08aa69ae39644c276a0907759175f8936239_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-af6e558150585608e44151a6f20eea28754b7aa5 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/af/6e/af6e558150585608e44151a6f20eea28754b7aa5_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/6c/33/6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-4f0414d864bd790aa6dc54e55308a94653fbcfb4 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/4f/04/4f0414d864bd790aa6dc54e55308a94653fbcfb4_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-53cf5e810bec87fc7acfee60709b94508ccecd41 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/53/cf/53cf5e810bec87fc7acfee60709b94508ccecd41_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-fed6d3241f2228575de707f8e009cb091ec81e4a baseurl=https://trunk.rdoproject.org/centos10-master/component/network/fe/d6/fed6d3241f2228575de707f8e009cb091ec81e4a_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-4cde74a24b0dde4471a12d5c96be556fd5681cd4 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4c/de/4cde74a24b0dde4471a12d5c96be556fd5681cd4_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-cdde0fb41e3501a183c23337ed06b39df663880f baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/cd/de/cdde0fb41e3501a183c23337ed06b39df663880f_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-5ad142879f45c980baf181d6eb2fc730aec501e8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/5a/d1/5ad142879f45c980baf181d6eb2fc730aec501e8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-watcher-18bc0544a47ce569e75e6c534670c9ce871e12e1 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/18/bc/18bc0544a47ce569e75e6c534670c9ce871e12e1_ac4923b3 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-21325988dfe7d63d1f3ef78b9af8a2297f787e1f baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/21/32/21325988dfe7d63d1f3ef78b9af8a2297f787e1f_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-538f6af8da510e9286ddc762182cfa7170ad7b03 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/53/8f/538f6af8da510e9286ddc762182cfa7170ad7b03_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-heat-ui-b6147482b3fa2c3edad39cd4631d4a4c34460349 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/b6/14/b6147482b3fa2c3edad39cd4631d4a4c34460349_55cf7419 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff 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-centos10-master-uc-x86_64-5-bootstrap DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --init WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.9.18, NVR = mock-6.3-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --init Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-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: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '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-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}} 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', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} 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: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} 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: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: d2e38002-b999-4089-8364-c7dc8608a102 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-16b8a7cad9fb65478c65c00a5f26ca1417314ed0 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/16/b8/16b8a7cad9fb65478c65c00a5f26ca1417314ed0_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-networking-generic-switch-e78eb0e94c73bd37a33cc69c7005c9cf31223cab baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/e7/8e/e78eb0e94c73bd37a33cc69c7005c9cf31223cab_7d11c901 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-644b6362a6b0debf6395d4bf15f963faf1a42ced baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/64/4b/644b6362a6b0debf6395d4bf15f963faf1a42ced_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-magnumclient-6357cfaa79857dd338b1c42a02eb1866609a9f18 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/63/57/6357cfaa79857dd338b1c42a02eb1866609a9f18_a76cdc99 enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-b502af5bc689cfd2fe1e939c4138663182d197c1 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/b5/02/b502af5bc689cfd2fe1e939c4138663182d197c1_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-1b2df51ae6021798b278e197999319dbb2333894 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/1b/2d/1b2df51ae6021798b278e197999319dbb2333894_d3a4be46 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-07ab08aa69ae39644c276a0907759175f8936239 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/07/ab/07ab08aa69ae39644c276a0907759175f8936239_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-af6e558150585608e44151a6f20eea28754b7aa5 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/af/6e/af6e558150585608e44151a6f20eea28754b7aa5_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/6c/33/6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-4f0414d864bd790aa6dc54e55308a94653fbcfb4 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/4f/04/4f0414d864bd790aa6dc54e55308a94653fbcfb4_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-53cf5e810bec87fc7acfee60709b94508ccecd41 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/53/cf/53cf5e810bec87fc7acfee60709b94508ccecd41_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-fed6d3241f2228575de707f8e009cb091ec81e4a baseurl=https://trunk.rdoproject.org/centos10-master/component/network/fe/d6/fed6d3241f2228575de707f8e009cb091ec81e4a_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-4cde74a24b0dde4471a12d5c96be556fd5681cd4 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4c/de/4cde74a24b0dde4471a12d5c96be556fd5681cd4_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-cdde0fb41e3501a183c23337ed06b39df663880f baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/cd/de/cdde0fb41e3501a183c23337ed06b39df663880f_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-5ad142879f45c980baf181d6eb2fc730aec501e8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/5a/d1/5ad142879f45c980baf181d6eb2fc730aec501e8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-watcher-18bc0544a47ce569e75e6c534670c9ce871e12e1 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/18/bc/18bc0544a47ce569e75e6c534670c9ce871e12e1_ac4923b3 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-21325988dfe7d63d1f3ef78b9af8a2297f787e1f baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/21/32/21325988dfe7d63d1f3ef78b9af8a2297f787e1f_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-538f6af8da510e9286ddc762182cfa7170ad7b03 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/53/8f/538f6af8da510e9286ddc762182cfa7170ad7b03_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-heat-ui-b6147482b3fa2c3edad39cd4631d4a4c34460349 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/b6/14/b6147482b3fa2c3edad39cd4631d4a4c34460349_55cf7419 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff 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-centos10-master-uc-x86_64-5 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.n_zdhmg0', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: calling preinit hooks INFO: enabled root cache INFO: /home/centos10-master-uc/data/dlrn-5.cfg newer than root cache; cache will be rebuilt DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 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 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'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: 15Gi 2.6Gi 3.1Gi 152Mi 10Gi 12Gi DEBUG: Swap: 15Gi 5.6Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 0 4.3G 0% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 187G 363G 34% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.7t3a_d3f', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc Start: installing minimal buildroot with dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '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: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '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-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-16b8a7cad9fb65478c6 166 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-generic-switch-e78eb 174 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-644b6362a6b0debf6395d 187 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-magnumclient-6357cfaa79857dd338 181 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-b502af5bc689cfd2f 192 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-1b2df51ae6021798b278e19 1.4 MB/s | 70 kB 00:00 DEBUG: delorean-openstack-nova-07ab08aa69ae39644c276a0 178 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-af6e558 197 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-6c33a667a9f5ddce07b61 197 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystoneauth1-4f0414d864bd790aa 173 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-53cf5e810b 188 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-fed6d3241 186 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-4cde74a24b0dde4471a1 206 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-cdde0fb41e3501a183c2 209 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-5ad142879f45c980baf181d6eb 190 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-watcher-18bc0544a47ce569e75e6c5 206 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-21325988dfe7d63d1f3ef7 200 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-538f6af8da510e9286dd 157 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-ui-b6147482b3fa2c3edad3 166 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 140 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 138 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 64 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 91 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 126 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 133 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 137 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 98 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 60 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 84 kB/s | 8.9 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ======================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================================== DEBUG: Installing: DEBUG: basesystem noarch 11-22.el10 baseos 4.3 k DEBUG: gcc x86_64 14.3.1-2.1.el10 appstream 38 M DEBUG: git-core x86_64 2.47.3-1.el10 appstream 4.8 M DEBUG: make x86_64 1:4.4.1-9.el10 baseos 587 k DEBUG: openstack-macros noarch 2023.1.0-0.20250702055156.ce6a105.el10 delorean-component-common 22 k DEBUG: python3-devel x86_64 3.12.11-3.el10 appstream 329 k DEBUG: python3-eventlet noarch 0.40.0-1.el10s delorean-master-testing 585 k DEBUG: python3-pbr noarch 6.1.1-1.el10s delorean-master-testing 177 k DEBUG: python3-setuptools_scm noarch 8.0.4-7.el10 crb 117 k DEBUG: python3-six noarch 1.16.0-16.el10 baseos 42 k DEBUG: python3-sphinx noarch 1:7.2.6-10.el10 crb 2.7 M DEBUG: python3-sqlalchemy x86_64 2.0.26-6.el10 appstream 3.6 M DEBUG: rpm-build x86_64 4.19.1.1-20.el10 appstream 75 k DEBUG: Installing dependencies: DEBUG: ImageMagick-libs x86_64 6.9.12.98-1.el10s delorean-master-build-deps 2.3 M DEBUG: LibRaw x86_64 0.21.3-1.el10s delorean-master-build-deps 416 k DEBUG: adobe-mappings-cmap noarch 20230622-5.el10 appstream 2.1 M DEBUG: adobe-mappings-cmap-deprecated noarch 20230622-5.el10 appstream 115 k DEBUG: adobe-mappings-pdf noarch 20190401-9.el10 appstream 687 k DEBUG: alternatives x86_64 1.30-2.el10 baseos 42 k DEBUG: annobin-docs noarch 12.99-1.el10 appstream 88 k DEBUG: annobin-plugin-gcc x86_64 12.99-1.el10 appstream 998 k DEBUG: audit-libs x86_64 4.0.3-4.el10 baseos 133 k DEBUG: authselect x86_64 1.5.0-8.el10 baseos 144 k DEBUG: authselect-libs x86_64 1.5.0-8.el10 baseos 223 k DEBUG: avahi-libs x86_64 0.9~rc2-2.el10 baseos 68 k DEBUG: bash x86_64 5.2.26-6.el10 baseos 1.8 M DEBUG: binutils x86_64 2.41-58.el10 baseos 6.4 M DEBUG: binutils-gold x86_64 2.41-58.el10 baseos 798 k DEBUG: bzip2 x86_64 1.0.8-25.el10 baseos 54 k DEBUG: bzip2-libs x86_64 1.0.8-25.el10 baseos 42 k DEBUG: ca-certificates noarch 2024.2.69_v8.0.303-102.3.el10 baseos 1.1 M DEBUG: cairo x86_64 1.18.2-2.el10 appstream 713 k DEBUG: cairo-gobject x86_64 1.18.2-2.el10 appstream 18 k DEBUG: centos-gpg-keys noarch 10.0-10.el10 baseos 9.9 k DEBUG: centos-stream-release noarch 10.0-10.el10 baseos 25 k DEBUG: centos-stream-repos noarch 10.0-10.el10 baseos 8.0 k DEBUG: coreutils x86_64 9.5-6.el10 baseos 1.1 M DEBUG: coreutils-common x86_64 9.5-6.el10 baseos 2.1 M DEBUG: cpio x86_64 2.15-3.el10 baseos 292 k DEBUG: cpp x86_64 14.3.1-2.1.el10 appstream 13 M DEBUG: cracklib x86_64 2.9.11-8.el10 baseos 96 k DEBUG: cracklib-dicts x86_64 2.9.11-8.el10 baseos 3.6 M DEBUG: crypto-policies noarch 20250804-1.git2ca4115.el10 baseos 98 k DEBUG: cups-filesystem noarch 1:2.4.10-11.el10 baseos 14 k DEBUG: cups-libs x86_64 1:2.4.10-11.el10 baseos 254 k DEBUG: curl x86_64 8.12.1-2.el10 baseos 219 k DEBUG: cyrus-sasl-lib x86_64 2.1.28-27.el10 baseos 106 k DEBUG: dbus x86_64 1:1.14.10-5.el10 baseos 4.4 k DEBUG: dbus-broker x86_64 36-4.el10 baseos 174 k DEBUG: dbus-common noarch 1:1.14.10-5.el10 baseos 15 k DEBUG: dbus-libs x86_64 1:1.14.10-5.el10 baseos 156 k DEBUG: debugedit x86_64 5.1-8.el10 appstream 80 k DEBUG: default-fonts-core-sans noarch 4.1-3.el10 baseos 30 k DEBUG: device-mapper x86_64 10:1.02.206-3.el10 baseos 140 k DEBUG: device-mapper-libs x86_64 10:1.02.206-3.el10 baseos 182 k DEBUG: diffutils x86_64 3.10-8.el10 baseos 409 k DEBUG: duktape x86_64 2.7.0-10.el10 baseos 170 k DEBUG: dwz x86_64 0.16-1.el10 appstream 140 k DEBUG: ed x86_64 1.20-5.el10 baseos 83 k DEBUG: efi-srpm-macros noarch 6-6.el10 appstream 24 k DEBUG: elfutils x86_64 0.193-1.el10 baseos 573 k DEBUG: elfutils-debuginfod-client x86_64 0.193-1.el10 baseos 47 k DEBUG: elfutils-default-yama-scope noarch 0.193-1.el10 baseos 13 k DEBUG: elfutils-libelf x86_64 0.193-1.el10 baseos 208 k DEBUG: elfutils-libs x86_64 0.193-1.el10 baseos 269 k DEBUG: expat x86_64 2.7.1-1.el10 baseos 117 k DEBUG: file x86_64 5.45-8.el10 baseos 49 k DEBUG: file-libs x86_64 5.45-8.el10 baseos 764 k DEBUG: filesystem x86_64 3.18-17.el10 baseos 4.8 M DEBUG: findutils x86_64 1:4.10.0-5.el10 baseos 551 k DEBUG: fontconfig x86_64 2.15.0-7.el10 appstream 280 k DEBUG: fonts-filesystem noarch 1:2.0.5-18.el10 baseos 8.8 k DEBUG: fonts-srpm-macros noarch 1:2.0.5-18.el10 appstream 27 k DEBUG: forge-srpm-macros noarch 0.4.0-6.el10 appstream 21 k DEBUG: freetype x86_64 2.13.2-8.el10 baseos 409 k DEBUG: fribidi x86_64 1.0.14-4.el10 appstream 93 k DEBUG: gawk x86_64 5.3.0-6.el10 baseos 1.1 M DEBUG: gcc-plugin-annobin x86_64 14.3.1-2.1.el10 appstream 68 k DEBUG: gd x86_64 2.3.3-22.el10 appstream 133 k DEBUG: gdb-minimal x86_64 16.3-2.el10 appstream 4.4 M DEBUG: gdbm x86_64 1:1.23-14.el10 baseos 151 k DEBUG: gdbm-libs x86_64 1:1.23-14.el10 baseos 57 k DEBUG: gdk-pixbuf2 x86_64 2.42.12-4.el10 appstream 498 k DEBUG: glib2 x86_64 2.80.4-8.el10 baseos 3.0 M DEBUG: glibc x86_64 2.39-56.el10 baseos 2.1 M DEBUG: glibc-common x86_64 2.39-56.el10 baseos 343 k DEBUG: glibc-devel x86_64 2.39-56.el10 appstream 606 k DEBUG: glibc-gconv-extra x86_64 2.39-56.el10 baseos 1.7 M DEBUG: glibc-minimal-langpack x86_64 2.39-56.el10 baseos 49 k DEBUG: gmp x86_64 1:6.2.1-12.el10 baseos 318 k DEBUG: gnupg2 x86_64 2.4.5-2.el10 baseos 2.7 M DEBUG: gnutls x86_64 3.8.10-2.el10 baseos 1.5 M DEBUG: go-srpm-macros noarch 3.6.0-4.el10 appstream 28 k DEBUG: google-droid-sans-fonts noarch 20200215-22.el10 appstream 2.7 M DEBUG: google-noto-fonts-common noarch 20240401-5.el10 baseos 18 k DEBUG: google-noto-sans-vf-fonts noarch 20240401-5.el10 baseos 594 k DEBUG: gpgme x86_64 1.23.2-6.el10 baseos 219 k DEBUG: gpgmepp x86_64 1.23.2-6.el10 appstream 141 k DEBUG: graphite2 x86_64 1.3.14-17.el10 baseos 96 k DEBUG: grep x86_64 3.11-10.el10 baseos 301 k DEBUG: gzip x86_64 1.13-3.el10 baseos 170 k DEBUG: harfbuzz x86_64 8.4.0-6.el10 baseos 992 k DEBUG: imath x86_64 3.1.10-4.el10 appstream 97 k DEBUG: jansson x86_64 2.14-3.el10 baseos 46 k DEBUG: jasper-libs x86_64 4.1.0-5.el10 appstream 163 k DEBUG: jbig2dec-libs x86_64 0.20-7.el10 appstream 76 k DEBUG: jbigkit-libs x86_64 2.1-31.el10 appstream 54 k DEBUG: json-c x86_64 0.18-3.el10 baseos 45 k DEBUG: kernel-headers x86_64 6.12.0-125.el10 appstream 1.9 M DEBUG: kernel-srpm-macros noarch 1.0-25.el10 appstream 11 k DEBUG: keyutils-libs x86_64 1.6.3-5.el10 baseos 33 k DEBUG: krb5-libs x86_64 1.21.3-8.el10 baseos 767 k DEBUG: lcms2 x86_64 2.16-6.el10 appstream 182 k DEBUG: less x86_64 661-3.el10 baseos 191 k DEBUG: libICE x86_64 1.1.1-5.el10 appstream 75 k DEBUG: libSM x86_64 1.2.4-5.el10 appstream 44 k DEBUG: libX11 x86_64 1.8.10-1.el10 appstream 654 k DEBUG: libX11-common noarch 1.8.10-1.el10 appstream 199 k DEBUG: libXau x86_64 1.0.11-8.el10 appstream 33 k DEBUG: libXext x86_64 1.3.6-3.el10 appstream 40 k DEBUG: libXft x86_64 2.3.8-8.el10 appstream 73 k DEBUG: libXpm x86_64 3.5.17-5.el10 appstream 67 k DEBUG: libXrender x86_64 0.9.11-8.el10 appstream 29 k DEBUG: libXt x86_64 1.3.0-5.el10 appstream 181 k DEBUG: libacl x86_64 2.3.2-4.el10 baseos 25 k DEBUG: libarchive x86_64 3.7.7-4.el10 baseos 414 k DEBUG: libassuan x86_64 2.5.6-6.el10 baseos 69 k DEBUG: libattr x86_64 2.5.2-5.el10 baseos 19 k DEBUG: libblkid x86_64 2.40.2-13.el10 baseos 124 k DEBUG: libbrotli x86_64 1.1.0-6.el10 baseos 346 k DEBUG: libcap x86_64 2.69-7.el10 baseos 91 k DEBUG: libcap-ng x86_64 0.8.4-6.el10 baseos 33 k DEBUG: libcbor x86_64 0.11.0-3.el10 baseos 34 k DEBUG: libcom_err x86_64 1.47.1-4.el10 baseos 27 k DEBUG: libcurl x86_64 8.12.1-2.el10 baseos 371 k DEBUG: libdatrie x86_64 0.2.13-11.el10 appstream 33 k DEBUG: libeconf x86_64 0.6.2-4.el10 baseos 33 k DEBUG: libedit x86_64 3.1-52.20230828cvs.el10 baseos 106 k DEBUG: libevent x86_64 2.1.12-16.el10 baseos 261 k DEBUG: libfdisk x86_64 2.40.2-13.el10 baseos 159 k DEBUG: libffi x86_64 3.4.4-10.el10 baseos 41 k DEBUG: libfido2 x86_64 1.14.0-7.el10 baseos 98 k DEBUG: libgcc x86_64 14.3.1-2.1.el10 baseos 145 k DEBUG: libgcrypt x86_64 1.11.0-6.el10 baseos 587 k DEBUG: libgomp x86_64 14.3.1-2.1.el10 baseos 368 k DEBUG: libgpg-error x86_64 1.50-2.el10 baseos 236 k DEBUG: libgs x86_64 10.02.1-16.el10 appstream 3.5 M DEBUG: libidn2 x86_64 2.3.7-3.el10 baseos 118 k DEBUG: libijs x86_64 0.35-24.el10 appstream 30 k DEBUG: libjpeg-turbo x86_64 3.0.2-4.el10 appstream 252 k DEBUG: libksba x86_64 1.6.7-2.el10 baseos 159 k DEBUG: liblerc x86_64 4.0.0-8.el10 appstream 219 k DEBUG: liblqr-1 x86_64 0.4.2-26.el10s delorean-master-build-deps 49 k DEBUG: libmount x86_64 2.40.2-13.el10 baseos 155 k DEBUG: libmpc x86_64 1.3.1-7.el10 appstream 71 k DEBUG: libnghttp2 x86_64 1.64.0-2.el10 baseos 78 k DEBUG: libpaper x86_64 1:2.1.1-7.el10 appstream 28 k DEBUG: libpkgconf x86_64 2.1.0-3.el10 baseos 39 k DEBUG: libpng x86_64 2:1.6.40-8.el10 baseos 120 k DEBUG: libpsl x86_64 0.21.5-6.el10 baseos 65 k DEBUG: libpwquality x86_64 1.4.5-12.el10 baseos 123 k DEBUG: libraqm x86_64 0.10.1-2.el10s delorean-master-testing 22 k DEBUG: librsvg2 x86_64 2.57.1-9.el10 appstream 1.5 M DEBUG: libseccomp x86_64 2.5.6-1.el10 baseos 71 k DEBUG: libsecret x86_64 0.21.2-8.el10 appstream 196 k DEBUG: libselinux x86_64 3.9-1.el10 baseos 97 k DEBUG: libsemanage x86_64 3.9-1.el10 baseos 122 k DEBUG: libsepol x86_64 3.9-1.el10 baseos 348 k DEBUG: libsmartcols x86_64 2.40.2-13.el10 baseos 83 k DEBUG: libssh x86_64 0.11.1-1.el10 baseos 234 k DEBUG: libssh-config noarch 0.11.1-1.el10 baseos 9.7 k DEBUG: libstdc++ x86_64 14.3.1-2.1.el10 baseos 924 k DEBUG: libtasn1 x86_64 4.20.0-1.el10 baseos 75 k DEBUG: libthai x86_64 0.1.29-10.el10 appstream 215 k DEBUG: libtiff x86_64 4.6.0-6.el10 appstream 214 k DEBUG: libtool-ltdl x86_64 2.4.7-13.el10 appstream 37 k DEBUG: libunistring x86_64 1.1-10.el10 baseos 548 k DEBUG: libusb1 x86_64 1.0.28-1.el10 baseos 78 k DEBUG: libutempter x86_64 1.2.1-15.el10 baseos 27 k DEBUG: libuuid x86_64 2.40.2-13.el10 baseos 28 k DEBUG: libverto x86_64 0.3.2-10.el10 baseos 22 k DEBUG: libwebp x86_64 1.3.2-8.el10 appstream 291 k DEBUG: libwmf-lite x86_64 0.2.13-6.el10s delorean-master-build-deps 73 k DEBUG: libxcb x86_64 1.17.0-3.el10 appstream 255 k DEBUG: libxcrypt x86_64 4.4.36-10.el10 baseos 120 k DEBUG: libxcrypt-devel x86_64 4.4.36-10.el10 appstream 30 k DEBUG: libxml2 x86_64 2.12.5-9.el10 baseos 692 k DEBUG: libzstd x86_64 1.5.5-9.el10 baseos 292 k DEBUG: lua-libs x86_64 5.4.6-7.el10 baseos 132 k DEBUG: lua-srpm-macros noarch 1-15.el10 appstream 9.8 k DEBUG: lz4-libs x86_64 1.9.4-8.el10 baseos 68 k DEBUG: mpdecimal x86_64 2.5.1-12.el10 baseos 90 k DEBUG: mpfr x86_64 4.2.1-5.el10 baseos 346 k DEBUG: ncurses-base noarch 6.4-14.20240127.el10 baseos 100 k DEBUG: ncurses-libs x86_64 6.4-14.20240127.el10 baseos 338 k DEBUG: npth x86_64 1.6-21.el10 baseos 26 k DEBUG: nspr x86_64 4.36.0-4.el10 appstream 135 k DEBUG: nss x86_64 3.112.0-4.el10 appstream 737 k DEBUG: nss-softokn x86_64 3.112.0-4.el10 appstream 402 k DEBUG: nss-softokn-freebl x86_64 3.112.0-4.el10 appstream 413 k DEBUG: nss-sysinit x86_64 3.112.0-4.el10 appstream 19 k DEBUG: nss-util x86_64 3.112.0-4.el10 appstream 85 k DEBUG: ocaml-srpm-macros noarch 10-4.el10 appstream 10 k DEBUG: openblas-srpm-macros noarch 2-19.el10 appstream 8.7 k DEBUG: openexr-libs x86_64 3.1.10-8.el10 appstream 1.1 M DEBUG: openjpeg2 x86_64 2.5.2-5.el10 appstream 188 k DEBUG: openldap x86_64 2.6.9-1.el10 baseos 239 k DEBUG: openssh x86_64 9.9p1-13.el10 baseos 351 k DEBUG: openssh-clients x86_64 9.9p1-13.el10 baseos 762 k DEBUG: openssl-fips-provider x86_64 1:3.5.1-3.el10 baseos 812 k DEBUG: openssl-libs x86_64 1:3.5.1-3.el10 baseos 2.3 M DEBUG: p11-kit x86_64 0.25.5-7.el10 baseos 497 k DEBUG: p11-kit-trust x86_64 0.25.5-7.el10 baseos 134 k DEBUG: package-notes-srpm-macros noarch 0.5-13.el10 appstream 10 k DEBUG: pam x86_64 1.6.1-8.el10 baseos 585 k DEBUG: pam-libs x86_64 1.6.1-8.el10 baseos 58 k DEBUG: pango x86_64 1.54.0-3.el10 appstream 354 k DEBUG: patch x86_64 2.7.6-26.el10 appstream 132 k DEBUG: pcre2 x86_64 10.44-1.el10.3 baseos 248 k DEBUG: pcre2-syntax noarch 10.44-1.el10.3 baseos 151 k DEBUG: pcsc-lite x86_64 2.2.3-2.el10 baseos 98 k DEBUG: pcsc-lite-libs x86_64 2.2.3-2.el10 baseos 33 k DEBUG: perl-srpm-macros noarch 1-57.el10 appstream 9.5 k DEBUG: pixman x86_64 0.43.4-2.el10 appstream 286 k DEBUG: pkgconf x86_64 2.1.0-3.el10 baseos 45 k DEBUG: pkgconf-m4 noarch 2.1.0-3.el10 baseos 15 k DEBUG: pkgconf-pkg-config x86_64 2.1.0-3.el10 baseos 11 k DEBUG: polkit x86_64 125-4.el10 baseos 162 k DEBUG: polkit-libs x86_64 125-4.el10 baseos 67 k DEBUG: poppler x86_64 24.02.0-6.el10 appstream 1.1 M DEBUG: poppler-data noarch 0.4.11-9.el10 appstream 2.0 M DEBUG: poppler-glib x86_64 24.02.0-6.el10 appstream 182 k DEBUG: popt x86_64 1.19-8.el10 baseos 66 k DEBUG: publicsuffix-list-dafsa noarch 20240107-5.el10 baseos 59 k DEBUG: pyproject-srpm-macros noarch 1.16.2-1.el10 appstream 15 k DEBUG: python-rpm-macros noarch 3.12-10.el10 appstream 17 k DEBUG: python-srpm-macros noarch 3.12-10.el10 appstream 24 k DEBUG: python3 x86_64 3.12.11-3.el10 baseos 28 k DEBUG: python3-babel noarch 2.13.1-5.el10 crb 7.0 M DEBUG: python3-charset-normalizer noarch 3.4.2-1.el10 baseos 112 k DEBUG: python3-dns noarch 2.6.1-1.el10 baseos 629 k DEBUG: python3-docutils noarch 0.20.1-5.el10 appstream 1.1 M DEBUG: python3-greenlet x86_64 3.0.3-5.el10 appstream 264 k DEBUG: python3-idna noarch 3.7-4.el10 baseos 118 k DEBUG: python3-imagesize noarch 1.4.1-9.el10 crb 23 k DEBUG: python3-jinja2 noarch 3.1.6-1.el10 appstream 327 k DEBUG: python3-libs x86_64 3.12.11-3.el10 baseos 9.4 M DEBUG: python3-markupsafe x86_64 2.1.3-6.el10 appstream 32 k DEBUG: python3-packaging noarch 24.2-2.el10 baseos 153 k DEBUG: python3-pip-wheel noarch 23.3.2-7.el10 baseos 1.5 M DEBUG: python3-pygments noarch 2.18.0-1.el10 crb 2.1 M DEBUG: python3-requests noarch 2.32.4-1.el10 baseos 156 k DEBUG: python3-rpm-generators noarch 14-12.el10 appstream 30 k DEBUG: python3-rpm-macros noarch 3.12-10.el10 appstream 12 k DEBUG: python3-setuptools noarch 69.0.3-12.el10 baseos 1.6 M DEBUG: python3-sphinx-theme-alabaster noarch 0.7.16-5.el10 crb 27 k DEBUG: python3-typing-extensions noarch 4.12.2-2.el10s delorean-master-testing 89 k DEBUG: python3-urllib3 noarch 1.26.19-2.el10 baseos 281 k DEBUG: qt6-srpm-macros noarch 6.9.1-1.el10 appstream 11 k DEBUG: readline x86_64 8.2-11.el10 baseos 214 k DEBUG: redhat-rpm-config noarch 293-1.el10 appstream 77 k DEBUG: redhat-text-vf-fonts noarch 4.1.0-1.el10 baseos 354 k DEBUG: rpm x86_64 4.19.1.1-20.el10 baseos 560 k DEBUG: rpm-build-libs x86_64 4.19.1.1-20.el10 baseos 93 k DEBUG: rpm-libs x86_64 4.19.1.1-20.el10 baseos 309 k DEBUG: rpm-sequoia x86_64 1.9.0.1-1.el10 baseos 976 k DEBUG: rsvg-pixbuf-loader x86_64 2.57.1-9.el10 appstream 16 k DEBUG: rust-toolset-srpm-macros noarch 1.88.0-1.el10 appstream 13 k DEBUG: sed x86_64 4.9-3.el10 baseos 318 k DEBUG: setup noarch 2.14.5-7.el10 baseos 153 k DEBUG: shadow-utils x86_64 2:4.15.0-8.el10 baseos 1.3 M DEBUG: shared-mime-info x86_64 2.3-8.el10 baseos 592 k DEBUG: sqlite-libs x86_64 3.46.1-4.el10 baseos 747 k DEBUG: systemd-libs x86_64 257-13.el10 baseos 822 k DEBUG: systemd-pam x86_64 257-13.el10 baseos 306 k DEBUG: systemd-rpm-macros noarch 257-13.el10 baseos 27 k DEBUG: tar x86_64 2:1.35-7.el10 baseos 863 k DEBUG: tpm2-tss x86_64 4.1.3-5.el10 baseos 438 k DEBUG: tzdata noarch 2025b-2.el10 baseos 901 k DEBUG: unzip x86_64 6.0-69.el10 baseos 190 k DEBUG: urw-base35-bookman-fonts noarch 20200910-21.el10 appstream 847 k DEBUG: urw-base35-c059-fonts noarch 20200910-21.el10 appstream 875 k DEBUG: urw-base35-d050000l-fonts noarch 20200910-21.el10 appstream 76 k DEBUG: urw-base35-fonts noarch 20200910-21.el10 appstream 11 k DEBUG: urw-base35-fonts-common noarch 20200910-21.el10 appstream 21 k DEBUG: urw-base35-gothic-fonts noarch 20200910-21.el10 appstream 643 k DEBUG: urw-base35-nimbus-mono-ps-fonts noarch 20200910-21.el10 appstream 795 k DEBUG: urw-base35-nimbus-roman-fonts noarch 20200910-21.el10 appstream 856 k DEBUG: urw-base35-nimbus-sans-fonts noarch 20200910-21.el10 appstream 1.3 M DEBUG: urw-base35-p052-fonts noarch 20200910-21.el10 appstream 974 k DEBUG: urw-base35-standard-symbols-ps-fonts noarch 20200910-21.el10 appstream 42 k DEBUG: urw-base35-z003-fonts noarch 20200910-21.el10 appstream 276 k DEBUG: util-linux x86_64 2.40.2-13.el10 baseos 1.3 M DEBUG: util-linux-core x86_64 2.40.2-13.el10 baseos 550 k DEBUG: xkeyboard-config noarch 2.41-3.el10 appstream 1.0 M DEBUG: xml-common noarch 0.6.3-65.el10 appstream 32 k DEBUG: xz x86_64 1:5.6.2-4.el10 baseos 481 k DEBUG: xz-libs x86_64 1:5.6.2-4.el10 baseos 113 k DEBUG: zip x86_64 3.0-45.el10 baseos 270 k DEBUG: zlib-ng-compat x86_64 2.2.3-2.el10 baseos 79 k DEBUG: zstd x86_64 1.5.5-9.el10 baseos 464 k DEBUG: Installing weak dependencies: DEBUG: ImageMagick x86_64 6.9.12.98-1.el10s delorean-master-build-deps 78 k DEBUG: cryptsetup-libs x86_64 2.7.5-2.el10 baseos 535 k DEBUG: gawk-all-langpacks x86_64 5.3.0-6.el10 appstream 275 k DEBUG: gnupg2-smime x86_64 2.4.5-2.el10 appstream 260 k DEBUG: graphviz x86_64 9.0.0-15.el10 appstream 1.6 M DEBUG: kmod-libs x86_64 31-12.el10 baseos 69 k DEBUG: libbpf x86_64 2:1.6.0-3.el10 baseos 191 k DEBUG: libxkbcommon x86_64 1.7.0-4.el10 appstream 145 k DEBUG: pcsc-lite-ccid x86_64 1.6.0-2.el10 baseos 128 k DEBUG: pinentry x86_64 1.3.1-1.el10 appstream 112 k DEBUG: polkit-pkla-compat x86_64 0.1-30.el10 baseos 48 k DEBUG: python-unversioned-command noarch 3.12.11-3.el10 appstream 11 k DEBUG: python3-pip noarch 23.3.2-7.el10 appstream 3.2 M DEBUG: rpm-plugin-audit x86_64 4.19.1.1-20.el10 baseos 17 k DEBUG: systemd x86_64 257-13.el10 baseos 5.7 M DEBUG: Transaction Summary DEBUG: ======================================================================================================================== DEBUG: Install 316 Packages DEBUG: Total size: 216 M DEBUG: Total download size: 22 k DEBUG: Installed size: 736 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] alternatives-1.30-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] audit-libs-4.0.3-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] authselect-1.5.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] authselect-libs-1.5.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] avahi-libs-0.9~rc2-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] basesystem-11-22.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bash-5.2.26-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] binutils-2.41-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] binutils-gold-2.41-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bzip2-1.0.8-25.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bzip2-libs-1.0.8-25.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-gpg-keys-10.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-stream-release-10.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-stream-repos-10.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-9.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-common-9.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpio-2.15-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cracklib-2.9.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cracklib-dicts-2.9.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] crypto-policies-20250804-1.git2ca4115.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-libs-2.7.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cups-filesystem-2.4.10-11.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cups-libs-2.4.10-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] curl-8.12.1-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cyrus-sasl-lib-2.1.28-27.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-1.14.10-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-broker-36-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-common-1.14.10-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dbus-libs-1.14.10-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] default-fonts-core-sans-4.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-libs-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] diffutils-3.10-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] duktape-2.7.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ed-1.20-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-debuginfod-client-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-default-yama-scope-0.193-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libelf-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libs-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] expat-2.7.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] file-5.45-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] file-libs-5.45-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] filesystem-3.18-17.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] findutils-4.10.0-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fonts-filesystem-2.0.5-18.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] freetype-2.13.2-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gawk-5.3.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdbm-1.23-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdbm-libs-1.23-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glib2-2.80.4-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-2.39-56.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-common-2.39-56.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-gconv-extra-2.39-56.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-minimal-langpack-2.39-56.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gmp-6.2.1-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-2.4.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnutls-3.8.10-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] google-noto-fonts-common-20240401-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] google-noto-sans-vf-fonts-20240401-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gpgme-1.23.2-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] graphite2-1.3.14-17.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] grep-3.11-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gzip-1.13-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] harfbuzz-8.4.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jansson-2.14-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] json-c-0.18-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-libs-1.6.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-libs-31-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] krb5-libs-1.21.3-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] less-661-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libacl-2.3.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libarchive-3.7.7-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libassuan-2.5.6-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libattr-2.5.2-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libblkid-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbpf-1.6.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbrotli-1.1.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcap-2.69-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcap-ng-0.8.4-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcbor-0.11.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcom_err-1.47.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcurl-8.12.1-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libeconf-0.6.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libedit-3.1-52.20230828cvs.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libevent-2.1.12-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libfdisk-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libffi-3.4.4-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libfido2-1.14.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcc-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcrypt-1.11.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgomp-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgpg-error-1.50-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libidn2-2.3.7-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libksba-1.6.7-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmount-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnghttp2-1.64.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpkgconf-2.1.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpng-1.6.40-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpsl-0.21.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpwquality-1.4.5-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libseccomp-2.5.6-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libselinux-3.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsemanage-3.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsepol-3.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsmartcols-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-0.11.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-config-0.11.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libstdc++-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtasn1-4.20.0-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libunistring-1.1-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libusb1-1.0.28-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libutempter-1.2.1-15.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libuuid-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-0.3.2-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcrypt-4.4.36-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxml2-2.12.5-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libzstd-1.5.5-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lua-libs-5.4.6-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lz4-libs-1.9.4-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] make-4.4.1-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mpdecimal-2.5.1-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mpfr-4.2.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-base-6.4-14.20240127.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-libs-6.4-14.20240127.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] npth-1.6-21.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openldap-2.6.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-9.9p1-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-clients-9.9p1-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-fips-provider-3.5.1-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-libs-3.5.1-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] p11-kit-0.25.5-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] p11-kit-trust-0.25.5-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pam-1.6.1-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pam-libs-1.6.1-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcre2-10.44-1.el10.3.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcre2-syntax-10.44-1.el10.3.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pcsc-lite-2.2.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcsc-lite-ccid-1.6.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcsc-lite-libs-2.2.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-2.1.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-m4-2.1.0-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-pkg-config-2.1.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] polkit-125-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] polkit-libs-125-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] polkit-pkla-compat-0.1-30.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] popt-1.19-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] publicsuffix-list-dafsa-20240107-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-3.12.11-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-charset-normalizer-3.4.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dns-2.6.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-idna-3.7-4.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-libs-3.12.11-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-packaging-24.2-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pip-wheel-23.3.2-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-2.32.4-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-69.0.3-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-six-1.16.0-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-urllib3-1.26.19-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] readline-8.2-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] redhat-text-vf-fonts-4.1.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpm-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-libs-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-libs-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-plugin-audit-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-sequoia-1.9.0.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sed-4.9-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] setup-2.14.5-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] shadow-utils-4.15.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] shared-mime-info-2.3-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sqlite-libs-3.46.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-257-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-libs-257-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-pam-257-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-rpm-macros-257-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tar-1.35-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tpm2-tss-4.1.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tzdata-2025b-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] unzip-6.0-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] util-linux-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] util-linux-core-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xz-5.6.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xz-libs-5.6.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zip-3.0-45.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zlib-ng-compat-2.2.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zstd-1.5.5-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-cmap-20230622-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-cmap-deprecated-20230622-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-pdf-20190401-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] annobin-docs-12.99-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] annobin-plugin-gcc-12.99-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cairo-1.18.2-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cairo-gobject-1.18.2-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpp-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] debugedit-5.1-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dwz-0.16-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] efi-srpm-macros-6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] fontconfig-2.15.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fonts-srpm-macros-2.0.5-18.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] forge-srpm-macros-0.4.0-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] fribidi-1.0.14-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gawk-all-langpacks-5.3.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-plugin-annobin-14.3.1-2.1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gd-2.3.3-22.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdb-minimal-16.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdk-pixbuf2-2.42.12-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] git-core-2.47.3-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-devel-2.39-56.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-smime-2.4.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] go-srpm-macros-3.6.0-4.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] google-droid-sans-fonts-20200215-22.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gpgmepp-1.23.2-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] graphviz-9.0.0-15.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] imath-3.1.10-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jasper-libs-4.1.0-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jbig2dec-libs-0.20-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jbigkit-libs-2.1-31.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kernel-headers-6.12.0-125.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kernel-srpm-macros-1.0-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] lcms2-2.16-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libICE-1.1.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libSM-1.2.4-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libX11-1.8.10-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libX11-common-1.8.10-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libXau-1.0.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXext-1.3.6-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXft-2.3.8-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXpm-3.5.17-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXrender-0.9.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXt-1.3.0-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libdatrie-0.2.13-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgs-10.02.1-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libijs-0.35-24.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libjpeg-turbo-3.0.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] liblerc-4.0.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmpc-1.3.1-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpaper-2.1.1-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] librsvg2-2.57.1-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsecret-0.21.2-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libthai-0.1.29-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtiff-4.6.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtool-ltdl-2.4.7-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwebp-1.3.2-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcb-1.17.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcrypt-devel-4.4.36-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxkbcommon-1.7.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lua-srpm-macros-1-15.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] nspr-4.36.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-softokn-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-softokn-freebl-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-sysinit-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-util-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ocaml-srpm-macros-10-4.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openblas-srpm-macros-2-19.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openexr-libs-3.1.10-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openjpeg2-2.5.2-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] package-notes-srpm-macros-0.5-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pango-1.54.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] patch-2.7.6-26.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-srpm-macros-1-57.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pinentry-1.3.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pixman-0.43.4-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] poppler-24.02.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] poppler-data-0.4.11-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] poppler-glib-24.02.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pyproject-srpm-macros-1.16.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-rpm-macros-3.12-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-srpm-macros-3.12-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-unversioned-command-3.12.11-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-devel-3.12.11-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-docutils-0.20.1-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-greenlet-3.0.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-jinja2-3.1.6-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-markupsafe-2.1.3-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pip-23.3.2-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpm-generators-14-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpm-macros-3.12-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sqlalchemy-2.0.26-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] qt6-srpm-macros-6.9.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] redhat-rpm-config-293-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rsvg-pixbuf-loader-2.57.1-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rust-toolset-srpm-macros-1.88.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-bookman-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-c059-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-d050000l-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-fonts-common-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-gothic-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-p052-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-z003-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xkeyboard-config-2.41-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xml-common-0.6.3-65.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-babel-2.13.1-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-imagesize-1.4.1-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pygments-2.18.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools_scm-8.0.4-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinx-7.2.6-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libraqm-0.10.1-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-eventlet-0.40.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pbr-6.1.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-typing-extensions-4.12.2-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ImageMagick-6.9.12.98-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ImageMagick-libs-6.9.12.98-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] LibRaw-0.21.3-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] liblqr-1-0.4.2-26.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwmf-lite-0.2.13-6.el10s.x86_64.rpm: Already downloaded DEBUG: (316/316): openstack-macros-2023.1.0-0.20250702 673 kB/s | 22 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 314 kB/s | 22 kB 00:00 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : libgcc-14.3.1-2.1.el10.x86_64 1/316 DEBUG: Running scriptlet: libgcc-14.3.1-2.1.el10.x86_64 1/316 DEBUG: Installing : fonts-filesystem-1:2.0.5-18.el10.noarch 2/316 DEBUG: Installing : tzdata-2025b-2.el10.noarch 3/316 DEBUG: Installing : adobe-mappings-cmap-20230622-5.el10.noarch 4/316 DEBUG: Installing : adobe-mappings-cmap-deprecated-20230622-5.el10.n 5/316 DEBUG: Installing : redhat-text-vf-fonts-4.1.0-1.el10.noarch 6/316 DEBUG: Installing : xkeyboard-config-2.41-3.el10.noarch 7/316 DEBUG: Installing : rust-toolset-srpm-macros-1.88.0-1.el10.noarch 8/316 DEBUG: Installing : qt6-srpm-macros-6.9.1-1.el10.noarch 9/316 DEBUG: Installing : poppler-data-0.4.11-9.el10.noarch 10/316 DEBUG: Installing : perl-srpm-macros-1-57.el10.noarch 11/316 DEBUG: Installing : package-notes-srpm-macros-0.5-13.el10.noarch 12/316 DEBUG: Installing : openblas-srpm-macros-2-19.el10.noarch 13/316 DEBUG: Installing : ocaml-srpm-macros-10-4.el10.noarch 14/316 DEBUG: Installing : libX11-common-1.8.10-1.el10.noarch 15/316 DEBUG: Installing : kernel-srpm-macros-1.0-25.el10.noarch 16/316 DEBUG: Installing : kernel-headers-6.12.0-125.el10.x86_64 17/316 DEBUG: Installing : gawk-all-langpacks-5.3.0-6.el10.x86_64 18/316 DEBUG: Installing : annobin-docs-12.99-1.el10.noarch 19/316 DEBUG: Installing : adobe-mappings-pdf-20190401-9.el10.noarch 20/316 DEBUG: Installing : publicsuffix-list-dafsa-20240107-5.el10.noarch 21/316 DEBUG: Installing : pkgconf-m4-2.1.0-3.el10.noarch 22/316 DEBUG: Installing : pcre2-syntax-10.44-1.el10.3.noarch 23/316 DEBUG: Installing : ncurses-base-6.4-14.20240127.el10.noarch 24/316 DEBUG: Installing : libssh-config-0.11.1-1.el10.noarch 25/316 DEBUG: Installing : google-noto-fonts-common-20240401-5.el10.noarch 26/316 DEBUG: Installing : google-noto-sans-vf-fonts-20240401-5.el10.noarch 27/316 DEBUG: Installing : default-fonts-core-sans-4.1-3.el10.noarch 28/316 DEBUG: Installing : google-droid-sans-fonts-20200215-22.el10.noarch 29/316 DEBUG: Installing : coreutils-common-9.5-6.el10.x86_64 30/316 DEBUG: Installing : centos-gpg-keys-10.0-10.el10.noarch 31/316 DEBUG: Installing : centos-stream-repos-10.0-10.el10.noarch 32/316 DEBUG: warning: /etc/dnf/vars/stream created as /etc/dnf/vars/stream.rpmnew DEBUG: Installing : centos-stream-release-10.0-10.el10.noarch 33/316 DEBUG: Installing : setup-2.14.5-7.el10.noarch 34/316 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.14.5-7.el10.noarch 34/316 DEBUG: Installing : filesystem-3.18-17.el10.x86_64 35/316 DEBUG: Installing : urw-base35-fonts-common-20200910-21.el10.noarch 36/316 DEBUG: Installing : basesystem-11-22.el10.noarch 37/316 DEBUG: Installing : glibc-gconv-extra-2.39-56.el10.x86_64 38/316 DEBUG: Running scriptlet: glibc-gconv-extra-2.39-56.el10.x86_64 38/316 DEBUG: Installing : glibc-minimal-langpack-2.39-56.el10.x86_64 39/316 DEBUG: Installing : glibc-common-2.39-56.el10.x86_64 40/316 DEBUG: Running scriptlet: glibc-2.39-56.el10.x86_64 41/316 DEBUG: Installing : glibc-2.39-56.el10.x86_64 41/316 DEBUG: Running scriptlet: glibc-2.39-56.el10.x86_64 41/316 DEBUG: Installing : ncurses-libs-6.4-14.20240127.el10.x86_64 42/316 DEBUG: Installing : bash-5.2.26-6.el10.x86_64 43/316 DEBUG: Running scriptlet: bash-5.2.26-6.el10.x86_64 43/316 DEBUG: Installing : zlib-ng-compat-2.2.3-2.el10.x86_64 44/316 DEBUG: Installing : libstdc++-14.3.1-2.1.el10.x86_64 45/316 DEBUG: Installing : bzip2-libs-1.0.8-25.el10.x86_64 46/316 DEBUG: Installing : xz-libs-1:5.6.2-4.el10.x86_64 47/316 DEBUG: Installing : libpng-2:1.6.40-8.el10.x86_64 48/316 DEBUG: Installing : libuuid-2.40.2-13.el10.x86_64 49/316 DEBUG: Installing : libxml2-2.12.5-9.el10.x86_64 50/316 DEBUG: Installing : readline-8.2-11.el10.x86_64 51/316 DEBUG: Installing : libzstd-1.5.5-9.el10.x86_64 52/316 DEBUG: Installing : elfutils-libelf-0.193-1.el10.x86_64 53/316 DEBUG: Installing : libjpeg-turbo-3.0.2-4.el10.x86_64 54/316 DEBUG: Installing : gmp-1:6.2.1-12.el10.x86_64 55/316 DEBUG: Installing : libgpg-error-1.50-2.el10.x86_64 56/316 DEBUG: Installing : libxcrypt-4.4.36-10.el10.x86_64 57/316 DEBUG: Installing : libblkid-2.40.2-13.el10.x86_64 58/316 DEBUG: Running scriptlet: crypto-policies-20250804-1.git2ca4115.el10.noarc 59/316 DEBUG: Installing : crypto-policies-20250804-1.git2ca4115.el10.noarc 59/316 DEBUG: Running scriptlet: crypto-policies-20250804-1.git2ca4115.el10.noarc 59/316 DEBUG: Installing : nspr-4.36.0-4.el10.x86_64 60/316 DEBUG: Installing : libassuan-2.5.6-6.el10.x86_64 61/316 DEBUG: Installing : mpfr-4.2.1-5.el10.x86_64 62/316 DEBUG: Installing : expat-2.7.1-1.el10.x86_64 63/316 DEBUG: Installing : pcre2-10.44-1.el10.3.x86_64 64/316 DEBUG: Installing : grep-3.11-10.el10.x86_64 65/316 DEBUG: Installing : popt-1.19-8.el10.x86_64 66/316 DEBUG: Installing : nss-util-3.112.0-4.el10.x86_64 67/316 DEBUG: Installing : sqlite-libs-3.46.1-4.el10.x86_64 68/316 DEBUG: Installing : gdbm-libs-1:1.23-14.el10.x86_64 69/316 DEBUG: Installing : libattr-2.5.2-5.el10.x86_64 70/316 DEBUG: Installing : libacl-2.3.2-4.el10.x86_64 71/316 DEBUG: Installing : libgomp-14.3.1-2.1.el10.x86_64 72/316 DEBUG: Installing : lcms2-2.16-6.el10.x86_64 73/316 DEBUG: Installing : libwebp-1.3.2-8.el10.x86_64 74/316 DEBUG: Installing : gawk-5.3.0-6.el10.x86_64 75/316 DEBUG: Installing : json-c-0.18-3.el10.x86_64 76/316 DEBUG: Installing : libcap-ng-0.8.4-6.el10.x86_64 77/316 DEBUG: Installing : audit-libs-4.0.3-4.el10.x86_64 78/316 DEBUG: Installing : libeconf-0.6.2-4.el10.x86_64 79/316 DEBUG: Installing : pam-libs-1.6.1-8.el10.x86_64 80/316 DEBUG: Installing : libcap-2.69-7.el10.x86_64 81/316 DEBUG: Installing : systemd-libs-257-13.el10.x86_64 82/316 DEBUG: Installing : libffi-3.4.4-10.el10.x86_64 83/316 DEBUG: Installing : libtasn1-4.20.0-1.el10.x86_64 84/316 DEBUG: Installing : p11-kit-0.25.5-7.el10.x86_64 85/316 DEBUG: Installing : libunistring-1.1-10.el10.x86_64 86/316 DEBUG: Installing : libidn2-2.3.7-3.el10.x86_64 87/316 DEBUG: Installing : libICE-1.1.1-5.el10.x86_64 88/316 DEBUG: Installing : openjpeg2-2.5.2-5.el10.x86_64 89/316 DEBUG: Installing : libSM-1.2.4-5.el10.x86_64 90/316 DEBUG: Installing : xz-1:5.6.2-4.el10.x86_64 91/316 DEBUG: Installing : libmpc-1.3.1-7.el10.x86_64 92/316 DEBUG: Installing : libfdisk-2.40.2-13.el10.x86_64 93/316 DEBUG: Installing : libgcrypt-1.11.0-6.el10.x86_64 94/316 DEBUG: Installing : libksba-1.6.7-2.el10.x86_64 95/316 DEBUG: Installing : dwz-0.16-1.el10.x86_64 96/316 DEBUG: Installing : unzip-6.0-69.el10.x86_64 97/316 DEBUG: Installing : file-libs-5.45-8.el10.x86_64 98/316 DEBUG: Installing : file-5.45-8.el10.x86_64 99/316 DEBUG: Installing : alternatives-1.30-2.el10.x86_64 100/316 DEBUG: Installing : p11-kit-trust-0.25.5-7.el10.x86_64 101/316 DEBUG: Running scriptlet: p11-kit-trust-0.25.5-7.el10.x86_64 101/316 DEBUG: Installing : gnutls-3.8.10-2.el10.x86_64 102/316 DEBUG: Installing : diffutils-3.10-8.el10.x86_64 103/316 DEBUG: Installing : jansson-2.14-3.el10.x86_64 104/316 DEBUG: Installing : libbrotli-1.1.0-6.el10.x86_64 105/316 DEBUG: Installing : libsepol-3.9-1.el10.x86_64 106/316 DEBUG: Installing : libselinux-3.9-1.el10.x86_64 107/316 DEBUG: Installing : sed-4.9-3.el10.x86_64 108/316 DEBUG: Installing : findutils-1:4.10.0-5.el10.x86_64 109/316 DEBUG: Installing : openssl-fips-provider-1:3.5.1-3.el10.x86_64 110/316 DEBUG: Installing : openssl-libs-1:3.5.1-3.el10.x86_64 111/316 DEBUG: Installing : coreutils-9.5-6.el10.x86_64 112/316 DEBUG: Running scriptlet: ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 113/316 DEBUG: Installing : ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 113/316 DEBUG: Running scriptlet: ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 113/316 DEBUG: Installing : libmount-2.40.2-13.el10.x86_64 114/316 DEBUG: Installing : glib2-2.80.4-8.el10.x86_64 115/316 DEBUG: Installing : polkit-libs-125-4.el10.x86_64 116/316 DEBUG: Installing : gzip-1.13-3.el10.x86_64 117/316 DEBUG: Installing : cracklib-2.9.11-8.el10.x86_64 118/316 DEBUG: Installing : libevent-2.1.12-16.el10.x86_64 119/316 DEBUG: Installing : libsmartcols-2.40.2-13.el10.x86_64 120/316 DEBUG: Installing : util-linux-core-2.40.2-13.el10.x86_64 121/316 DEBUG: Installing : lua-libs-5.4.6-7.el10.x86_64 122/316 DEBUG: Installing : lz4-libs-1.9.4-8.el10.x86_64 123/316 DEBUG: Installing : libarchive-3.7.7-4.el10.x86_64 124/316 DEBUG: Installing : npth-1.6-21.el10.x86_64 125/316 DEBUG: Installing : fribidi-1.0.14-4.el10.x86_64 126/316 DEBUG: Installing : jbigkit-libs-2.1-31.el10.x86_64 127/316 DEBUG: Installing : libtool-ltdl-2.4.7-13.el10.x86_64 128/316 DEBUG: Installing : zstd-1.5.5-9.el10.x86_64 129/316 DEBUG: Installing : cracklib-dicts-2.9.11-8.el10.x86_64 130/316 DEBUG: Installing : libpwquality-1.4.5-12.el10.x86_64 131/316 DEBUG: Installing : shared-mime-info-2.3-8.el10.x86_64 132/316 DEBUG: Running scriptlet: shared-mime-info-2.3-8.el10.x86_64 132/316 DEBUG: Installing : gdk-pixbuf2-2.42.12-4.el10.x86_64 133/316 DEBUG: Installing : libsecret-0.21.2-8.el10.x86_64 134/316 DEBUG: Installing : pinentry-1.3.1-1.el10.x86_64 135/316 DEBUG: Installing : liblqr-1-0.4.2-26.el10s.x86_64 136/316 DEBUG: Installing : python3-pip-wheel-23.3.2-7.el10.noarch 137/316 DEBUG: Installing : urw-base35-bookman-fonts-20200910-21.el10.noarch 138/316 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20200910-21.el10.noarch 138/316 DEBUG: Installing : urw-base35-c059-fonts-20200910-21.el10.noarch 139/316 DEBUG: Running scriptlet: urw-base35-c059-fonts-20200910-21.el10.noarch 139/316 DEBUG: Installing : urw-base35-d050000l-fonts-20200910-21.el10.noarc 140/316 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20200910-21.el10.noarc 140/316 DEBUG: Installing : urw-base35-gothic-fonts-20200910-21.el10.noarch 141/316 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20200910-21.el10.noarch 141/316 DEBUG: Installing : urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 142/316 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 142/316 DEBUG: Installing : urw-base35-nimbus-roman-fonts-20200910-21.el10.n 143/316 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-21.el10.n 143/316 DEBUG: Installing : urw-base35-nimbus-sans-fonts-20200910-21.el10.no 144/316 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-21.el10.no 144/316 DEBUG: Installing : urw-base35-p052-fonts-20200910-21.el10.noarch 145/316 DEBUG: Running scriptlet: urw-base35-p052-fonts-20200910-21.el10.noarch 145/316 DEBUG: Installing : urw-base35-standard-symbols-ps-fonts-20200910-21 146/316 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-21 146/316 DEBUG: Installing : urw-base35-z003-fonts-20200910-21.el10.noarch 147/316 DEBUG: Running scriptlet: urw-base35-z003-fonts-20200910-21.el10.noarch 147/316 DEBUG: Installing : urw-base35-fonts-20200910-21.el10.noarch 148/316 DEBUG: Installing : kmod-libs-31-12.el10.x86_64 149/316 DEBUG: Installing : rpm-sequoia-1.9.0.1-1.el10.x86_64 150/316 DEBUG: Installing : rpm-plugin-audit-4.19.1.1-20.el10.x86_64 151/316 DEBUG: Installing : rpm-libs-4.19.1.1-20.el10.x86_64 152/316 DEBUG: Installing : libsemanage-3.9-1.el10.x86_64 153/316 DEBUG: Installing : shadow-utils-2:4.15.0-8.el10.x86_64 154/316 DEBUG: Running scriptlet: libutempter-1.2.1-15.el10.x86_64 155/316 DEBUG: Installing : libutempter-1.2.1-15.el10.x86_64 155/316 DEBUG: Running scriptlet: tpm2-tss-4.1.3-5.el10.x86_64 156/316 DEBUG: useradd: Warning: missing or non-executable shell '/usr/sbin/nologin' DEBUG: Installing : tpm2-tss-4.1.3-5.el10.x86_64 156/316 DEBUG: Installing : tar-2:1.35-7.el10.x86_64 157/316 DEBUG: Installing : zip-3.0-45.el10.x86_64 158/316 DEBUG: Installing : cpp-14.3.1-2.1.el10.x86_64 159/316 DEBUG: Installing : libpsl-0.21.5-6.el10.x86_64 160/316 DEBUG: Installing : dbus-libs-1:1.14.10-5.el10.x86_64 161/316 DEBUG: Installing : avahi-libs-0.9~rc2-2.el10.x86_64 162/316 DEBUG: Installing : libusb1-1.0.28-1.el10.x86_64 163/316 DEBUG: Installing : cyrus-sasl-lib-2.1.28-27.el10.x86_64 164/316 DEBUG: Installing : openldap-2.6.9-1.el10.x86_64 165/316 DEBUG: Installing : gdbm-1:1.23-14.el10.x86_64 166/316 DEBUG: Installing : pam-1.6.1-8.el10.x86_64 167/316 DEBUG: Installing : nss-softokn-freebl-3.112.0-4.el10.x86_64 168/316 DEBUG: Installing : nss-softokn-3.112.0-4.el10.x86_64 169/316 DEBUG: Installing : nss-sysinit-3.112.0-4.el10.x86_64 170/316 DEBUG: Installing : nss-3.112.0-4.el10.x86_64 171/316 DEBUG: Running scriptlet: nss-3.112.0-4.el10.x86_64 171/316 DEBUG: Installing : jasper-libs-4.1.0-5.el10.x86_64 172/316 DEBUG: Installing : LibRaw-0.21.3-1.el10s.x86_64 173/316 DEBUG: Installing : libbpf-2:1.6.0-3.el10.x86_64 174/316 DEBUG: Installing : libxkbcommon-1.7.0-4.el10.x86_64 175/316 DEBUG: Running scriptlet: xml-common-0.6.3-65.el10.noarch 176/316 DEBUG: Installing : xml-common-0.6.3-65.el10.noarch 176/316 DEBUG: Installing : bzip2-1.0.8-25.el10.x86_64 177/316 DEBUG: Installing : graphite2-1.3.14-17.el10.x86_64 178/316 DEBUG: Installing : freetype-2.13.2-8.el10.x86_64 179/316 DEBUG: Installing : harfbuzz-8.4.0-6.el10.x86_64 180/316 DEBUG: Installing : fontconfig-2.15.0-7.el10.x86_64 181/316 DEBUG: Running scriptlet: fontconfig-2.15.0-7.el10.x86_64 181/316 DEBUG: Installing : libraqm-0.10.1-2.el10s.x86_64 182/316 DEBUG: Installing : imath-3.1.10-4.el10.x86_64 183/316 DEBUG: Installing : liblerc-4.0.0-8.el10.x86_64 184/316 DEBUG: Installing : libtiff-4.6.0-6.el10.x86_64 185/316 DEBUG: Installing : openexr-libs-3.1.10-8.el10.x86_64 186/316 DEBUG: Installing : dbus-common-1:1.14.10-5.el10.noarch 187/316 DEBUG: Running scriptlet: dbus-common-1:1.14.10-5.el10.noarch 187/316 DEBUG: Installing : dbus-broker-36-4.el10.x86_64 188/316 DEBUG: Running scriptlet: dbus-broker-36-4.el10.x86_64 188/316 DEBUG: Installing : dbus-1:1.14.10-5.el10.x86_64 189/316 DEBUG: Installing : ed-1.20-5.el10.x86_64 190/316 DEBUG: Installing : patch-2.7.6-26.el10.x86_64 191/316 DEBUG: Installing : less-661-3.el10.x86_64 192/316 DEBUG: Installing : libedit-3.1-52.20230828cvs.el10.x86_64 193/316 DEBUG: Installing : cpio-2.15-3.el10.x86_64 194/316 DEBUG: Installing : duktape-2.7.0-10.el10.x86_64 195/316 DEBUG: Installing : keyutils-libs-1.6.3-5.el10.x86_64 196/316 DEBUG: Installing : libcbor-0.11.0-3.el10.x86_64 197/316 DEBUG: Installing : libfido2-1.14.0-7.el10.x86_64 198/316 DEBUG: Installing : libcom_err-1.47.1-4.el10.x86_64 199/316 DEBUG: Installing : libnghttp2-1.64.0-2.el10.x86_64 200/316 DEBUG: Installing : libpkgconf-2.1.0-3.el10.x86_64 201/316 DEBUG: Installing : pkgconf-2.1.0-3.el10.x86_64 202/316 DEBUG: Installing : pkgconf-pkg-config-2.1.0-3.el10.x86_64 203/316 DEBUG: Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 204/316 DEBUG: Installing : glibc-devel-2.39-56.el10.x86_64 205/316 DEBUG: Installing : libseccomp-2.5.6-1.el10.x86_64 206/316 DEBUG: Installing : libverto-0.3.2-10.el10.x86_64 207/316 DEBUG: Installing : krb5-libs-1.21.3-8.el10.x86_64 208/316 DEBUG: Installing : libssh-0.11.1-1.el10.x86_64 209/316 DEBUG: Installing : libcurl-8.12.1-2.el10.x86_64 210/316 DEBUG: Installing : util-linux-2.40.2-13.el10.x86_64 211/316 DEBUG: Running scriptlet: util-linux-2.40.2-13.el10.x86_64 211/316 DEBUG: Installing : authselect-libs-1.5.0-8.el10.x86_64 212/316 DEBUG: Installing : cryptsetup-libs-2.7.5-2.el10.x86_64 213/316 DEBUG: Installing : device-mapper-libs-10:1.02.206-3.el10.x86_64 214/316 DEBUG: Installing : device-mapper-10:1.02.206-3.el10.x86_64 215/316 DEBUG: Installing : elfutils-debuginfod-client-0.193-1.el10.x86_64 216/316 DEBUG: Installing : elfutils-libs-0.193-1.el10.x86_64 217/316 DEBUG: Installing : elfutils-default-yama-scope-0.193-1.el10.noarch 218/316 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.193-1.el10.noarch 218/316 DEBUG: Installing : systemd-pam-257-13.el10.x86_64 219/316 DEBUG: Running scriptlet: systemd-257-13.el10.x86_64 220/316 DEBUG: Installing : systemd-257-13.el10.x86_64 220/316 DEBUG: Running scriptlet: systemd-257-13.el10.x86_64 220/316 DEBUG: Creating group 'input' with GID 104. DEBUG: Creating group 'kvm' with GID 36. DEBUG: Creating group 'render' with GID 105. DEBUG: Creating group 'sgx' with GID 106. DEBUG: Creating group 'systemd-journal' with GID 190. DEBUG: Creating group 'dbus' with GID 81. DEBUG: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. DEBUG: Installing : binutils-gold-2.41-58.el10.x86_64 221/316 DEBUG: Running scriptlet: binutils-gold-2.41-58.el10.x86_64 221/316 DEBUG: Installing : binutils-2.41-58.el10.x86_64 222/316 DEBUG: Running scriptlet: binutils-2.41-58.el10.x86_64 222/316 DEBUG: Running scriptlet: polkit-125-4.el10.x86_64 223/316 DEBUG: Installing : polkit-125-4.el10.x86_64 223/316 DEBUG: Running scriptlet: polkit-125-4.el10.x86_64 223/316 DEBUG: Installing : polkit-pkla-compat-0.1-30.el10.x86_64 224/316 DEBUG: Installing : elfutils-0.193-1.el10.x86_64 225/316 DEBUG: Installing : gdb-minimal-16.3-2.el10.x86_64 226/316 DEBUG: Installing : debugedit-5.1-8.el10.x86_64 227/316 DEBUG: Installing : rpm-build-libs-4.19.1.1-20.el10.x86_64 228/316 DEBUG: Installing : openssh-9.9p1-13.el10.x86_64 229/316 DEBUG: Installing : openssh-clients-9.9p1-13.el10.x86_64 230/316 DEBUG: Running scriptlet: openssh-clients-9.9p1-13.el10.x86_64 230/316 DEBUG: Installing : git-core-2.47.3-1.el10.x86_64 231/316 DEBUG: Installing : curl-8.12.1-2.el10.x86_64 232/316 DEBUG: Running scriptlet: rpm-4.19.1.1-20.el10.x86_64 233/316 DEBUG: Installing : rpm-4.19.1.1-20.el10.x86_64 233/316 DEBUG: Installing : efi-srpm-macros-6-6.el10.noarch 234/316 DEBUG: Installing : lua-srpm-macros-1-15.el10.noarch 235/316 DEBUG: Installing : make-1:4.4.1-9.el10.x86_64 236/316 DEBUG: Installing : gcc-14.3.1-2.1.el10.x86_64 237/316 DEBUG: Installing : annobin-plugin-gcc-12.99-1.el10.x86_64 238/316 DEBUG: Installing : gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 239/316 DEBUG: Installing : fonts-srpm-macros-1:2.0.5-18.el10.noarch 240/316 DEBUG: Installing : forge-srpm-macros-0.4.0-6.el10.noarch 241/316 DEBUG: Installing : go-srpm-macros-3.6.0-4.el10.noarch 242/316 DEBUG: Installing : python-srpm-macros-3.12-10.el10.noarch 243/316 DEBUG: Installing : redhat-rpm-config-293-1.el10.noarch 244/316 DEBUG: Running scriptlet: redhat-rpm-config-293-1.el10.noarch 244/316 DEBUG: Installing : rpm-build-4.19.1.1-20.el10.x86_64 245/316 DEBUG: Installing : pyproject-srpm-macros-1.16.2-1.el10.noarch 246/316 DEBUG: Installing : python-rpm-macros-3.12-10.el10.noarch 247/316 DEBUG: Installing : python3-rpm-macros-3.12-10.el10.noarch 248/316 DEBUG: Installing : mpdecimal-2.5.1-12.el10.x86_64 249/316 DEBUG: Installing : python-unversioned-command-3.12.11-3.el10.noarch 250/316 DEBUG: Installing : python3-3.12.11-3.el10.x86_64 251/316 DEBUG: Installing : python3-libs-3.12.11-3.el10.x86_64 252/316 DEBUG: Installing : python3-packaging-24.2-2.el10.noarch 253/316 DEBUG: Installing : python3-setuptools-69.0.3-12.el10.noarch 254/316 DEBUG: Installing : python3-idna-3.7-4.el10.noarch 255/316 DEBUG: Installing : python3-greenlet-3.0.3-5.el10.x86_64 256/316 DEBUG: Installing : python3-typing-extensions-4.12.2-2.el10s.noarch 257/316 DEBUG: Installing : python3-urllib3-1.26.19-2.el10.noarch 258/316 DEBUG: Installing : python3-babel-2.13.1-5.el10.noarch 259/316 DEBUG: Installing : python3-rpm-generators-14-12.el10.noarch 260/316 DEBUG: Installing : python3-charset-normalizer-3.4.2-1.el10.noarch 261/316 DEBUG: Installing : python3-requests-2.32.4-1.el10.noarch 262/316 DEBUG: Installing : python3-dns-2.6.1-1.el10.noarch 263/316 DEBUG: Installing : python3-docutils-0.20.1-5.el10.noarch 264/316 DEBUG: Installing : python3-markupsafe-2.1.3-6.el10.x86_64 265/316 DEBUG: Installing : python3-jinja2-3.1.6-1.el10.noarch 266/316 DEBUG: Installing : python3-pip-23.3.2-7.el10.noarch 267/316 DEBUG: Installing : python3-imagesize-1.4.1-9.el10.noarch 268/316 DEBUG: Installing : python3-pygments-2.18.0-1.el10.noarch 269/316 DEBUG: Installing : python3-sphinx-theme-alabaster-0.7.16-5.el10.noa 270/316 DEBUG: Installing : pcsc-lite-libs-2.2.3-2.el10.x86_64 271/316 DEBUG: Installing : pcsc-lite-ccid-1.6.0-2.el10.x86_64 272/316 DEBUG: Running scriptlet: pcsc-lite-ccid-1.6.0-2.el10.x86_64 272/316 DEBUG: Installing : pcsc-lite-2.2.3-2.el10.x86_64 273/316 DEBUG: Running scriptlet: pcsc-lite-2.2.3-2.el10.x86_64 273/316 DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/pcscd.socket' → '/usr/lib/systemd/system/pcscd.socket'. DEBUG: Installing : gnupg2-smime-2.4.5-2.el10.x86_64 274/316 DEBUG: Installing : gnupg2-2.4.5-2.el10.x86_64 275/316 DEBUG: Installing : gpgme-1.23.2-6.el10.x86_64 276/316 DEBUG: Installing : gpgmepp-1.23.2-6.el10.x86_64 277/316 DEBUG: Installing : poppler-24.02.0-6.el10.x86_64 278/316 DEBUG: Installing : jbig2dec-libs-0.20-7.el10.x86_64 279/316 DEBUG: Installing : libXau-1.0.11-8.el10.x86_64 280/316 DEBUG: Installing : libxcb-1.17.0-3.el10.x86_64 281/316 DEBUG: Installing : libX11-1.8.10-1.el10.x86_64 282/316 DEBUG: Installing : libXrender-0.9.11-8.el10.x86_64 283/316 DEBUG: Installing : libXext-1.3.6-3.el10.x86_64 284/316 DEBUG: Installing : libXft-2.3.8-8.el10.x86_64 285/316 DEBUG: Installing : libXpm-3.5.17-5.el10.x86_64 286/316 DEBUG: Installing : gd-2.3.3-22.el10.x86_64 287/316 DEBUG: Installing : libXt-1.3.0-5.el10.x86_64 288/316 DEBUG: Installing : libdatrie-0.2.13-11.el10.x86_64 289/316 DEBUG: Installing : libthai-0.1.29-10.el10.x86_64 290/316 DEBUG: Installing : libijs-0.35-24.el10.x86_64 291/316 DEBUG: Installing : libpaper-1:2.1.1-7.el10.x86_64 292/316 DEBUG: Installing : pixman-0.43.4-2.el10.x86_64 293/316 DEBUG: Installing : cairo-1.18.2-2.el10.x86_64 294/316 DEBUG: Installing : pango-1.54.0-3.el10.x86_64 295/316 DEBUG: Installing : cairo-gobject-1.18.2-2.el10.x86_64 296/316 DEBUG: Installing : librsvg2-2.57.1-9.el10.x86_64 297/316 DEBUG: Installing : rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 298/316 DEBUG: Installing : poppler-glib-24.02.0-6.el10.x86_64 299/316 DEBUG: Installing : libwmf-lite-0.2.13-6.el10s.x86_64 300/316 DEBUG: Installing : cups-filesystem-1:2.4.10-11.el10.noarch 301/316 DEBUG: Installing : cups-libs-1:2.4.10-11.el10.x86_64 302/316 DEBUG: Installing : libgs-10.02.1-16.el10.x86_64 303/316 DEBUG: Installing : graphviz-9.0.0-15.el10.x86_64 304/316 DEBUG: Installing : ImageMagick-libs-6.9.12.98-1.el10s.x86_64 305/316 DEBUG: Installing : ImageMagick-6.9.12.98-1.el10s.x86_64 306/316 DEBUG: Installing : python3-sphinx-1:7.2.6-10.el10.noarch 307/316 DEBUG: Installing : python3-devel-3.12.11-3.el10.x86_64 308/316 DEBUG: Installing : python3-eventlet-0.40.0-1.el10s.noarch 309/316 DEBUG: Installing : python3-sqlalchemy-2.0.26-6.el10.x86_64 310/316 DEBUG: Installing : python3-setuptools_scm-8.0.4-7.el10.noarch 311/316 DEBUG: Installing : python3-pbr-6.1.1-1.el10s.noarch 312/316 DEBUG: Installing : python3-six-1.16.0-16.el10.noarch 313/316 DEBUG: Installing : authselect-1.5.0-8.el10.x86_64 314/316 DEBUG: Installing : systemd-rpm-macros-257-13.el10.noarch 315/316 DEBUG: Installing : openstack-macros-2023.1.0-0.20250702055156.ce6a1 316/316 DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 316/316 DEBUG: Running scriptlet: ca-certificates-2024.2.69_v8.0.303-102.3.el10.no 316/316 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-c059-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20200910-21.el10.noarc 316/316 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 316/316 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-21.el10.n 316/316 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-21.el10.no 316/316 DEBUG: Running scriptlet: urw-base35-p052-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-21 316/316 DEBUG: Running scriptlet: urw-base35-z003-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: fontconfig-2.15.0-7.el10.x86_64 316/316 DEBUG: Running scriptlet: authselect-libs-1.5.0-8.el10.x86_64 316/316 DEBUG: Running scriptlet: rpm-4.19.1.1-20.el10.x86_64 316/316 DEBUG: Running scriptlet: openstack-macros-2023.1.0-0.20250702055156.ce6a1 316/316 DEBUG: Installed: DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: basesystem-11-22.el10.noarch DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: cups-filesystem-1:2.4.10-11.el10.noarch DEBUG: cups-libs-1:2.4.10-11.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: dbus-1:1.14.10-5.el10.x86_64 DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-common-1:1.14.10-5.el10.noarch DEBUG: dbus-libs-1:1.14.10-5.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: device-mapper-10:1.02.206-3.el10.x86_64 DEBUG: device-mapper-libs-10:1.02.206-3.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: findutils-1:4.10.0-5.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: fonts-filesystem-1:2.0.5-18.el10.noarch DEBUG: fonts-srpm-macros-1:2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: gdbm-1:1.23-14.el10.x86_64 DEBUG: gdbm-libs-1:1.23-14.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: gmp-1:6.2.1-12.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: libbpf-2:1.6.0-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpaper-1:2.1.1-7.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: libpng-2:1.6.40-8.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: make-1:4.4.1-9.el10.x86_64 DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: openssl-fips-provider-1:3.5.1-3.el10.x86_64 DEBUG: openssl-libs-1:3.5.1-3.el10.x86_64 DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: python3-sphinx-1:7.2.6-10.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: readline-8.2-11.el10.x86_64 DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: sed-4.9-3.el10.x86_64 DEBUG: setup-2.14.5-7.el10.noarch DEBUG: shadow-utils-2:4.15.0-8.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: tar-2:1.35-7.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tzdata-2025b-2.el10.noarch DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: xz-1:5.6.2-4.el10.x86_64 DEBUG: xz-libs-1:5.6.2-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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: installing minimal buildroot with dnf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/os-release DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: groupdel: group 'mock' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-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: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-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=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//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 Finish: creating root cache Finish: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 INFO: Installed packages: INFO: ImageMagick-6.9.12.98-1.el10s.x86_64 ImageMagick-libs-6.9.12.98-1.el10s.x86_64 LibRaw-0.21.3-1.el10s.x86_64 adobe-mappings-cmap-20230622-5.el10.noarch adobe-mappings-cmap-deprecated-20230622-5.el10.noarch adobe-mappings-pdf-20190401-9.el10.noarch alternatives-1.30-2.el10.x86_64 annobin-docs-12.99-1.el10.noarch annobin-plugin-gcc-12.99-1.el10.x86_64 audit-libs-4.0.3-4.el10.x86_64 authselect-1.5.0-8.el10.x86_64 authselect-libs-1.5.0-8.el10.x86_64 avahi-libs-0.9~rc2-2.el10.x86_64 basesystem-11-22.el10.noarch bash-5.2.26-6.el10.x86_64 binutils-2.41-58.el10.x86_64 binutils-gold-2.41-58.el10.x86_64 bzip2-1.0.8-25.el10.x86_64 bzip2-libs-1.0.8-25.el10.x86_64 ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch cairo-1.18.2-2.el10.x86_64 cairo-gobject-1.18.2-2.el10.x86_64 centos-gpg-keys-10.0-10.el10.noarch centos-stream-release-10.0-10.el10.noarch centos-stream-repos-10.0-10.el10.noarch coreutils-9.5-6.el10.x86_64 coreutils-common-9.5-6.el10.x86_64 cpio-2.15-3.el10.x86_64 cpp-14.3.1-2.1.el10.x86_64 cracklib-2.9.11-8.el10.x86_64 cracklib-dicts-2.9.11-8.el10.x86_64 crypto-policies-20250804-1.git2ca4115.el10.noarch cryptsetup-libs-2.7.5-2.el10.x86_64 cups-filesystem-2.4.10-11.el10.noarch cups-libs-2.4.10-11.el10.x86_64 curl-8.12.1-2.el10.x86_64 cyrus-sasl-lib-2.1.28-27.el10.x86_64 dbus-1.14.10-5.el10.x86_64 dbus-broker-36-4.el10.x86_64 dbus-common-1.14.10-5.el10.noarch dbus-libs-1.14.10-5.el10.x86_64 debugedit-5.1-8.el10.x86_64 default-fonts-core-sans-4.1-3.el10.noarch device-mapper-1.02.206-3.el10.x86_64 device-mapper-libs-1.02.206-3.el10.x86_64 diffutils-3.10-8.el10.x86_64 duktape-2.7.0-10.el10.x86_64 dwz-0.16-1.el10.x86_64 ed-1.20-5.el10.x86_64 efi-srpm-macros-6-6.el10.noarch elfutils-0.193-1.el10.x86_64 elfutils-debuginfod-client-0.193-1.el10.x86_64 elfutils-default-yama-scope-0.193-1.el10.noarch elfutils-libelf-0.193-1.el10.x86_64 elfutils-libs-0.193-1.el10.x86_64 expat-2.7.1-1.el10.x86_64 file-5.45-8.el10.x86_64 file-libs-5.45-8.el10.x86_64 filesystem-3.18-17.el10.x86_64 findutils-4.10.0-5.el10.x86_64 fontconfig-2.15.0-7.el10.x86_64 fonts-filesystem-2.0.5-18.el10.noarch fonts-srpm-macros-2.0.5-18.el10.noarch forge-srpm-macros-0.4.0-6.el10.noarch freetype-2.13.2-8.el10.x86_64 fribidi-1.0.14-4.el10.x86_64 gawk-5.3.0-6.el10.x86_64 gawk-all-langpacks-5.3.0-6.el10.x86_64 gcc-14.3.1-2.1.el10.x86_64 gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 gd-2.3.3-22.el10.x86_64 gdb-minimal-16.3-2.el10.x86_64 gdbm-1.23-14.el10.x86_64 gdbm-libs-1.23-14.el10.x86_64 gdk-pixbuf2-2.42.12-4.el10.x86_64 git-core-2.47.3-1.el10.x86_64 glib2-2.80.4-8.el10.x86_64 glibc-2.39-56.el10.x86_64 glibc-common-2.39-56.el10.x86_64 glibc-devel-2.39-56.el10.x86_64 glibc-gconv-extra-2.39-56.el10.x86_64 glibc-minimal-langpack-2.39-56.el10.x86_64 gmp-6.2.1-12.el10.x86_64 gnupg2-2.4.5-2.el10.x86_64 gnupg2-smime-2.4.5-2.el10.x86_64 gnutls-3.8.10-2.el10.x86_64 go-srpm-macros-3.6.0-4.el10.noarch google-droid-sans-fonts-20200215-22.el10.noarch google-noto-fonts-common-20240401-5.el10.noarch google-noto-sans-vf-fonts-20240401-5.el10.noarch gpgme-1.23.2-6.el10.x86_64 gpgmepp-1.23.2-6.el10.x86_64 graphite2-1.3.14-17.el10.x86_64 graphviz-9.0.0-15.el10.x86_64 grep-3.11-10.el10.x86_64 gzip-1.13-3.el10.x86_64 harfbuzz-8.4.0-6.el10.x86_64 imath-3.1.10-4.el10.x86_64 jansson-2.14-3.el10.x86_64 jasper-libs-4.1.0-5.el10.x86_64 jbig2dec-libs-0.20-7.el10.x86_64 jbigkit-libs-2.1-31.el10.x86_64 json-c-0.18-3.el10.x86_64 kernel-headers-6.12.0-125.el10.x86_64 kernel-srpm-macros-1.0-25.el10.noarch keyutils-libs-1.6.3-5.el10.x86_64 kmod-libs-31-12.el10.x86_64 krb5-libs-1.21.3-8.el10.x86_64 lcms2-2.16-6.el10.x86_64 less-661-3.el10.x86_64 libICE-1.1.1-5.el10.x86_64 libSM-1.2.4-5.el10.x86_64 libX11-1.8.10-1.el10.x86_64 libX11-common-1.8.10-1.el10.noarch libXau-1.0.11-8.el10.x86_64 libXext-1.3.6-3.el10.x86_64 libXft-2.3.8-8.el10.x86_64 libXpm-3.5.17-5.el10.x86_64 libXrender-0.9.11-8.el10.x86_64 libXt-1.3.0-5.el10.x86_64 libacl-2.3.2-4.el10.x86_64 libarchive-3.7.7-4.el10.x86_64 libassuan-2.5.6-6.el10.x86_64 libattr-2.5.2-5.el10.x86_64 libblkid-2.40.2-13.el10.x86_64 libbpf-1.6.0-3.el10.x86_64 libbrotli-1.1.0-6.el10.x86_64 libcap-2.69-7.el10.x86_64 libcap-ng-0.8.4-6.el10.x86_64 libcbor-0.11.0-3.el10.x86_64 libcom_err-1.47.1-4.el10.x86_64 libcurl-8.12.1-2.el10.x86_64 libdatrie-0.2.13-11.el10.x86_64 libeconf-0.6.2-4.el10.x86_64 libedit-3.1-52.20230828cvs.el10.x86_64 libevent-2.1.12-16.el10.x86_64 libfdisk-2.40.2-13.el10.x86_64 libffi-3.4.4-10.el10.x86_64 libfido2-1.14.0-7.el10.x86_64 libgcc-14.3.1-2.1.el10.x86_64 libgcrypt-1.11.0-6.el10.x86_64 libgomp-14.3.1-2.1.el10.x86_64 libgpg-error-1.50-2.el10.x86_64 libgs-10.02.1-16.el10.x86_64 libidn2-2.3.7-3.el10.x86_64 libijs-0.35-24.el10.x86_64 libjpeg-turbo-3.0.2-4.el10.x86_64 libksba-1.6.7-2.el10.x86_64 liblerc-4.0.0-8.el10.x86_64 liblqr-1-0.4.2-26.el10s.x86_64 libmount-2.40.2-13.el10.x86_64 libmpc-1.3.1-7.el10.x86_64 libnghttp2-1.64.0-2.el10.x86_64 libpaper-2.1.1-7.el10.x86_64 libpkgconf-2.1.0-3.el10.x86_64 libpng-1.6.40-8.el10.x86_64 libpsl-0.21.5-6.el10.x86_64 libpwquality-1.4.5-12.el10.x86_64 libraqm-0.10.1-2.el10s.x86_64 librsvg2-2.57.1-9.el10.x86_64 libseccomp-2.5.6-1.el10.x86_64 libsecret-0.21.2-8.el10.x86_64 libselinux-3.9-1.el10.x86_64 libsemanage-3.9-1.el10.x86_64 libsepol-3.9-1.el10.x86_64 libsmartcols-2.40.2-13.el10.x86_64 libssh-0.11.1-1.el10.x86_64 libssh-config-0.11.1-1.el10.noarch libstdc++-14.3.1-2.1.el10.x86_64 libtasn1-4.20.0-1.el10.x86_64 libthai-0.1.29-10.el10.x86_64 libtiff-4.6.0-6.el10.x86_64 libtool-ltdl-2.4.7-13.el10.x86_64 libunistring-1.1-10.el10.x86_64 libusb1-1.0.28-1.el10.x86_64 libutempter-1.2.1-15.el10.x86_64 libuuid-2.40.2-13.el10.x86_64 libverto-0.3.2-10.el10.x86_64 libwebp-1.3.2-8.el10.x86_64 libwmf-lite-0.2.13-6.el10s.x86_64 libxcb-1.17.0-3.el10.x86_64 libxcrypt-4.4.36-10.el10.x86_64 libxcrypt-devel-4.4.36-10.el10.x86_64 libxkbcommon-1.7.0-4.el10.x86_64 libxml2-2.12.5-9.el10.x86_64 libzstd-1.5.5-9.el10.x86_64 lua-libs-5.4.6-7.el10.x86_64 lua-srpm-macros-1-15.el10.noarch lz4-libs-1.9.4-8.el10.x86_64 make-4.4.1-9.el10.x86_64 mpdecimal-2.5.1-12.el10.x86_64 mpfr-4.2.1-5.el10.x86_64 ncurses-base-6.4-14.20240127.el10.noarch ncurses-libs-6.4-14.20240127.el10.x86_64 npth-1.6-21.el10.x86_64 nspr-4.36.0-4.el10.x86_64 nss-3.112.0-4.el10.x86_64 nss-softokn-3.112.0-4.el10.x86_64 nss-softokn-freebl-3.112.0-4.el10.x86_64 nss-sysinit-3.112.0-4.el10.x86_64 nss-util-3.112.0-4.el10.x86_64 ocaml-srpm-macros-10-4.el10.noarch openblas-srpm-macros-2-19.el10.noarch openexr-libs-3.1.10-8.el10.x86_64 openjpeg2-2.5.2-5.el10.x86_64 openldap-2.6.9-1.el10.x86_64 openssh-9.9p1-13.el10.x86_64 openssh-clients-9.9p1-13.el10.x86_64 openssl-fips-provider-3.5.1-3.el10.x86_64 openssl-libs-3.5.1-3.el10.x86_64 openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch p11-kit-0.25.5-7.el10.x86_64 p11-kit-trust-0.25.5-7.el10.x86_64 package-notes-srpm-macros-0.5-13.el10.noarch pam-1.6.1-8.el10.x86_64 pam-libs-1.6.1-8.el10.x86_64 pango-1.54.0-3.el10.x86_64 patch-2.7.6-26.el10.x86_64 pcre2-10.44-1.el10.3.x86_64 pcre2-syntax-10.44-1.el10.3.noarch pcsc-lite-2.2.3-2.el10.x86_64 pcsc-lite-ccid-1.6.0-2.el10.x86_64 pcsc-lite-libs-2.2.3-2.el10.x86_64 perl-srpm-macros-1-57.el10.noarch pinentry-1.3.1-1.el10.x86_64 pixman-0.43.4-2.el10.x86_64 pkgconf-2.1.0-3.el10.x86_64 pkgconf-m4-2.1.0-3.el10.noarch pkgconf-pkg-config-2.1.0-3.el10.x86_64 polkit-125-4.el10.x86_64 polkit-libs-125-4.el10.x86_64 polkit-pkla-compat-0.1-30.el10.x86_64 poppler-24.02.0-6.el10.x86_64 poppler-data-0.4.11-9.el10.noarch poppler-glib-24.02.0-6.el10.x86_64 popt-1.19-8.el10.x86_64 publicsuffix-list-dafsa-20240107-5.el10.noarch pyproject-srpm-macros-1.16.2-1.el10.noarch python-rpm-macros-3.12-10.el10.noarch python-srpm-macros-3.12-10.el10.noarch python-unversioned-command-3.12.11-3.el10.noarch python3-3.12.11-3.el10.x86_64 python3-babel-2.13.1-5.el10.noarch python3-charset-normalizer-3.4.2-1.el10.noarch python3-devel-3.12.11-3.el10.x86_64 python3-dns-2.6.1-1.el10.noarch python3-docutils-0.20.1-5.el10.noarch python3-eventlet-0.40.0-1.el10s.noarch python3-greenlet-3.0.3-5.el10.x86_64 python3-idna-3.7-4.el10.noarch python3-imagesize-1.4.1-9.el10.noarch python3-jinja2-3.1.6-1.el10.noarch python3-libs-3.12.11-3.el10.x86_64 python3-markupsafe-2.1.3-6.el10.x86_64 python3-packaging-24.2-2.el10.noarch python3-pbr-6.1.1-1.el10s.noarch python3-pip-23.3.2-7.el10.noarch python3-pip-wheel-23.3.2-7.el10.noarch python3-pygments-2.18.0-1.el10.noarch python3-requests-2.32.4-1.el10.noarch python3-rpm-generators-14-12.el10.noarch python3-rpm-macros-3.12-10.el10.noarch python3-setuptools-69.0.3-12.el10.noarch python3-setuptools_scm-8.0.4-7.el10.noarch python3-six-1.16.0-16.el10.noarch python3-sphinx-7.2.6-10.el10.noarch python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch python3-sqlalchemy-2.0.26-6.el10.x86_64 python3-typing-extensions-4.12.2-2.el10s.noarch python3-urllib3-1.26.19-2.el10.noarch qt6-srpm-macros-6.9.1-1.el10.noarch readline-8.2-11.el10.x86_64 redhat-rpm-config-293-1.el10.noarch redhat-text-vf-fonts-4.1.0-1.el10.noarch rpm-4.19.1.1-20.el10.x86_64 rpm-build-4.19.1.1-20.el10.x86_64 rpm-build-libs-4.19.1.1-20.el10.x86_64 rpm-libs-4.19.1.1-20.el10.x86_64 rpm-plugin-audit-4.19.1.1-20.el10.x86_64 rpm-sequoia-1.9.0.1-1.el10.x86_64 rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 rust-toolset-srpm-macros-1.88.0-1.el10.noarch sed-4.9-3.el10.x86_64 setup-2.14.5-7.el10.noarch shadow-utils-4.15.0-8.el10.x86_64 shared-mime-info-2.3-8.el10.x86_64 sqlite-libs-3.46.1-4.el10.x86_64 systemd-257-13.el10.x86_64 systemd-libs-257-13.el10.x86_64 systemd-pam-257-13.el10.x86_64 systemd-rpm-macros-257-13.el10.noarch tar-1.35-7.el10.x86_64 tpm2-tss-4.1.3-5.el10.x86_64 tzdata-2025b-2.el10.noarch unzip-6.0-69.el10.x86_64 urw-base35-bookman-fonts-20200910-21.el10.noarch urw-base35-c059-fonts-20200910-21.el10.noarch urw-base35-d050000l-fonts-20200910-21.el10.noarch urw-base35-fonts-20200910-21.el10.noarch urw-base35-fonts-common-20200910-21.el10.noarch urw-base35-gothic-fonts-20200910-21.el10.noarch urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch urw-base35-p052-fonts-20200910-21.el10.noarch urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch urw-base35-z003-fonts-20200910-21.el10.noarch util-linux-2.40.2-13.el10.x86_64 util-linux-core-2.40.2-13.el10.x86_64 xkeyboard-config-2.41-3.el10.noarch xml-common-0.6.3-65.el10.noarch xz-5.6.2-4.el10.x86_64 xz-libs-5.6.2-4.el10.x86_64 zip-3.0-45.el10.x86_64 zlib-ng-compat-2.2.3-2.el10.x86_64 zstd-1.5.5-9.el10.x86_64 Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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 in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -q -r /home/centos10-master-uc/data/dlrn-5.cfg --chroot 'git config --global --add safe.directory /var/tmp/pkgsrc' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead ++ /usr/bin/mock -r /home/centos10-master-uc/data/dlrn-5.cfg -p WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead + MOCKDIR=/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/ + '[' -z '' ']' + '[' '' == 1 ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f db7aaec7462e10538871a3f74b1ffef1b5e0b373 Note: switching to 'db7aaec7462e10538871a3f74b1ffef1b5e0b373'. 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 db7aaec7 Fix Tacker CI Failures from Tosca-Parser, TackerClient, and Neutron/Setuptools + '[' -d /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp/pkgsrc ~/data/openstack-tacker + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/data/openstack-tacker + '[' -z '' ']' ++ /usr/bin/mock -q -r /home/centos10-master-uc/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 WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead ++ /usr/bin/mock -q -r /home/centos10-master-uc/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead + setversionandrelease 13.1.0.dev4 db7aaec + UPSTREAMVERSION=13.1.0.dev4 + [[ 13.1.0.dev4 =~ ([^-]*)-(.+) ]] + [[ 13.1.0.dev4 =~ (.*?)\.(0rc.+) ]] + [[ 13.1.0.dev4 =~ (.*?)\.(0b.+) ]] + [[ 13.1.0.dev4 =~ (.*?)\.(0a.+) ]] + [[ 13.1.0.dev4 =~ (.*?)\.(dev.+) ]] + VERSION=13.1.0 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20250906035435.db7aaec + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.9.18, NVR = mock-6.3-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-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: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '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-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}} 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', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} 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: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} 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: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: f1488f85-6db1-4f81-bca6-b737e7843e11 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-16b8a7cad9fb65478c65c00a5f26ca1417314ed0 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/16/b8/16b8a7cad9fb65478c65c00a5f26ca1417314ed0_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-networking-generic-switch-e78eb0e94c73bd37a33cc69c7005c9cf31223cab baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/e7/8e/e78eb0e94c73bd37a33cc69c7005c9cf31223cab_7d11c901 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-644b6362a6b0debf6395d4bf15f963faf1a42ced baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/64/4b/644b6362a6b0debf6395d4bf15f963faf1a42ced_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-magnumclient-6357cfaa79857dd338b1c42a02eb1866609a9f18 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/63/57/6357cfaa79857dd338b1c42a02eb1866609a9f18_a76cdc99 enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-b502af5bc689cfd2fe1e939c4138663182d197c1 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/b5/02/b502af5bc689cfd2fe1e939c4138663182d197c1_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-1b2df51ae6021798b278e197999319dbb2333894 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/1b/2d/1b2df51ae6021798b278e197999319dbb2333894_d3a4be46 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-07ab08aa69ae39644c276a0907759175f8936239 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/07/ab/07ab08aa69ae39644c276a0907759175f8936239_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-af6e558150585608e44151a6f20eea28754b7aa5 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/af/6e/af6e558150585608e44151a6f20eea28754b7aa5_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/6c/33/6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-4f0414d864bd790aa6dc54e55308a94653fbcfb4 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/4f/04/4f0414d864bd790aa6dc54e55308a94653fbcfb4_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-53cf5e810bec87fc7acfee60709b94508ccecd41 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/53/cf/53cf5e810bec87fc7acfee60709b94508ccecd41_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-fed6d3241f2228575de707f8e009cb091ec81e4a baseurl=https://trunk.rdoproject.org/centos10-master/component/network/fe/d6/fed6d3241f2228575de707f8e009cb091ec81e4a_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-4cde74a24b0dde4471a12d5c96be556fd5681cd4 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4c/de/4cde74a24b0dde4471a12d5c96be556fd5681cd4_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-cdde0fb41e3501a183c23337ed06b39df663880f baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/cd/de/cdde0fb41e3501a183c23337ed06b39df663880f_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-5ad142879f45c980baf181d6eb2fc730aec501e8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/5a/d1/5ad142879f45c980baf181d6eb2fc730aec501e8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-watcher-18bc0544a47ce569e75e6c534670c9ce871e12e1 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/18/bc/18bc0544a47ce569e75e6c534670c9ce871e12e1_ac4923b3 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-21325988dfe7d63d1f3ef78b9af8a2297f787e1f baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/21/32/21325988dfe7d63d1f3ef78b9af8a2297f787e1f_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-538f6af8da510e9286ddc762182cfa7170ad7b03 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/53/8f/538f6af8da510e9286ddc762182cfa7170ad7b03_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-heat-ui-b6147482b3fa2c3edad39cd4631d4a4c34460349 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/b6/14/b6147482b3fa2c3edad39cd4631d4a4c34460349_55cf7419 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff 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-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.s74criga', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 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 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'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: 15Gi 4.0Gi 1.3Gi 1.0Gi 11Gi 11Gi DEBUG: Swap: 15Gi 5.6Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 948M 3.4G 23% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 187G 363G 35% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.xpsrtpz4', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: Running in chroot: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Start: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: child environment: None DEBUG: Executing command: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True /usr/lib/python3.12/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. [pbr] Generating ChangeLog /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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 tacker.egg-info writing pbr to tacker.egg-info/pbr.json writing tacker.egg-info/PKG-INFO writing dependency_links to tacker.egg-info/dependency_links.txt writing entry points to tacker.egg-info/entry_points.txt writing requirements to tacker.egg-info/requires.txt writing top-level names to tacker.egg-info/top_level.txt [pbr] Processing SOURCES.txt writing manifest file 'tacker.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'tacker.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating tacker-13.1.0.dev4 creating tacker-13.1.0.dev4/api-ref creating tacker-13.1.0.dev4/api-ref/source creating tacker-13.1.0.dev4/api-ref/source/v1 creating tacker-13.1.0.dev4/api-ref/source/v1/samples creating tacker-13.1.0.dev4/api-ref/source/v1/samples/versions creating tacker-13.1.0.dev4/api-ref/source/v1/samples/vims creating tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages creating tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm creating tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm_versions creating tacker-13.1.0.dev4/api-ref/source/v2 creating tacker-13.1.0.dev4/api-ref/source/v2/samples creating tacker-13.1.0.dev4/api-ref/source/v2/samples/fault_notification creating tacker-13.1.0.dev4/api-ref/source/v2/samples/prometheus_plugin creating tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm creating tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm creating tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm creating tacker-13.1.0.dev4/devstack creating tacker-13.1.0.dev4/devstack/lib creating tacker-13.1.0.dev4/devstack/multi-nodes creating tacker-13.1.0.dev4/devstack/multi-nodes/k8s creating tacker-13.1.0.dev4/devstack/multi-nodes/openstack creating tacker-13.1.0.dev4/doc creating tacker-13.1.0.dev4/doc/source creating tacker-13.1.0.dev4/doc/source/_images creating tacker-13.1.0.dev4/doc/source/admin creating tacker-13.1.0.dev4/doc/source/cli creating tacker-13.1.0.dev4/doc/source/cli/v2 creating tacker-13.1.0.dev4/doc/source/configuration creating tacker-13.1.0.dev4/doc/source/contributor creating tacker-13.1.0.dev4/doc/source/install creating tacker-13.1.0.dev4/doc/source/reference creating tacker-13.1.0.dev4/doc/source/user creating tacker-13.1.0.dev4/doc/source/user/v2 creating tacker-13.1.0.dev4/doc/source/user/v2/cnf creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_heal_fm creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_heal_fm/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_job creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_job/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_th creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_th/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/chg_vnfpkg creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/chg_vnfpkg/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment_using_helm creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment_using_helm/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/heal creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/heal/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/scale creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/scale/img creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/update_with_mgmt_driver creating tacker-13.1.0.dev4/doc/source/user/v2/cnf/update_with_mgmt_driver/img creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/BaseHOT creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/BaseHOT/simple creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/BaseHOT/simple/nested creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/Definitions creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/TOSCA-Metadata creating tacker-13.1.0.dev4/doc/source/user/v2/getting_started/img creating tacker-13.1.0.dev4/doc/source/user/v2/vnf creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT/simple creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT/simple/nested creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Scripts creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/TOSCA-Metadata creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT/simple creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT/simple/nested creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Scripts creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/TOSCA-Metadata creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/img creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Scripts creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/TOSCA-Metadata creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/UserData creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Scripts creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/TOSCA-Metadata creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/UserData creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/img creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/deployment_with_user_data creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/deployment_with_user_data/img creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/heal creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/heal/img creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/scale creating tacker-13.1.0.dev4/doc/source/user/v2/vnf/scale/img creating tacker-13.1.0.dev4/doc/tools creating tacker-13.1.0.dev4/doc/tools/ext_oauth2_server creating tacker-13.1.0.dev4/etc creating tacker-13.1.0.dev4/etc/etsi-nfv creating tacker-13.1.0.dev4/etc/etsi-nfv/sol001 creating tacker-13.1.0.dev4/etc/etsi-nfv/sol001/2.6.1 creating tacker-13.1.0.dev4/etc/init.d creating tacker-13.1.0.dev4/etc/systemd creating tacker-13.1.0.dev4/etc/systemd/system creating tacker-13.1.0.dev4/etc/tacker creating tacker-13.1.0.dev4/playbooks creating tacker-13.1.0.dev4/playbooks/devstack creating tacker-13.1.0.dev4/releasenotes creating tacker-13.1.0.dev4/releasenotes/notes creating tacker-13.1.0.dev4/releasenotes/source creating tacker-13.1.0.dev4/releasenotes/source/_static creating tacker-13.1.0.dev4/releasenotes/source/_templates creating tacker-13.1.0.dev4/releasenotes/source/locale creating tacker-13.1.0.dev4/releasenotes/source/locale/de creating tacker-13.1.0.dev4/releasenotes/source/locale/de/LC_MESSAGES creating tacker-13.1.0.dev4/releasenotes/source/locale/en_GB creating tacker-13.1.0.dev4/releasenotes/source/locale/en_GB/LC_MESSAGES creating tacker-13.1.0.dev4/releasenotes/source/locale/fr creating tacker-13.1.0.dev4/releasenotes/source/locale/fr/LC_MESSAGES creating tacker-13.1.0.dev4/roles creating tacker-13.1.0.dev4/roles/config-enhanced-policy creating tacker-13.1.0.dev4/roles/config-enhanced-policy/tasks creating tacker-13.1.0.dev4/roles/devstack-config creating tacker-13.1.0.dev4/roles/devstack-config/tasks creating tacker-13.1.0.dev4/roles/ensure-db-cli-installed creating tacker-13.1.0.dev4/roles/ensure-db-cli-installed/defaults creating tacker-13.1.0.dev4/roles/ensure-db-cli-installed/tasks creating tacker-13.1.0.dev4/roles/modify-heat-policy creating tacker-13.1.0.dev4/roles/modify-heat-policy/tasks creating tacker-13.1.0.dev4/roles/restart-kubelet-service creating tacker-13.1.0.dev4/roles/restart-kubelet-service/tasks creating tacker-13.1.0.dev4/roles/setup-default-vim creating tacker-13.1.0.dev4/roles/setup-default-vim/files creating tacker-13.1.0.dev4/roles/setup-default-vim/tasks creating tacker-13.1.0.dev4/roles/setup-fake-https-server creating tacker-13.1.0.dev4/roles/setup-fake-https-server/defaults creating tacker-13.1.0.dev4/roles/setup-fake-https-server/tasks creating tacker-13.1.0.dev4/roles/setup-fake-prometheus-server creating tacker-13.1.0.dev4/roles/setup-fake-prometheus-server/tasks creating tacker-13.1.0.dev4/roles/setup-helm creating tacker-13.1.0.dev4/roles/setup-helm/defaults creating tacker-13.1.0.dev4/roles/setup-helm/files creating tacker-13.1.0.dev4/roles/setup-helm/tasks creating tacker-13.1.0.dev4/roles/setup-k8s-nodes creating tacker-13.1.0.dev4/roles/setup-k8s-nodes/tasks creating tacker-13.1.0.dev4/roles/setup-k8s-oidc creating tacker-13.1.0.dev4/roles/setup-k8s-oidc/defaults creating tacker-13.1.0.dev4/roles/setup-k8s-oidc/files creating tacker-13.1.0.dev4/roles/setup-k8s-oidc/tasks creating tacker-13.1.0.dev4/roles/setup-multi-az creating tacker-13.1.0.dev4/roles/setup-multi-az/defaults creating tacker-13.1.0.dev4/roles/setup-multi-az/tasks creating tacker-13.1.0.dev4/roles/setup-multi-tenant-vim creating tacker-13.1.0.dev4/roles/setup-multi-tenant-vim/defaults creating tacker-13.1.0.dev4/roles/setup-multi-tenant-vim/tasks creating tacker-13.1.0.dev4/roles/setup-terraform creating tacker-13.1.0.dev4/roles/setup-terraform/files creating tacker-13.1.0.dev4/roles/setup-terraform/tasks creating tacker-13.1.0.dev4/roles/show-net-setup creating tacker-13.1.0.dev4/roles/show-net-setup/tasks creating tacker-13.1.0.dev4/samples creating tacker-13.1.0.dev4/samples/etsi_getting_started creating tacker-13.1.0.dev4/samples/etsi_getting_started/tosca creating tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/lcm_instantiate_request creating tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar creating tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions creating tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/vim creating tacker-13.1.0.dev4/samples/etsi_getting_started/userdata creating tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/lcm_instantiate_request creating tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar creating tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar/BaseHOT creating tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar/BaseHOT/simple creating tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar/UserData creating tacker-13.1.0.dev4/samples/free5gc creating tacker-13.1.0.dev4/samples/free5gc/cnf creating tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package creating tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions creating tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files creating tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes creating tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Scripts creating tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Scripts creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/UserData creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Scripts creating tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/vnf creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT/simple creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Scripts creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/UserData creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT/simple creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Scripts creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/UserData creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT/simple creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Scripts creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/UserData creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/BaseHOT creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/BaseHOT/simple creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Definitions creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Scripts creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/UserData creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT/simple creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Scripts creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/UserData creating tacker-13.1.0.dev4/samples/mgmt_driver creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT/default creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT/default/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/ScriptANSIBLE creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Scripts creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Scripts/Media creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/UserData creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions creating tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions/vm_app_config creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/container_update creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/UserData creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/UserData creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts creating tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/practical_vnf_package creating tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT creating tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/ha creating tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/scalable creating tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/scalable/nested creating tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions creating tacker-13.1.0.dev4/samples/practical_vnf_package/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/practical_vnf_package/UserData creating tacker-13.1.0.dev4/samples/tests creating tacker-13.1.0.dev4/samples/tests/etc creating tacker-13.1.0.dev4/samples/tests/etc/samples creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Files/images creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Scripts creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common_artifact creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Drivers creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/ScriptANSIBLE creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Scripts creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Scripts/complex creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/ScriptANSIBLE creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Scripts creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Scripts/complex creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Drivers creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2/Drivers creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3/Drivers creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT/default creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT/default/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_algorithm creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_algorithm/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_hash creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_hash/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_source creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_source/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_key creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_key/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_value creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_value/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_single_manifest_false_name creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_manifest creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta_in_manifest creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta_in_manifest/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_no_meta_single_vnfd creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd/Files/images creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_heal_grant_unit creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Scripts creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_common creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_non_dict creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_non_dict/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/UserData creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm1 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm1/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2 creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm3 creating tacker-13.1.0.dev4/samples/tests/etc/samples/lcm_instantiate_request creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/images creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Scripts creating tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2 creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/common creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/common/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/rules creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/src creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/new_kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2 creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/common creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/common/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Files/terraform creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Files creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Files/terraform creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/UserData creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/common creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/common/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/UserData creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/volume creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/volume/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/volume creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/volume/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/volume creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/volume/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Scripts creating tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/unit creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Definitions creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files/new_kubernetes creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Scripts creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1 creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/error creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/Definitions creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/Scripts creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/UserData creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2 creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Definitions creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Scripts creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample_cert creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple/nested creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Definitions creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Scripts creating tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/TOSCA-Metadata creating tacker-13.1.0.dev4/samples/vim creating tacker-13.1.0.dev4/samples/vnf_packages creating tacker-13.1.0.dev4/samples/vnf_packages/Definitions creating tacker-13.1.0.dev4/samples/vnf_packages/TOSCA-Metadata creating tacker-13.1.0.dev4/tacker creating tacker-13.1.0.dev4/tacker.egg-info creating tacker-13.1.0.dev4/tacker/agent creating tacker-13.1.0.dev4/tacker/agent/linux creating tacker-13.1.0.dev4/tacker/api creating tacker-13.1.0.dev4/tacker/api/common creating tacker-13.1.0.dev4/tacker/api/schemas creating tacker-13.1.0.dev4/tacker/api/v1 creating tacker-13.1.0.dev4/tacker/api/validation creating tacker-13.1.0.dev4/tacker/api/views creating tacker-13.1.0.dev4/tacker/api/vnflcm creating tacker-13.1.0.dev4/tacker/api/vnflcm/v1 creating tacker-13.1.0.dev4/tacker/api/vnfpkgm creating tacker-13.1.0.dev4/tacker/api/vnfpkgm/v1 creating tacker-13.1.0.dev4/tacker/cmd creating tacker-13.1.0.dev4/tacker/cmd/eventlet creating tacker-13.1.0.dev4/tacker/common creating tacker-13.1.0.dev4/tacker/common/container creating tacker-13.1.0.dev4/tacker/conductor creating tacker-13.1.0.dev4/tacker/conductor/conductorrpc creating tacker-13.1.0.dev4/tacker/conf creating tacker-13.1.0.dev4/tacker/db creating tacker-13.1.0.dev4/tacker/db/common_services creating tacker-13.1.0.dev4/tacker/db/db_sqlalchemy creating tacker-13.1.0.dev4/tacker/db/migration creating tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations creating tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions creating tacker-13.1.0.dev4/tacker/db/migration/models creating tacker-13.1.0.dev4/tacker/db/nfvo creating tacker-13.1.0.dev4/tacker/db/vnfm creating tacker-13.1.0.dev4/tacker/extensions creating tacker-13.1.0.dev4/tacker/glance_store creating tacker-13.1.0.dev4/tacker/hacking creating tacker-13.1.0.dev4/tacker/keymgr creating tacker-13.1.0.dev4/tacker/nfvo creating tacker-13.1.0.dev4/tacker/nfvo/drivers creating tacker-13.1.0.dev4/tacker/nfvo/drivers/vim creating tacker-13.1.0.dev4/tacker/objects creating tacker-13.1.0.dev4/tacker/plugins creating tacker-13.1.0.dev4/tacker/plugins/common creating tacker-13.1.0.dev4/tacker/plugins/common_services creating tacker-13.1.0.dev4/tacker/policies creating tacker-13.1.0.dev4/tacker/releasenotes creating tacker-13.1.0.dev4/tacker/releasenotes/notes creating tacker-13.1.0.dev4/tacker/services creating tacker-13.1.0.dev4/tacker/sol_refactored creating tacker-13.1.0.dev4/tacker/sol_refactored/api creating tacker-13.1.0.dev4/tacker/sol_refactored/api/policies creating tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas creating tacker-13.1.0.dev4/tacker/sol_refactored/common creating tacker-13.1.0.dev4/tacker/sol_refactored/conductor creating tacker-13.1.0.dev4/tacker/sol_refactored/controller creating tacker-13.1.0.dev4/tacker/sol_refactored/db creating tacker-13.1.0.dev4/tacker/sol_refactored/db/sqlalchemy creating tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers creating tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes creating tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack creating tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/terraform creating tacker-13.1.0.dev4/tacker/sol_refactored/mgmt_drivers creating tacker-13.1.0.dev4/tacker/sol_refactored/nfvo creating tacker-13.1.0.dev4/tacker/sol_refactored/objects creating tacker-13.1.0.dev4/tacker/sol_refactored/objects/common creating tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 creating tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 creating tacker-13.1.0.dev4/tacker/sol_refactored/test-tools creating tacker-13.1.0.dev4/tacker/tests creating tacker-13.1.0.dev4/tacker/tests/common creating tacker-13.1.0.dev4/tacker/tests/compliance creating tacker-13.1.0.dev4/tacker/tests/compliance/sol002 creating tacker-13.1.0.dev4/tacker/tests/compliance/sol003 creating tacker-13.1.0.dev4/tacker/tests/compliance/sol005 creating tacker-13.1.0.dev4/tacker/tests/functional creating tacker-13.1.0.dev4/tacker/tests/functional/common creating tacker-13.1.0.dev4/tacker/tests/functional/sol creating tacker-13.1.0.dev4/tacker/tests/functional/sol/legacy_nfvo creating tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm_userdata creating tacker-13.1.0.dev4/tacker/tests/functional/sol/vnfpkgm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_encrypt_cred_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy creating tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol creating tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes creating tacker-13.1.0.dev4/tacker/tests/functional/sol_https_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant creating tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant/vnflcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo creating tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo/vnflcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_terraform_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2 creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/notification creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/prometheus creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_az_retry creating tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common creating tacker-13.1.0.dev4/tacker/tests/functional/tools creating tacker-13.1.0.dev4/tacker/tests/unit creating tacker-13.1.0.dev4/tacker/tests/unit/agent creating tacker-13.1.0.dev4/tacker/tests/unit/agent/linux creating tacker-13.1.0.dev4/tacker/tests/unit/api creating tacker-13.1.0.dev4/tacker/tests/unit/api/v1 creating tacker-13.1.0.dev4/tacker/tests/unit/api/v2 creating tacker-13.1.0.dev4/tacker/tests/unit/cmd creating tacker-13.1.0.dev4/tacker/tests/unit/common creating tacker-13.1.0.dev4/tacker/tests/unit/common/container creating tacker-13.1.0.dev4/tacker/tests/unit/common/sample_keys creating tacker-13.1.0.dev4/tacker/tests/unit/conductor creating tacker-13.1.0.dev4/tacker/tests/unit/conductor/conductorrpc creating tacker-13.1.0.dev4/tacker/tests/unit/db creating tacker-13.1.0.dev4/tacker/tests/unit/db/common_services creating tacker-13.1.0.dev4/tacker/tests/unit/extensions creating tacker-13.1.0.dev4/tacker/tests/unit/glance_store creating tacker-13.1.0.dev4/tacker/tests/unit/keymgr creating tacker-13.1.0.dev4/tacker/tests/unit/nfvo creating tacker-13.1.0.dev4/tacker/tests/unit/nfvo/drivers creating tacker-13.1.0.dev4/tacker/tests/unit/nfvo/drivers/vim creating tacker-13.1.0.dev4/tacker/tests/unit/objects creating tacker-13.1.0.dev4/tacker/tests/unit/policies creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/api creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/openstack creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/terraform creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/mgmt_drivers creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/nfvo creating tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects creating tacker-13.1.0.dev4/tacker/tests/unit/tests creating tacker-13.1.0.dev4/tacker/tests/unit/vnflcm creating tacker-13.1.0.dev4/tacker/tests/unit/vnflcm/vnflcm_driver creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/lcm_user_data creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/lcm_user_data/utils creating tacker-13.1.0.dev4/tacker/tests/unit/vnfm/mgmt_drivers creating tacker-13.1.0.dev4/tacker/tests/unit/vnfpkgm creating tacker-13.1.0.dev4/tacker/tests/var creating tacker-13.1.0.dev4/tacker/tosca creating tacker-13.1.0.dev4/tacker/vnflcm creating tacker-13.1.0.dev4/tacker/vnfm creating tacker-13.1.0.dev4/tacker/vnfm/infra_drivers creating tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes creating tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes/helm creating tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes/k8s creating tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack creating tacker-13.1.0.dev4/tacker/vnfm/lcm_user_data creating tacker-13.1.0.dev4/tacker/vnfm/mgmt_drivers creating tacker-13.1.0.dev4/tools creating tacker-13.1.0.dev4/tools/doc_samples creating tacker-13.1.0.dev4/tools/doc_samples/setting_ft creating tacker-13.1.0.dev4/tools/doc_samples/setting_ft/kubernetes creating tacker-13.1.0.dev4/tools/doc_samples/setting_ft/openstack creating tacker-13.1.0.dev4/vagrant creating tacker-13.1.0.dev4/vagrant/devstack creating tacker-13.1.0.dev4/vagrant/devstack/group_vars creating tacker-13.1.0.dev4/vagrant/devstack/helper creating tacker-13.1.0.dev4/vagrant/devstack/lib creating tacker-13.1.0.dev4/vagrant/devstack/roles creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute/tasks creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute/templates creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks creating tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/templates creating tacker-13.1.0.dev4/vagrant/devstack/samples creating tacker-13.1.0.dev4/zuul.d creating tacker-13.1.0.dev4/zuul.d/jobs copying files to tacker-13.1.0.dev4... copying .coveragerc -> tacker-13.1.0.dev4 copying .mailmap -> tacker-13.1.0.dev4 copying .pylintrc -> tacker-13.1.0.dev4 copying .stestr.conf -> tacker-13.1.0.dev4 copying AUTHORS -> tacker-13.1.0.dev4 copying CONTRIBUTING.rst -> tacker-13.1.0.dev4 copying ChangeLog -> tacker-13.1.0.dev4 copying HACKING.rst -> tacker-13.1.0.dev4 copying LICENSE -> tacker-13.1.0.dev4 copying README.rst -> tacker-13.1.0.dev4 copying TESTING.rst -> tacker-13.1.0.dev4 copying bindep.txt -> tacker-13.1.0.dev4 copying requirements.txt -> tacker-13.1.0.dev4 copying setup.cfg -> tacker-13.1.0.dev4 copying setup.py -> tacker-13.1.0.dev4 copying test-requirements.txt -> tacker-13.1.0.dev4 copying tox.ini -> tacker-13.1.0.dev4 copying api-ref/source/conf.py -> tacker-13.1.0.dev4/api-ref/source copying api-ref/source/index.rst -> tacker-13.1.0.dev4/api-ref/source copying api-ref/source/v1/legacy.rst -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/parameters.yaml -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/parameters_vnf_packages.yaml -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/parameters_vnflcm.yaml -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/parameters_vnflcm_versions.yaml -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/status.yaml -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/versions.inc -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vims.inc -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vnf_packages.inc -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vnflcm.inc -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vnflcm.rst -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vnflcm_versions.inc -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vnflcm_versions.rst -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/vnfpkgm.rst -> tacker-13.1.0.dev4/api-ref/source/v1 copying api-ref/source/v1/samples/versions/versions-list-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/versions copying api-ref/source/v1/samples/vims/vims-create-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vims copying api-ref/source/v1/samples/vims/vims-create-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vims copying api-ref/source/v1/samples/vims/vims-list-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vims copying api-ref/source/v1/samples/vims/vims-show-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vims copying api-ref/source/v1/samples/vims/vims-update-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vims copying api-ref/source/v1/samples/vims/vims-update-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vims copying api-ref/source/v1/samples/vnf_packages/vnf-packages-create-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages copying api-ref/source/v1/samples/vnf_packages/vnf-packages-create-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages copying api-ref/source/v1/samples/vnf_packages/vnf-packages-list-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages copying api-ref/source/v1/samples/vnf_packages/vnf-packages-patch-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages copying api-ref/source/v1/samples/vnf_packages/vnf-packages-patch-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages copying api-ref/source/v1/samples/vnf_packages/vnf-packages-show-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnf_packages copying api-ref/source/v1/samples/vnflcm/change-ext-conn-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/create-subscription-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/create-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/create-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/create-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/fail-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/heal-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/instantiate-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/list-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/list-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/list-vnflcm-operation-occurrence-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/modify-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/scale-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/show-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/show-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/show-vnflcm-operation-occurrence-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm/terminate-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm copying api-ref/source/v1/samples/vnflcm_versions/list-vnflcm-version-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm_versions copying api-ref/source/v1/samples/vnflcm_versions/show-vnflcm-version-response.json -> tacker-13.1.0.dev4/api-ref/source/v1/samples/vnflcm_versions copying api-ref/source/v2/fault_notification.inc -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/fault_notification.rst -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/parameters_fault_notification.yaml -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/parameters_prometheus_plugin.yaml -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/parameters_vnffm.yaml -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/parameters_vnflcm.yaml -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/parameters_vnfpm.yaml -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/prometheus_plugin.inc -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/prometheus_plugin.rst -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/status.yaml -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/vnffm.inc -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/vnffm.rst -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/vnflcm.inc -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/vnflcm.rst -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/vnfpm.inc -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/vnfpm.rst -> tacker-13.1.0.dev4/api-ref/source/v2 copying api-ref/source/v2/samples/fault_notification/notify.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/fault_notification copying api-ref/source/v2/samples/prometheus_plugin/alert_auto_heal.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/prometheus_plugin copying api-ref/source/v2/samples/prometheus_plugin/alert_auto_scale.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/prometheus_plugin copying api-ref/source/v2/samples/prometheus_plugin/alert_fm.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/prometheus_plugin copying api-ref/source/v2/samples/prometheus_plugin/alert_pm.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/prometheus_plugin copying api-ref/source/v2/samples/prometheus_plugin/alert_pm_threshold.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/prometheus_plugin copying api-ref/source/v2/samples/vnffm/create-vnffm-subscription-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/create-vnffm-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/list-vnffm-alarm-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/list-vnffm-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/modify-vnffm-alarm-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/modify-vnffm-alarm-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/show-vnffm-alarm-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/show-vnffm-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/vnffm-alarm-cleared-notification-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnffm/vnffm-alarm-notification-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnffm copying api-ref/source/v2/samples/vnflcm/change-ext-conn-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/change-vnfpkg-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/create-subscription-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/create-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/create-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/create-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/fail-vnflcm-operation-occurrence-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/heal-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/instantiate-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/list-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/list-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/list-vnflcm-operation-occurrence-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/scale-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/show-subscription-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/show-vnf-instance-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/show-vnflcm-operation-occurrence-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/terminate-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnflcm/update-vnf-instance-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnflcm copying api-ref/source/v2/samples/vnfpm/create-pm-job-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/create-pm-job-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/create-pm-threshold-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/create-pm-threshold-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/list-pm-job-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/list-pm-threshold-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/pm-performance-information-available-notification-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/pm-threshold-crossed-notification-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/show-pm-job-report-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/show-pm-job-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/show-pm-threshold-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/update-pm-job-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/update-pm-job-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/update-pm-threshold-request.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying api-ref/source/v2/samples/vnfpm/update-pm-threshold-response.json -> tacker-13.1.0.dev4/api-ref/source/v2/samples/vnfpm copying devstack/README.rst -> tacker-13.1.0.dev4/devstack copying devstack/local.conf.example -> tacker-13.1.0.dev4/devstack copying devstack/local.conf.kubernetes -> tacker-13.1.0.dev4/devstack copying devstack/local.conf.standalone -> tacker-13.1.0.dev4/devstack copying devstack/local.sh.mysql_fix -> tacker-13.1.0.dev4/devstack copying devstack/plugin.sh -> tacker-13.1.0.dev4/devstack copying devstack/settings -> tacker-13.1.0.dev4/devstack copying devstack/vim_config.yaml -> tacker-13.1.0.dev4/devstack copying devstack/lib/tacker -> tacker-13.1.0.dev4/devstack/lib copying devstack/multi-nodes/k8s/local.conf.controller -> tacker-13.1.0.dev4/devstack/multi-nodes/k8s copying devstack/multi-nodes/k8s/local.conf.controller-k8s -> tacker-13.1.0.dev4/devstack/multi-nodes/k8s copying devstack/multi-nodes/k8s/local.conf.controller-tacker -> tacker-13.1.0.dev4/devstack/multi-nodes/k8s copying devstack/multi-nodes/openstack/local.conf.compute1 -> tacker-13.1.0.dev4/devstack/multi-nodes/openstack copying devstack/multi-nodes/openstack/local.conf.compute2 -> tacker-13.1.0.dev4/devstack/multi-nodes/openstack copying devstack/multi-nodes/openstack/local.conf.controller -> tacker-13.1.0.dev4/devstack/multi-nodes/openstack copying devstack/multi-nodes/openstack/local.conf.controller-tacker -> tacker-13.1.0.dev4/devstack/multi-nodes/openstack copying doc/requirements.txt -> tacker-13.1.0.dev4/doc copying doc/source/conf.py -> tacker-13.1.0.dev4/doc/source copying doc/source/index.rst -> tacker-13.1.0.dev4/doc/source copying doc/source/_images/etsi-architecture.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi-architecture.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi-getting-started-sample-vnf.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi-getting-started-sample-vnf.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_cnf_healing.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_cnf_healing.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_cnf_scaling.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_cnf_scaling.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_containerized_vnf_usage_guide.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_containerized_vnf_usage_guide.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_deployment_as_vm_with_tosca.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_deployment_as_vm_with_tosca.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_deployment_as_vm_with_user_data.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_deployment_as_vm_with_user_data.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_healing.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_healing.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_scaling.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/etsi_vnf_scaling.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/k8s_helm_infra_driver.svg -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/mgmt_driver_for_container_update.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/mgmt_driver_for_container_update.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/openstack_infra_driver.svg -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/tacker-design-etsi.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/tacker-design-etsi.svg -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/tacker-design-legacy.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/tacker-design-legacy.svg -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/tacker-design.pu -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/tacker-design.svg -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/vagrant-devstack.svg -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/_images/vnfd-sol001.png -> tacker-13.1.0.dev4/doc/source/_images copying doc/source/admin/configure_tls.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/admin/db_migration_tool_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/admin/external_oauth2_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/admin/index.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/admin/keystone_oauth2_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/admin/kubernetes_openid_token_auth_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/admin/oauth2_client_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/admin copying doc/source/cli/cli-etsi-vnffm.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/cli-etsi-vnflcm.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/cli-etsi-vnfpkgm.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/cli-etsi-vnfpm.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/cli-legacy-vim.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/index.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/tacker-status.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/vnflcm-index.rst -> tacker-13.1.0.dev4/doc/source/cli copying doc/source/cli/v2/vnflcm.rst -> tacker-13.1.0.dev4/doc/source/cli/v2 copying doc/source/configuration/api-paste.ini.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/config.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/enhanced_policy.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/index.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/policy-concepts.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/policy.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/sample_config.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/configuration/sample_policy.rst -> tacker-13.1.0.dev4/doc/source/configuration copying doc/source/contributor/api_extensions.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/api_layer.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/contributing.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/dashboards.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/development.environment.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/index.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/tacker_compliance_test.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/tacker_functional_test.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/contributor/vagrant_devstack.rst -> tacker-13.1.0.dev4/doc/source/contributor copying doc/source/install/devstack.rst -> tacker-13.1.0.dev4/doc/source/install copying doc/source/install/index.rst -> tacker-13.1.0.dev4/doc/source/install copying doc/source/install/kolla.rst -> tacker-13.1.0.dev4/doc/source/install copying doc/source/install/kubernetes_vim_installation.rst -> tacker-13.1.0.dev4/doc/source/install copying doc/source/install/manual_installation.rst -> tacker-13.1.0.dev4/doc/source/install copying doc/source/install/openstack_helm.rst -> tacker-13.1.0.dev4/doc/source/install copying doc/source/reference/gen_vnf_pkg.rst -> tacker-13.1.0.dev4/doc/source/reference copying doc/source/reference/index.rst -> tacker-13.1.0.dev4/doc/source/reference copying doc/source/reference/script_ft_v1.rst -> tacker-13.1.0.dev4/doc/source/reference copying doc/source/reference/vim_config.rst -> tacker-13.1.0.dev4/doc/source/reference copying doc/source/user/architecture.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/encrypt_vim_auth_with_barbican.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_cnf_healing.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_cnf_scaling.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_containerized_vnf_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_getting_started.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_use_case_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_change_external_vnf_connectivity.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_deployment_as_vm_with_tosca.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_deployment_as_vm_with_user_data.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_error_handling.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_healing.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_scaling.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/etsi_vnf_update.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/granting_interface.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/index.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/introduction.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_deploy_k8s_and_cnf_with_helm.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_deploy_k8s_cir_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_deploy_k8s_kubespary_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_deploy_k8s_pv_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_deploy_k8s_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_for_ansible_driver_usage_guide.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/mgmt_driver_for_container_update.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/resources.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/sample_package.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/userdata_script.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/vnf-package.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/vnfd-sol001.rst -> tacker-13.1.0.dev4/doc/source/user copying doc/source/user/v2/db_sync_error_handling.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/error_handling.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/fault_notification.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/mgmt_driver_deploy_k8s_with_cilium_cni.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/placement_error_handling.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/prometheus_plugin.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/use_case_guide.rst -> tacker-13.1.0.dev4/doc/source/user/v2 copying doc/source/user/v2/cnf/update.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf copying doc/source/user/v2/cnf/auto_heal_fm/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_heal_fm copying doc/source/user/v2/cnf/auto_heal_fm/img/auto_heal_fm.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_heal_fm/img copying doc/source/user/v2/cnf/auto_heal_fm/img/auto_heal_fm.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_heal_fm/img copying doc/source/user/v2/cnf/auto_scale_pm_job/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_job copying doc/source/user/v2/cnf/auto_scale_pm_job/img/auto_scale_pm_job.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_job/img copying doc/source/user/v2/cnf/auto_scale_pm_job/img/auto_scale_pm_job.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_job/img copying doc/source/user/v2/cnf/auto_scale_pm_th/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_th copying doc/source/user/v2/cnf/auto_scale_pm_th/img/auto_scale_pm_th.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_th/img copying doc/source/user/v2/cnf/auto_scale_pm_th/img/auto_scale_pm_th.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/auto_scale_pm_th/img copying doc/source/user/v2/cnf/chg_vnfpkg/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/chg_vnfpkg copying doc/source/user/v2/cnf/chg_vnfpkg/img/chg_vnfpkg.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/chg_vnfpkg/img copying doc/source/user/v2/cnf/chg_vnfpkg/img/chg_vnfpkg.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/chg_vnfpkg/img copying doc/source/user/v2/cnf/deployment/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment copying doc/source/user/v2/cnf/deployment/img/deployment.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment/img copying doc/source/user/v2/cnf/deployment/img/deployment.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment/img copying doc/source/user/v2/cnf/deployment_using_helm/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment_using_helm copying doc/source/user/v2/cnf/deployment_using_helm/img/deployment_using_helm.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment_using_helm/img copying doc/source/user/v2/cnf/deployment_using_helm/img/deployment_using_helm.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/deployment_using_helm/img copying doc/source/user/v2/cnf/heal/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/heal copying doc/source/user/v2/cnf/heal/img/heal.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/heal/img copying doc/source/user/v2/cnf/heal/img/heal.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/heal/img copying doc/source/user/v2/cnf/scale/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/scale copying doc/source/user/v2/cnf/scale/img/scale.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/scale/img copying doc/source/user/v2/cnf/scale/img/scale.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/scale/img copying doc/source/user/v2/cnf/update_with_mgmt_driver/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/update_with_mgmt_driver copying doc/source/user/v2/cnf/update_with_mgmt_driver/img/update_with_mgmt_driver.pu -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/update_with_mgmt_driver/img copying doc/source/user/v2/cnf/update_with_mgmt_driver/img/update_with_mgmt_driver.svg -> tacker-13.1.0.dev4/doc/source/user/v2/cnf/update_with_mgmt_driver/img copying doc/source/user/v2/getting_started/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started copying doc/source/user/v2/getting_started/conf/sample_request.json -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf copying doc/source/user/v2/getting_started/conf/sample_request_for_userdata.json -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf copying doc/source/user/v2/getting_started/conf/vim_config.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf copying doc/source/user/v2/getting_started/conf/BaseHOT/simple/sample_lcm_hot.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/BaseHOT/simple copying doc/source/user/v2/getting_started/conf/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/BaseHOT/simple/nested copying doc/source/user/v2/getting_started/conf/Definitions/sample_vnfd_df_simple.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/Definitions copying doc/source/user/v2/getting_started/conf/Definitions/sample_vnfd_top.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/Definitions copying doc/source/user/v2/getting_started/conf/Definitions/sample_vnfd_types.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/Definitions copying doc/source/user/v2/getting_started/conf/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/conf/TOSCA-Metadata copying doc/source/user/v2/getting_started/img/sample-vnf.pu -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/img copying doc/source/user/v2/getting_started/img/sample-vnf.svg -> tacker-13.1.0.dev4/doc/source/user/v2/getting_started/img copying doc/source/user/v2/vnf/chg_ext_conn.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf copying doc/source/user/v2/vnf/coordinate_api_client_script.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf copying doc/source/user/v2/vnf/update.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf copying doc/source/user/v2/vnf/chg_vnfpkg/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/change_vnfpkg_request.json -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT/simple copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT/simple/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions/change_vnf_pkg_new_df_simple.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions/change_vnf_pkg_top.vnfd.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions/change_vnf_pkg_types.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Scripts/coordinate_new_vnf.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/Scripts copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_after/TOSCA-Metadata copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/instantiate_request.json -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT/simple copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT/simple/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions/change_vnf_pkg_old_df_simple.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions/change_vnf_pkg_top.vnfd.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions/change_vnf_pkg_types.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Scripts/coordinate_old_vnf.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/Scripts copying doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/conf/change_vnfpkg_before/TOSCA-Metadata copying doc/source/user/v2/vnf/chg_vnfpkg/img/chg_vnfpkg.pu -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/img copying doc/source/user/v2/vnf/chg_vnfpkg/img/chg_vnfpkg.svg -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg/img copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/change_vnfpkg_request.json -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/sample5.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested/VDU1-ver2.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested/VDU2-ver2.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested/VDU3.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions/v2_sample5_df_simple.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions/v2_sample5_top.vnfd.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions/v2_sample5_types.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Scripts copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Scripts/sample_script.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/Scripts copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/TOSCA-Metadata copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/UserData/userdata_standard.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_after/UserData copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/instantiate_request.json -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/sample3.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested/VDU3.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/BaseHOT/simple/nested copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions/v2_sample3_df_simple.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions/v2_sample3_top.vnfd.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions/v2_sample3_types.yaml -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Definitions copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Scripts copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Scripts/sample_script.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/Scripts copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/TOSCA-Metadata copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/UserData/userdata_standard.py -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/conf/change_vnfpkg_before/UserData copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/img/chg_vnfpkg.pu -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/img copying doc/source/user/v2/vnf/chg_vnfpkg_with_standard/img/chg_vnfpkg.svg -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/chg_vnfpkg_with_standard/img copying doc/source/user/v2/vnf/deployment_with_user_data/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/deployment_with_user_data copying doc/source/user/v2/vnf/deployment_with_user_data/img/deployment_with_user_data.pu -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/deployment_with_user_data/img copying doc/source/user/v2/vnf/deployment_with_user_data/img/deployment_with_user_data.svg -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/deployment_with_user_data/img copying doc/source/user/v2/vnf/heal/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/heal copying doc/source/user/v2/vnf/heal/img/heal.pu -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/heal/img copying doc/source/user/v2/vnf/heal/img/heal.svg -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/heal/img copying doc/source/user/v2/vnf/scale/index.rst -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/scale copying doc/source/user/v2/vnf/scale/img/scale.pu -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/scale/img copying doc/source/user/v2/vnf/scale/img/scale.svg -> tacker-13.1.0.dev4/doc/source/user/v2/vnf/scale/img copying doc/tools/ext_oauth2_server/base_realm.json -> tacker-13.1.0.dev4/doc/tools/ext_oauth2_server copying doc/tools/ext_oauth2_server/gen_keycloak.sh -> tacker-13.1.0.dev4/doc/tools/ext_oauth2_server copying doc/tools/ext_oauth2_server/tacker_cli.sh -> tacker-13.1.0.dev4/doc/tools/ext_oauth2_server copying etc/config-generator.conf -> tacker-13.1.0.dev4/etc copying etc/tacker-policy-generator.conf -> tacker-13.1.0.dev4/etc copying etc/etsi-nfv/sol001/2.6.1/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/etc/etsi-nfv/sol001/2.6.1 copying etc/init.d/tacker-server -> tacker-13.1.0.dev4/etc/init.d copying etc/systemd/system/tacker-conductor.service -> tacker-13.1.0.dev4/etc/systemd/system copying etc/systemd/system/tacker.service -> tacker-13.1.0.dev4/etc/systemd/system copying etc/tacker/README-policy-yaml.txt -> tacker-13.1.0.dev4/etc/tacker copying etc/tacker/README.txt -> tacker-13.1.0.dev4/etc/tacker copying etc/tacker/api-paste.ini -> tacker-13.1.0.dev4/etc/tacker copying etc/tacker/enhanced_tacker_policy.yaml.sample -> tacker-13.1.0.dev4/etc/tacker copying etc/tacker/prometheus-plugin.yaml -> tacker-13.1.0.dev4/etc/tacker copying playbooks/devstack/post.yaml -> tacker-13.1.0.dev4/playbooks/devstack copying playbooks/devstack/pre.yaml -> tacker-13.1.0.dev4/playbooks/devstack copying playbooks/devstack/run.yaml -> tacker-13.1.0.dev4/playbooks/devstack copying releasenotes/notes/.placeholder -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/Correct-handling-for-PENDING_DELETE-VNFs-7f6becfa36cc38d2.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-VNF-to-monitor-after-restarting-tacker-cf953f8b3bf2a6ba.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-allowed_address_pairs-support-for-Tacker-73f5d476a54b4182.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-block-storage-support-to-tacker-5c349ba112a3c087.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-key-name-support-to-tosca-nodes-nfv-VDU-Tracker-bf415eaf6eb13c0d.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-multi-version-api-support-0653df1edb67162e.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-multiple-classifiers-05d0ee3708bfd4df.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-names-to-classifiers-ad6e9bf65d68a741.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-ns-vnffg-inline-template-a2eadd76495ccf63.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-parameter-support-vnffg-b6b790b2f4590a91.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-reservation-policy-support-0a197cfc7659cddf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-reuse-vnf-when-create-vnffg-7c4fd1bde2270be1.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-sample-ansible-driver-f204be6350c8a546.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-security-groups-support-to-tosca-template-b4d9dec71400eebf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-support-containerised-vnfs-4885e45017a79a20.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-support-nsh-encapsulation-7587127e4201fa26.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-support-vnf-autohealing-by-faultnotification-ae639a6dc0b02602.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-symmetrical-as-property-forwarding-path-b7e6568b19ece356.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-terraform-infra-driver-change-vnfpkg-087413812aca9a1f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-upgrade-check-framework-33d6e16e24a50207.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-change-vnfpkg-api-7f993cf283a53aab.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-change_ext_conn-api-1fe3ca0e889eea93.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-cnf-api-a938c17b5c57fb67.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-fail-api-b35b605f262210b2.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-heal-api-1ffd18dea3904966.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-modify-api-cf7bce9e9d5bca31.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-retry-api-34667d944db1f54c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-rollback-api-1b53e7b9c89d5281.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-v2-scale-api-b60e8fe329f6038b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-vdu-autoheal-action-42dd5f23c5ba8d34.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-vim-monitor-to-tacker-3bccceaeb2ef6989.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-vnf-details-api-b38a225d0020b812.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-vnf-forwarding-graph-9c6cd9c52592d271.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/add-vnfc-support-to-tosca-template-f8e34334ba823f34.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/alarm-based-monitoring-7d0f2338409d6d9f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/antelope-prelude-32ccfadf5a690a75.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/apply-robot-framework-for-testing-d04256887fd9bee7.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/assign-floating-ip-to-vdu-50fe2a2d792db6c0.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/attach-existing-volume-67d58cf4a8c5cb66.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bobcat-terraform-driver-08d528b8447ef3be.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bp-enhance-oauth2-interoperability-74eea5a851c31894.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bp-placement-constraints-e3256cfc2d1b2b9f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bp-support-etsi-nfv-specs-1f603efcf6d1599e.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bp-support-oauth2-mtls-1ef757cca82059cf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bp-tosca-csar-mgmt-driver-6dbf9e847c8fe77a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1590215-8b4bba0d0decc3f1.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1611228-c7b09ef670e420f6.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1691363-5b8366640b16239b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1706189-c833db8113452f1a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1709226-ccb892eafc82cf9b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1734316-change-response-code-e74907cb7c800bc7.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1751433-625a0f4645d7f52b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1754603-f4f8d7224283d3a1.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1829384-b63fd88cc0895a7e.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1833505-bedcdfa7f662a17f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1871054-get-vnfpackages-response-d9211712cf419bef.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1923360-link-vnflcm-486fbbffb2636b50.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1923425-add-endpoint-info-77c3f975d0f876c9.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1923478-wrong-opocc-notif-523c33da2d9a0e04.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1923528-too-many-workers-919ad36e0c0ea9b0.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1923540-unzipped-permission-4f34dce4a73a9342.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1924214-unexpected-heal-e59f6dcf0f03bc6a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1930571-missing-vnf-config-props-c3bc122d70041da1.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1959885-fixed-range-end-fetch-artifact-3c8ac96c3f2a89cf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1960194-storageResourceIds-scaled-out-VDU-f689291a48606021.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1967049-corrected-change-ext-conn-name-in-document-d5936dfcb507bb50.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1967053-docs-ipAddresses-missing-example-file-9fba2ba98ba2e1bd.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1973372-remove-affectedVirtualStorages-in-notification-9c9c2343a339bde2.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1976440-fix-mgmt-driver-e539cc940aa7a2f8.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1978071-k8s-init-error-7e0a8b2464019f81.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1978563-allow-number-format-in-additional-params-1048932e426cdf7b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1979413-ssl-cert-setting-2cf3f29c12a1c64c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1981183-errorlog-after-instantiation-fails-13f3ec6937757e45.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1983096-handle-lcm-exception-in-exception-66a3d50cb80f2782.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/bug-1983575-disallow-subscription-change-of-diff-tenant-06a03559bfca3431.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/cirros-0.4.0-eb67919441885399.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/cirros-0.5.2-51990bfb9ec72fc9.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/create-vnffg-without-flow-classifier-913d79783629e719.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/customized-openwrt-24312101a9c5746b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/dalmatian-highlights-8acd96514ccbea09.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/database_synchronaization-ed47b552227892cf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/db-migration-command-for-version-update-01ca32f1187fe0cf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/deprecate-json-formatted-policy-file-fe2040675d7fea38.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/deprecate-legacy-apis-excluding-vim-e7d1292ce1070839.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/deprecate-vnfd-legacy-template-41a0560aee1addc3.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/drop-py-2-7-8db9ceef15903295.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/drop-sqlalchemy-filters-7ba7a03a309654bc.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/encrypt_vim_auth_with_barbican-ad5f6ba9a6f94f0d.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/enhance-http-client-4fc0b823b8e740e9.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/enhance-multi-tenant-policy-80ff4f8ecb11d8d3.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/enhanced-tacker-policy-f477637776771294.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/errorhandling_fail_retry-31a42c3c7877e0e8.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/extend-k8s-support-with-sol003-c63760c65e5a38ae.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/fix-Kubernetes-VIM-installation-error-cd7b5fb014518989.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/fix-keystone-v3-support-in-vim-6d841e28b3e5bb78.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/force-delete-resources-61770c4ac5f5f119.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/guru-meditation-support-66a467c1c2746570.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/http-port-change-to-9890-d51e3d836b0f32f7.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/implement-vnf-mapping-update-1151c52a71e8ad75.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/implement-vnffg-support-for-ns-3acd9759e87c9d0c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/improve-function-for-container-update-0da4499cc0e55dcf.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/improve-turned-messages-9b72119497194be5.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/infra-mgmt-driver-deprecation-from-api-3a4420ddfec4267c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/kubernetes-as-vim-56828fbe085ed279.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/mgmt-driver-for-deploying-kubernetes-cluster-9ce82cc550b50065.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/move-usage-from-ceilometer-to-gnocchi-api-a08d47042428ec0a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/multiple-vnf-from-one-package-cnf-v1-7ae8976ae9322733.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/nsd-support-3982f780fc575232.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/obsolete-legacy-apis-excluding-vim-3ed84bc4845cd6d6.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/only-keystone-v3-api-34921ef963431613.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/ovs-to-ovn-2f14dcaaa7b186b5.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/placement-enhancement-b39f4bf7987b5119.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/project-personas-rbac-43f1w16e34b55608yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/refactor-for-performance-improvement-fc176d9abfec6c76.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/refactor-mgmt-driver-with-sol001-a18c3a174062447a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/remove-cnf-restriction-7f1310274b086bb0.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/remove-deprecated-YAML-string-856511b2f72ecb40.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/remove-legacy-vnfd-templates-93ff22d2f95e354f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/remove-mistral-5c97610e1a4140a6.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/revise-doc-user-guide-cbd7b20ef04d373e.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/sample-config-file-f653eac0183bfa92.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/samples-mgmtdriver-cilium-deploy-63be95e3d5373424.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/shared-barbican-secret-8024670361b91a30.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/stack-parameter-update-support-from-lcm_user_data_during-heal-scale-5e71bf572e86bbfc.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/store-software-image-prop-in-bytes-d517fee13c70d7a0.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-auto-heal-scale-with-vnfm-2f9a4533b12c96ed.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-changevnfpkg-to-change-external-cp-336e349c6ac0d7a9.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cir-k8s-cluster-d2596de8fed78f6c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-auto-heal-scale-with-tools-96ff8266ae9d31af.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-heal-scale-rollback-in-v2-lcm-api-25051324608e2dd3.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-heal-with-etsi-sol-34b404bd2709ad51.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-pm-threshold-d982ece0ab57506b.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-scale-with-sol003-99ad0c79f205e745.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-update-with-mgmt-041b2e34b736f1bd.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-cnf-v2-operations-using-helm-chart-c540f96720e7269f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-coordinateAPI-client-in-coordinate-script-c4e36f32e9f30dcb.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-ext-nw-change-in-changevnf-23a2adfd82c30f9c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-external-keymanager-2db7f880ceb81ae2.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-helmchart-k8s-vim-3604f0070cca6b63.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-helmchart-scale-with-helmcli-4595b262801b24a7.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-individual-vnfc-management-7a942395ad7ca7de.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-k8s-mgmtdriver-kubespray-b0ecbaaefb755b11.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-k8s-namespace-9e861c87e4aa1aaa.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-multi-artifact-of-ansible-driver-cdb731436b5bc573.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-multi-conductors-onboarding-29410991aceecf1d.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-openid-k8s-vim-8767a454e6b0a72d.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-paging-for-vnf-packages-b91fb0c37c9fa63a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-paging-query-result-9267729be1456b0d.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-postgresql-c3e798348ec7cc83.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-pv-k8s-cluster-2893a5619ea9e91c.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-short-notation-for-artifacts-8e7781fedcc8df33.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/support-vnf-modify-for-container-update-3e73c53352558dec.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/suppot-error-handling-of-mgmt-b71d8312ae7626f9.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/tacker-conductor-189281e2b6467b76.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/tacker-scaling-c99a77544501bc5d.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/tacker-symmetric-vnffg-1a5b7790b69f9eea.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/tacker-vim-monitoring-in-mistral-9e4710fcd1db5bc3.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/tacker-workflow-definition-1a5b7790b69f9eb7.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/test-cases-refactoring-4e665160d8d90aef.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/unique-names-vnf-vnfd-vim-832a23d77893ca01.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/update-existing-vnffg-290dbd5175559bb3.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/vdu-affinity-policy-673e4dc7b76ef58f.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/vnf-inline-template-7b2a07e47f7ccf1a.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/vnfd-ip-mac-address-c77830611ff1cb89.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/vnfd-vnf-vim-name-mandatory-in-tacker-cb657fd11d725781.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/wallaby-prelude-db9061cbdf00f7c2.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/zabbix-plugin-da2f8867acafd405.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/notes/zed-prelude-a2c2a086b025bdb1.yaml -> tacker-13.1.0.dev4/releasenotes/notes copying releasenotes/source/2023.1.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/2023.2.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/2024.1.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/2024.2.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/2025.1.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/conf.py -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/index.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/newton.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/ocata.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/pike.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/queens.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/rocky.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/stein.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/train.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/unreleased.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/ussuri.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/victoria.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/wallaby.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/xena.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/yoga.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/zed.rst -> tacker-13.1.0.dev4/releasenotes/source copying releasenotes/source/_static/.placeholder -> tacker-13.1.0.dev4/releasenotes/source/_static copying releasenotes/source/_templates/.placeholder -> tacker-13.1.0.dev4/releasenotes/source/_templates copying releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po -> tacker-13.1.0.dev4/releasenotes/source/locale/de/LC_MESSAGES copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> tacker-13.1.0.dev4/releasenotes/source/locale/en_GB/LC_MESSAGES copying releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po -> tacker-13.1.0.dev4/releasenotes/source/locale/fr/LC_MESSAGES copying roles/config-enhanced-policy/tasks/main.yaml -> tacker-13.1.0.dev4/roles/config-enhanced-policy/tasks copying roles/devstack-config/tasks/main.yaml -> tacker-13.1.0.dev4/roles/devstack-config/tasks copying roles/ensure-db-cli-installed/defaults/main.yaml -> tacker-13.1.0.dev4/roles/ensure-db-cli-installed/defaults copying roles/ensure-db-cli-installed/tasks/main.yaml -> tacker-13.1.0.dev4/roles/ensure-db-cli-installed/tasks copying roles/ensure-db-cli-installed/tasks/mysql.yaml -> tacker-13.1.0.dev4/roles/ensure-db-cli-installed/tasks copying roles/ensure-db-cli-installed/tasks/postgresql.yaml -> tacker-13.1.0.dev4/roles/ensure-db-cli-installed/tasks copying roles/modify-heat-policy/tasks/main.yaml -> tacker-13.1.0.dev4/roles/modify-heat-policy/tasks copying roles/restart-kubelet-service/tasks/main.yaml -> tacker-13.1.0.dev4/roles/restart-kubelet-service/tasks copying roles/setup-default-vim/files/create_admin_token.yaml -> tacker-13.1.0.dev4/roles/setup-default-vim/files copying roles/setup-default-vim/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-default-vim/tasks copying roles/setup-fake-https-server/defaults/main.yaml -> tacker-13.1.0.dev4/roles/setup-fake-https-server/defaults copying roles/setup-fake-https-server/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-fake-https-server/tasks copying roles/setup-fake-prometheus-server/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-fake-prometheus-server/tasks copying roles/setup-helm/defaults/main.yaml -> tacker-13.1.0.dev4/roles/setup-helm/defaults copying roles/setup-helm/files/50_helm_sh -> tacker-13.1.0.dev4/roles/setup-helm/files copying roles/setup-helm/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-helm/tasks copying roles/setup-k8s-nodes/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-k8s-nodes/tasks copying roles/setup-k8s-oidc/defaults/main.yaml -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/defaults copying roles/setup-k8s-oidc/files/cluster_role_binding.yaml -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/files copying roles/setup-k8s-oidc/files/create_keycloak.sh -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/files copying roles/setup-k8s-oidc/files/generate_ssl_cert.sh -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/files copying roles/setup-k8s-oidc/files/import_oidc_realm.sh -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/files copying roles/setup-k8s-oidc/files/oidc_realm.json -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/files copying roles/setup-k8s-oidc/files/ssl_csr.conf -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/files copying roles/setup-k8s-oidc/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-k8s-oidc/tasks copying roles/setup-multi-az/defaults/main.yaml -> tacker-13.1.0.dev4/roles/setup-multi-az/defaults copying roles/setup-multi-az/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-multi-az/tasks copying roles/setup-multi-tenant-vim/defaults/main.yaml -> tacker-13.1.0.dev4/roles/setup-multi-tenant-vim/defaults copying roles/setup-multi-tenant-vim/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-multi-tenant-vim/tasks copying roles/setup-terraform/files/aws_config -> tacker-13.1.0.dev4/roles/setup-terraform/files copying roles/setup-terraform/files/aws_credentials -> tacker-13.1.0.dev4/roles/setup-terraform/files copying roles/setup-terraform/tasks/main.yaml -> tacker-13.1.0.dev4/roles/setup-terraform/tasks copying roles/show-net-setup/tasks/main.yaml -> tacker-13.1.0.dev4/roles/show-net-setup/tasks copying samples/etsi_getting_started/tosca/lcm_instantiate_request/sample_param_file.json -> tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/lcm_instantiate_request copying samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions/sample_vnfd_df_simple.yaml -> tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions copying samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions/sample_vnfd_top.yaml -> tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions copying samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions/sample_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar/Definitions copying samples/etsi_getting_started/tosca/sample_vnf_package_csar/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/sample_vnf_package_csar/TOSCA-Metadata copying samples/etsi_getting_started/tosca/vim/vim_config.yaml -> tacker-13.1.0.dev4/samples/etsi_getting_started/tosca/vim copying samples/etsi_getting_started/userdata/lcm_instantiate_request/sample_param_file.json -> tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/lcm_instantiate_request copying samples/etsi_getting_started/userdata/sample_vnf_package_csar/BaseHOT/simple/sample_lcm_with_user_data_hot.yaml -> tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar/BaseHOT/simple copying samples/etsi_getting_started/userdata/sample_vnf_package_csar/UserData/__init__.py -> tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar/UserData copying samples/etsi_getting_started/userdata/sample_vnf_package_csar/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/etsi_getting_started/userdata/sample_vnf_package_csar/UserData copying samples/free5gc/cnf/sample_free5gc_cnf_package/inst_param.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package copying samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions/free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions/free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions/free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-amf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-ausf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes 'samples/etsi_getting_started/userdata/vim' not a regular file -- skipping 'samples/etsi_getting_started/userdata/sample_vnf_package_csar/Definitions' not a regular file -- skipping 'samples/etsi_getting_started/userdata/sample_vnf_package_csar/TOSCA-Metadata' not a regular file -- skipping copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-configmap.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-mongodb.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-nrf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-nssf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-pcf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-smf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-udm.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-udr.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-upf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/free5gc-webui.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes/unix-daemonset.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf/sample_free5gc_cnf_package/Scripts/free5gc_mgmt_cnf.py -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/Scripts copying samples/free5gc/cnf/sample_free5gc_cnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/cnf/sample_free5gc_cnf_package/TOSCA-Metadata copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/simple_kubernetes_param_file.json -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple/nested/base_hot_nested_master.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple/nested copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple/nested/base_hot_nested_worker.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/BaseHOT/simple/nested copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions/sample_free5gc_cnf_on_vm_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions/sample_free5gc_cnf_on_vm_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions/sample_free5gc_cnf_on_vm_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Scripts/install_k8s_cluster.sh -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Scripts copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Scripts/kubernetes_mgmt_free5gc.py -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/Scripts copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/TOSCA-Metadata copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/UserData/__init__.py -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/UserData copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/UserData/k8s_cluster_user_data.py -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_on_vm_package/UserData copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/inst_param.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions/free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions/free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions/free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Definitions copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-amf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-ausf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-configmap.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-mongodb.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-nrf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-nssf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-pcf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-smf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-udm.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-udr.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-upf.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/free5gc-webui.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes/unix-daemonset.yaml -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Files/kubernetes copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Scripts/free5gc_mgmt_cnf.py -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/Scripts copying samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/cnf_on_vm/no_affinity/sample_free5gc_cnf_package/TOSCA-Metadata copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/sample_free5gc_body_scope_nfvi_node.json -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT/simple copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT/simple/nested/base_hot_nested_free5gc.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/BaseHOT/simple/nested copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions/sample_free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions/sample_free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions/sample_free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Scripts/free5gc_mgmt.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Scripts copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Scripts/modify_config.sh -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/Scripts copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/TOSCA-Metadata copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/UserData/__init__.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/UserData copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_nfvi_node/UserData copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT/simple copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT/simple/nested/base_hot_nested_free5gc.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/BaseHOT/simple/nested copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions/sample_free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions/sample_free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions/sample_free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Scripts/free5gc_mgmt.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Scripts copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Scripts/modify_config.sh -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/Scripts copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/TOSCA-Metadata copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/UserData/__init__.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/UserData copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone/UserData copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/sample_free5gc_body_scope_zone.json -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT/simple copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT/simple/nested/base_hot_nested_free5gc.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/BaseHOT/simple/nested copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions/sample_free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions/sample_free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions/sample_free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Definitions copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Scripts/free5gc_mgmt.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Scripts copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Scripts/modify_config.sh -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/Scripts copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/TOSCA-Metadata copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/UserData/__init__.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/UserData copying samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/Affinity_Anti-Affinity/VNF/sample_free5gc_vnf_package_scope_zone_old/UserData copying samples/free5gc/vnf/change_ext_conn/changeExtVnfConnectivityRequest.json -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn copying samples/free5gc/vnf/change_ext_conn/instantiateVnfRequest.json -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn copying samples/free5gc/vnf/change_ext_conn/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/BaseHOT/simple copying samples/free5gc/vnf/change_ext_conn/BaseHOT/simple/nested/base_hot_nested_free5gc.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/BaseHOT/simple/nested copying samples/free5gc/vnf/change_ext_conn/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Definitions copying samples/free5gc/vnf/change_ext_conn/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Definitions copying samples/free5gc/vnf/change_ext_conn/Definitions/sample_free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Definitions copying samples/free5gc/vnf/change_ext_conn/Definitions/sample_free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Definitions copying samples/free5gc/vnf/change_ext_conn/Definitions/sample_free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Definitions copying samples/free5gc/vnf/change_ext_conn/Scripts/free5gc_mgmt.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Scripts copying samples/free5gc/vnf/change_ext_conn/Scripts/modify_config.sh -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/Scripts copying samples/free5gc/vnf/change_ext_conn/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/TOSCA-Metadata copying samples/free5gc/vnf/change_ext_conn/UserData/__init__.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/UserData copying samples/free5gc/vnf/change_ext_conn/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/change_ext_conn/UserData copying samples/free5gc/vnf/sample_free5gc_vnf_package/sample_free5gc_body.json -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package copying samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT/simple copying samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT/simple/nested/base_hot_nested_free5gc.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/BaseHOT/simple/nested copying samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions copying samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions copying samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions/sample_free5gc_df_simple.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions copying samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions/sample_free5gc_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions copying samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions/sample_free5gc_types.yaml -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Definitions copying samples/free5gc/vnf/sample_free5gc_vnf_package/Scripts/free5gc_mgmt.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Scripts copying samples/free5gc/vnf/sample_free5gc_vnf_package/Scripts/modify_config.sh -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/Scripts copying samples/free5gc/vnf/sample_free5gc_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/TOSCA-Metadata copying samples/free5gc/vnf/sample_free5gc_vnf_package/UserData/__init__.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/UserData copying samples/free5gc/vnf/sample_free5gc_vnf_package/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/free5gc/vnf/sample_free5gc_vnf_package/UserData copying samples/mgmt_driver/ansible/__init__.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/ansible.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/ansible_config_parser.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/ansible_config_parser_cfg.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/ansible_driver.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/config_validator.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/config_validator_schema.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/event_handler.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/exceptions.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/heat_client.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/utils.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible copying samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT/default/VNF-hot.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT/default copying samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT/default/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/BaseHOT/default/nested copying samples/mgmt_driver/ansible/ansible_vnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Definitions copying samples/mgmt_driver/ansible/ansible_vnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Definitions copying samples/mgmt_driver/ansible/ansible_vnf_package/Definitions/helloworld3_df_default.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Definitions copying samples/mgmt_driver/ansible/ansible_vnf_package/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Definitions copying samples/mgmt_driver/ansible/ansible_vnf_package/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Definitions copying samples/mgmt_driver/ansible/ansible_vnf_package/ScriptANSIBLE/config.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/ScriptANSIBLE copying samples/mgmt_driver/ansible/ansible_vnf_package/Scripts/Media/sample_start.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/Scripts/Media copying samples/mgmt_driver/ansible/ansible_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/TOSCA-Metadata copying samples/mgmt_driver/ansible/ansible_vnf_package/UserData/__init__.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/UserData copying samples/mgmt_driver/ansible/ansible_vnf_package/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/ansible_vnf_package/UserData copying samples/mgmt_driver/ansible/config_actions/__init__.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions copying samples/mgmt_driver/ansible/config_actions/abstract_config.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions copying samples/mgmt_driver/ansible/config_actions/vm_app_config/__init__.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions/vm_app_config copying samples/mgmt_driver/ansible/config_actions/vm_app_config/ansible_playbook_exec.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions/vm_app_config copying samples/mgmt_driver/ansible/config_actions/vm_app_config/config_walker.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions/vm_app_config copying samples/mgmt_driver/ansible/config_actions/vm_app_config/executor.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions/vm_app_config copying samples/mgmt_driver/ansible/config_actions/vm_app_config/vm_app_config.py -> tacker-13.1.0.dev4/samples/mgmt_driver/ansible/config_actions/vm_app_config copying samples/mgmt_driver/kubernetes/create_admin_token.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes copying samples/mgmt_driver/kubernetes/install_helm.sh -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes copying samples/mgmt_driver/kubernetes/install_k8s_cluster.sh -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes copying samples/mgmt_driver/kubernetes/kubernetes_mgmt.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes copying samples/mgmt_driver/kubernetes/private_registry_mgmt.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes copying samples/mgmt_driver/kubernetes/container_update/container_update_mgmt.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/container_update copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex/complex_hot_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex/nested/complex_nested_master.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex/nested copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex/nested/complex_nested_worker.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/complex/nested copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity/podaffinity_hot_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity/nested/podaffinity_nested_master.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity/nested copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity/nested/podaffinity_nested_worker.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/podaffinity/nested copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple/simple_hot_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple/nested/simple_nested_master.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple/nested copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple/nested/simple_nested_worker.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/BaseHOT/simple/nested copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions/sample_kubernetes_df_complex.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions/sample_kubernetes_df_podaffinity.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions/sample_kubernetes_df_simple.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions/sample_kubernetes_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions/sample_kubernetes_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/TOSCA-Metadata copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/UserData/__init__.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/UserData copying samples/mgmt_driver/kubernetes/kubernetes_vnf_package/UserData/k8s_cluster_user_data.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubernetes_vnf_package/UserData copying samples/mgmt_driver/kubernetes/kubespray/install_external_lb.sh -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray copying samples/mgmt_driver/kubernetes/kubespray/kubespray_mgmt.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_mgmt.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/configure_lb.sh -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes/service_with_nodeport.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes/service_without_nodeport.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/Files/kubernetes copying samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/cnf_nodeport_setting/cnf_nodeport_setting_vnf_package/TOSCA-Metadata copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple/nested/base_hot_nested_master.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple/nested copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple/nested/base_hot_nested_worker.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/BaseHOT/simple/nested copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions/sample_kubernetes_df_simple.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions/sample_kubernetes_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions/sample_kubernetes_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/TOSCA-Metadata copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/UserData/__init__.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/UserData copying samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/kubespray/kubespray_vnf_package/UserData copying samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions/sample_vnfd_df_simple.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions/sample_vnfd_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions/sample_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/Definitions copying samples/mgmt_driver/kubernetes/private_registry_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/private_registry_vnf_package/TOSCA-Metadata copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/pkggen.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex/complex_hot_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex/nested/complex_nested_master.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex/nested copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex/nested/complex_nested_worker.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/complex/nested copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple/simple_hot_top.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple/nested/simple_nested_master.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple/nested copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple/nested/simple_nested_worker.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/BaseHOT/simple/nested copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions/sample_kubernetes_df_complex.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions/sample_kubernetes_df_simple.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions/sample_kubernetes_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions/sample_kubernetes_types.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Definitions copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts/create_admin_token.yaml -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts/install_k8s_cluster.sh -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts/kubernetes_mgmt_v2.py -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/Scripts copying samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/mgmt_driver/kubernetes/sol_v2_kubernetes_vnf_package/contents/TOSCA-Metadata copying samples/practical_vnf_package/BaseHOT/ha/ha_hot.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/ha copying samples/practical_vnf_package/BaseHOT/scalable/scalable_hot.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/scalable copying samples/practical_vnf_package/BaseHOT/scalable/nested/VDU_0.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/scalable/nested copying samples/practical_vnf_package/BaseHOT/scalable/nested/VDU_1.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/scalable/nested copying samples/practical_vnf_package/BaseHOT/scalable/nested/VDU_2.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/BaseHOT/scalable/nested copying samples/practical_vnf_package/Definitions/Common.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions copying samples/practical_vnf_package/Definitions/Node.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions copying samples/practical_vnf_package/Definitions/df_ha.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions copying samples/practical_vnf_package/Definitions/df_scalable.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions copying samples/practical_vnf_package/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions copying samples/practical_vnf_package/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/practical_vnf_package/Definitions copying samples/practical_vnf_package/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/practical_vnf_package/TOSCA-Metadata copying samples/practical_vnf_package/UserData/__init__.py -> tacker-13.1.0.dev4/samples/practical_vnf_package/UserData copying samples/practical_vnf_package/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/practical_vnf_package/UserData copying samples/tests/etc/api-paste.ini.test -> tacker-13.1.0.dev4/samples/tests/etc copying samples/tests/etc/policy.yaml -> tacker-13.1.0.dev4/samples/tests/etc copying samples/tests/etc/tacker.conf.test -> tacker-13.1.0.dev4/samples/tests/etc copying samples/tests/etc/samples/hot_lcm_template.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/hot_lcm_user_data.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/hot_lcm_user_data_with_scale.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/local-k8s-vim-helm.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/local-k8s-vim-oidc.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/local-k8s-vim.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/local-vim.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/nested_hot_data.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/vnf_vnfd_dict_scale.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/vnfd_lcm_user_data.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples copying samples/tests/etc/samples/etsi/nfv/common/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Definitions copying samples/tests/etc/samples/etsi/nfv/common/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Definitions copying samples/tests/etc/samples/etsi/nfv/common/Files/images/cirros-0.5.2-x86_64-disk.img -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Files/images copying samples/tests/etc/samples/etsi/nfv/common/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/common/Scripts/install.sh -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common/Scripts copying samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions copying samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions copying samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/common_artifact/Definitions copying samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/Definitions copying samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_multiple_sw_image_data_with_short_notation/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/Definitions copying samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_short_notation_for_artifacts_without_sw_image_data/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions copying samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions copying samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/Definitions copying samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/csar_with_short_notation_for_artifacts/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/Definitions copying samples/tests/etc/samples/etsi/nfv/functional/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/Definitions copying samples/tests/etc/samples/etsi/nfv/functional/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/Definitions copying samples/tests/etc/samples/etsi/nfv/functional/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/UserData copying samples/tests/etc/samples/etsi/nfv/functional/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional/UserData copying samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional2/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/Definitions copying samples/tests/etc/samples/etsi/nfv/functional2/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/Definitions copying samples/tests/etc/samples/etsi/nfv/functional2/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/Definitions copying samples/tests/etc/samples/etsi/nfv/functional2/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional2/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/UserData copying samples/tests/etc/samples/etsi/nfv/functional2/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional2/UserData copying samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional3/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/Definitions copying samples/tests/etc/samples/etsi/nfv/functional3/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/Definitions copying samples/tests/etc/samples/etsi/nfv/functional3/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/Definitions copying samples/tests/etc/samples/etsi/nfv/functional3/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional3/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/UserData copying samples/tests/etc/samples/etsi/nfv/functional3/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional3/UserData copying samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional4/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/Definitions copying samples/tests/etc/samples/etsi/nfv/functional4/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/Definitions copying samples/tests/etc/samples/etsi/nfv/functional4/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/Definitions copying samples/tests/etc/samples/etsi/nfv/functional4/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional4/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/UserData copying samples/tests/etc/samples/etsi/nfv/functional4/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional4/UserData copying samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional5/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/Definitions copying samples/tests/etc/samples/etsi/nfv/functional5/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/Definitions copying samples/tests/etc/samples/etsi/nfv/functional5/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/Definitions copying samples/tests/etc/samples/etsi/nfv/functional5/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional5/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/UserData copying samples/tests/etc/samples/etsi/nfv/functional5/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional5/UserData copying samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional6/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/Definitions copying samples/tests/etc/samples/etsi/nfv/functional6/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/Definitions copying samples/tests/etc/samples/etsi/nfv/functional6/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/Definitions copying samples/tests/etc/samples/etsi/nfv/functional6/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional6/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/UserData copying samples/tests/etc/samples/etsi/nfv/functional6/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional6/UserData copying samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/functional7/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/Definitions copying samples/tests/etc/samples/etsi/nfv/functional7/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/Definitions copying samples/tests/etc/samples/etsi/nfv/functional7/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/Definitions copying samples/tests/etc/samples/etsi/nfv/functional7/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/functional7/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/UserData copying samples/tests/etc/samples/etsi/nfv/functional7/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/functional7/UserData copying samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions copying samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions copying samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/Definitions copying samples/tests/etc/samples/etsi/nfv/mt_functional1/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/mt_functional1/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/UserData copying samples/tests/etc/samples/etsi/nfv/mt_functional1/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/mt_functional1/UserData copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Definitions copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Drivers/vnflcm_noop.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Drivers copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/ScriptANSIBLE/config_complex_end.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/ScriptANSIBLE copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Scripts/complex/instantiation_end.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment/Scripts/complex copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Definitions copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/ScriptANSIBLE/config_complex_end.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/ScriptANSIBLE copying samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Scripts/complex/instantiation_end.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/multi_flavour_deployment_invalid/Scripts/complex copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Definitions copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Definitions copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Drivers/vnflcm_noop.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver1/Drivers copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2/Definitions copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2/Drivers/vnflcm_noop_false.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver2/Drivers copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3/Definitions copying samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3/Drivers/vnflcm_noop.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/refactor_mgmt_driver3/Drivers copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT/default/VNF-hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT/default copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT/default/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/BaseHOT/default/nested copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions/helloworld3_df_default.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/UserData copying samples/tests/etc/samples/etsi/nfv/sample_compliance_test/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_compliance_test/UserData copying samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/Files/kubernetes/testdata_artifact_file_content.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_kubernetes_driver/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest/manifest.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false/manifest.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_algorithm/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_algorithm/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_hash/manifest.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_hash copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_hash/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_hash/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_source/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_false_source/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_key/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_key/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_value/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_meta_and_manifest_missing_value/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_single_manifest_false_name/VNF.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_single_manifest_false_name copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_single_manifest_false_name/VNF1.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_in_single_manifest_false_name copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_manifest/VNF.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_manifest copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_manifest/VNF.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_manifest copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta_in_manifest/manifest.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta_in_manifest copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta_in_manifest/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_meta_in_manifest/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnf_package_csar_with_short_notation/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_no_meta_single_vnfd/vnfd_helloworld_single.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_no_meta_single_vnfd copying samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/Definitions copying samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/sample_vnfpkg_tosca_vnfd/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_heal/UserData/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/Definitions copying samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/stack_update_in_scale/UserData/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions/helloworld3_df_vdumap.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/bindings.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/clusterrole_clusterrolebinding_SA.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/config-map.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/controller-revision.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/daemon-set.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/deployment_vdumap1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/deployment_vdumap2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/horizontal-pod-autoscaler.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/job.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/limit-range.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/local-subject-access-review.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/multiple_yaml_lease.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/multiple_yaml_network-policy.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/multiple_yaml_priority-class.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/namespace.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/persistent-volume-0.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/persistent-volume-1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/pod-template.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/pod.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/replicaset_service_secret.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/resource-quota.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/role_rolebinding_SA.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/self-subject-access-review_and_self-subject-rule-review.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/statefulset.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/statefulset_fail.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/storage-class.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/storage-class_pv_pvc.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/subject-access-review.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes/token-review.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions/sample_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions/sample_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions/sample_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/configmap_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/configmap_3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/daemonset.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/deployment_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/pod_env.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/pod_env_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/pod_volume.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/pod_volume_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/replicaset.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/secret_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes/secret_3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_after/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions/sample_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions/sample_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions/sample_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/configmap_1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/configmap_3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/daemonset.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/deployment_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/pod_env.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/pod_env_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/pod_volume.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/pod_volume_2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/replicaset.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/secret_1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes/secret_3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_container_update_before/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Files/kubernetes/storage-class-url.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_ext_artifact/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions/helloworld3_df_complex.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes/deployment_heal_complex.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes/deployment_heal_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes/pod_heal.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_heal/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_heal/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions/sample_vnfd_df_helmchart.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions/sample_vnfd_top.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions/sample_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Files/kubernetes/localhelm-0.1.0.tgz -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_helmchart/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes/deployment_has_namespace.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes/deployment_no_namespace.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes/namespace01.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes/namespace02.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_multi_ns/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions/helloworld3_df_scalingsteps.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Definitions copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes/deployment_scale.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes/replicaset_scale.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes/statefulset_scale.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/Files/kubernetes copying samples/tests/etc/samples/etsi/nfv/test_cnf_scale/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_cnf_scale/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/README -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_invalid_instantiation_level/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_invalid_default_instantiation_level/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_missing_sw_image_data_in_main_template/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_with_multiple_sw_image_data/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_flavour_info_in_main_template/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_instantiation_level/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_policies/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_sw_image_data/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/main_tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions/tosca_with_vdus.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/csar_without_vnfd_info/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd/vnfd_helloworld_single.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd/Files/images/cirros-0.5.2-x86_64-disk.img -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/sample_vnfpkg_no_meta_single_vnfd/Files/images copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/Definitions copying samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_csar_utils_data/test_csar_utils_common/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT/simple/nested/vdu1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions/sample_vnfd_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions/sample_vnfd_top.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions/sample_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/Definitions copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/UserData copying samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_enhanced_policy/UserData copying samples/tests/etc/samples/etsi/nfv/test_heal_grant_unit/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_heal_grant_unit copying samples/tests/etc/samples/etsi/nfv/test_heal_grant_unit/sample_vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_heal_grant_unit copying samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions copying samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions copying samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Definitions copying samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Scripts/vnflcm_noop.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/Scripts copying samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/test_inst_terminate_vnf_with_vnflcmnoop/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions/sample_lcm_with_user_data_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_common/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/BaseHOT/sample_lcm_with_user_data_invalid_hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/BaseHOT copying samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_basehot_invalid/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_non_dict/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_non_dict/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_non_dict/UserData/lcm_user_data_non_dict.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_non_dict/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/BaseHOT/sample_lcm_with_user_data_hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/BaseHOT copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_normal_scaling/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/BaseHOT/sample_lcm_with_user_data_hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/BaseHOT copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/UserData/lcm_user_data_invalid_hot_param.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_hot_param/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/BaseHOT/sample_lcm_with_user_data_hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/BaseHOT copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/UserData/lcm_user_data_invalid_script.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_invalid_script/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/BaseHOT/sample_lcm_with_user_data_hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/BaseHOT copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_none/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/BaseHOT/sample_lcm_with_user_data_hot.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/BaseHOT copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/UserData/lcm_user_data_sleeping.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_userdata_timeout/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple/helloworld3.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/BaseHOT/simple/nested copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/Definitions copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/UserData/__init__.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/UserData copying samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/UserData/lcm_user_data.py -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/user_data_sample_virtual_storage_missing/UserData copying samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm1/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm1/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm2/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm2/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3.vnfd.tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3VNF.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions/helloworld3simple.vnfd.tosca.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm3/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm3/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4/Definitions copying samples/tests/etc/samples/etsi/nfv/vnflcm4/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnflcm4/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/vnfpkgm1/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm1/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/vnfpkgm2/manifest.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2 copying samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions copying samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions copying samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2/Definitions copying samples/tests/etc/samples/etsi/nfv/vnfpkgm2/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm2/TOSCA-Metadata copying samples/tests/etc/samples/etsi/nfv/vnfpkgm3/vnfd_helloworld_single.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm3 copying samples/tests/etc/samples/etsi/nfv/vnfpkgm3/vnfd_helloworld_single.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/vnfpkgm3 copying samples/tests/etc/samples/lcm_instantiate_request/instantiate_vnf_request_lcm_userdata.json -> tacker-13.1.0.dev4/samples/tests/etc/samples/lcm_instantiate_request copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/manifest.mf -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions/sample_vnfd_df_complex_int.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions/sample_vnfd_df_simple_int.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions/sample_vnfd_top.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions/sample_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Definitions copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/images/cirros-0.5.2-x86_64-disk.img -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/images copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/images/cirros.img -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/images copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Files/kubernetes copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Scripts/install.sh -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/Scripts copying samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/etc/samples/sample_vnf_package_csar_in_meta_and_manifest/TOSCA-Metadata copying samples/tests/functional/sol_kubernetes_v2/common/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/common/Definitions copying samples/tests/functional/sol_kubernetes_v2/common/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/common/Definitions copying samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/Dockerfile -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test copying samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/entrypoint.sh -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test copying samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/requirements.txt -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test copying samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/rules/.gitkeep -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/rules copying samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/src/testserver.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/tacker-monitoring-test/src copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions/sample_cnf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions/sample_cnf_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions/sample_cnf_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/kubernetes/namespace.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/new_kubernetes/error_deployment.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/new_kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/new_kubernetes/new_deployment.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Files/new_kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/Scripts copying samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_change_vnf_pkg_with_deployment/contents/TOSCA-Metadata copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions/sample_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions/sample_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions/sample_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/configmap_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/configmap_3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/daemonset.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/deployment_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/pod_env.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/pod_env_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/pod_volume.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/pod_volume_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/replicaset.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/secret_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes/secret_3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_after/contents/TOSCA-Metadata copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions/sample_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions/sample_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions/sample_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/configmap_1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/configmap_3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/daemonset.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/deployment_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/pod_env.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/pod_env_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/pod_volume.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/pod_volume_2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/replicaset.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/secret_1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes/secret_3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_cnf_container_update_before/contents/TOSCA-Metadata copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions/sample_cnf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions/sample_cnf_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions/sample_cnf_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart-0.1.1.tgz -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/.helmignore -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/Chart.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/values.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates/NOTES.txt -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates/_helpers.tpl -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates/deployment_vdu1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates/deployment_vdu2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates/service.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates/serviceaccount.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/Scripts copying samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_change_vnf_pkg/contents/TOSCA-Metadata copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions/sample_cnf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions/sample_cnf_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions/sample_cnf_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart-0.1.0.tgz -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/.helmignore -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/Chart.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/values.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates/NOTES.txt -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates/_helpers.tpl -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates/deployment_vdu1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates/deployment_vdu2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates/service.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates/serviceaccount.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Files/kubernetes/test-chart/templates copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/Scripts copying samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_helm_instantiate/contents/TOSCA-Metadata copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions/sample_cnf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions/sample_cnf_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions/sample_cnf_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Definitions copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/bindings.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/clusterrole_clusterrolebinding_SA.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/config-map.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/controller-revision.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/daemon-set.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/deployment_fail_test.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/horizontal-pod-autoscaler.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/job.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/limit-range.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/local-subject-access-review.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/multiple_yaml_lease.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/multiple_yaml_network-policy.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/multiple_yaml_priority-class.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/namespace.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/persistent-volume-0.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/persistent-volume-1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/pod-template.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/pod.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/replicaset_service_secret.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/resource-quota.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/role_rolebinding_SA.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/self-subject-access-review_and_self-subject-rule-review.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/statefulset.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/storage-class.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/storage-class_pv_pvc.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/subject-access-review.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes/token-review.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Files/kubernetes copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/Scripts copying samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_kubernetes_v2/test_instantiate_cnf_resources/contents/TOSCA-Metadata copying samples/tests/functional/sol_terraform_v2/common/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/common/Definitions copying samples/tests/functional/sol_terraform_v2/common/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/common/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions/sample_tf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions/sample_tf_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions/sample_tf_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Files/terraform/main.tf -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Files/terraform copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/Scripts copying samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_basic/contents/TOSCA-Metadata copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions/sample_tf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions/sample_tf_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions/sample_tf_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Definitions copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Files/terraform/main.tf -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Files/terraform copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/Scripts copying samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_terraform_v2/test_terraform_change_vnf_package/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/basic_lcms_max/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max copying samples/tests/functional/sol_v2_common/basic_lcms_max/post.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max copying samples/tests/functional/sol_v2_common/basic_lcms_max/pre.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT/simple/sample1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions/v2_sample1_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions/v2_sample1_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions/v2_sample1_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/Scripts copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/basic_lcms_max/contents/UserData/userdata.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max/contents/UserData copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/post.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/pre.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple/sample3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions/v2_sample3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions/v2_sample3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions/v2_sample3_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_max_individual_vnfc/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/basic_lcms_min/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT/simple/sample2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions/v2_sample2_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions/v2_sample2_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions/v2_sample2_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/Scripts copying samples/tests/functional/sol_v2_common/basic_lcms_min/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple/sample4.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions/v2_sample4_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions/v2_sample4_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions/v2_sample4_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/basic_lcms_min_individual_vnfc/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/post.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/pre.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple/sample3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple/nested/VDU1-after.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple/nested/VDU2-after.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions/v2_sample3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions/v2_sample3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions/v2_sample3_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_max_individual_vnfc/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple/sample4.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions/v2_sample4_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions/v2_sample4_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions/v2_sample4_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/change_vnfpkg_or_update_min_individual_vnfc/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/common/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/common/Definitions copying samples/tests/functional/sol_v2_common/common/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/common/Definitions copying samples/tests/functional/sol_v2_common/error_network/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network copying samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT/simple/sample2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/error_network/contents/Definitions/v2_sample2_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/Definitions copying samples/tests/functional/sol_v2_common/error_network/contents/Definitions/v2_sample2_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/Definitions copying samples/tests/functional/sol_v2_common/error_network/contents/Definitions/v2_sample2_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/Definitions copying samples/tests/functional/sol_v2_common/error_network/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/Scripts copying samples/tests/functional/sol_v2_common/error_network/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/error_network/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/scale_ng/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng copying samples/tests/functional/sol_v2_common/scale_ng/post.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng copying samples/tests/functional/sol_v2_common/scale_ng/pre.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng copying samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT/simple/sample1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions/v2_sample1_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions copying samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions/v2_sample1_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions copying samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions/v2_sample1_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/Definitions copying samples/tests/functional/sol_v2_common/scale_ng/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/Scripts copying samples/tests/functional/sol_v2_common/scale_ng/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/scale_ng/contents/UserData/userdata.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/scale_ng/contents/UserData copying samples/tests/functional/sol_v2_common/server_notification/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification copying samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT/simple/sample2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/server_notification/contents/Definitions/v2_sample2_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/Definitions copying samples/tests/functional/sol_v2_common/server_notification/contents/Definitions/v2_sample2_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/Definitions copying samples/tests/functional/sol_v2_common/server_notification/contents/Definitions/v2_sample2_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/Definitions copying samples/tests/functional/sol_v2_common/server_notification/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/Scripts copying samples/tests/functional/sol_v2_common/server_notification/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/server_notification/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/simple/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/volume/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/volume copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/volume/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/BaseHOT/volume/nested copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions/change_vnf_pkg_new_image_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions/change_vnf_pkg_new_image_df_volume.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions/change_vnf_pkg_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions/change_vnf_pkg_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Scripts/coordinate_new_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/Scripts copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_image/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/simple/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/volume/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/volume copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/volume/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/BaseHOT/volume/nested copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions/change_vnf_pkg_new_volume_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions/change_vnf_pkg_new_volume_df_volume.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions/change_vnf_pkg_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions/change_vnf_pkg_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Scripts/coordinate_new_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Scripts copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Scripts/error_coordinate_new_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/Scripts copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_new_volume/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT/simple/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions/change_vnf_pkg_error_image_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions/change_vnf_pkg_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions/change_vnf_pkg_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Definitions copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Scripts/coordinate_new_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/Scripts copying samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_change_vnf_pkg_with_update_failed/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/simple/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/simple/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/volume/base_hot_top.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/volume copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/volume/nested/base_hot_nested_VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/BaseHOT/volume/nested copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions/change_vnf_pkg_old_image_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions/change_vnf_pkg_old_volume_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions/change_vnf_pkg_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions/change_vnf_pkg_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Scripts/coordinate_old_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/Scripts copying samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/test_instantiate_vnf_with_old_image_or_volume/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/update_vnf/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf copying samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT/simple/sample2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions/v2_sample2_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions copying samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions/v2_sample2_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions copying samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions/v2_sample2_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/Definitions copying samples/tests/functional/sol_v2_common/update_vnf/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/Scripts copying samples/tests/functional/sol_v2_common/update_vnf/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple/sample3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions/v2_sample3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions/v2_sample3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions/v2_sample3_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Definitions copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/Scripts copying samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/update_vnf_max_individual_vnfc/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/userdata_standard/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard copying samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple/sample3.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions/v2_sample3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions/v2_sample3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions/v2_sample3_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT/simple/sample6.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions/v2_sample6_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions/v2_sample6_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions/v2_sample6_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_az_retry/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple/sample4.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions/v2_sample4_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions/v2_sample4_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions/v2_sample4_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts/v2_sample4_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple/sample5.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple/nested/VDU1-ver2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple/nested/VDU2-ver2.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions/v2_sample5_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions/v2_sample5_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions/v2_sample5_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_change_vnfpkg_nw/contents/TOSCA-Metadata copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/pkggen.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT/simple/sample7.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT/simple copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/BaseHOT/simple/nested copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions/v2_sample7_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions/v2_sample7_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions/v2_sample7_types.yaml -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Definitions copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/Scripts copying samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/functional/sol_v2_common/userdata_standard_with_non_boot_volume/contents/TOSCA-Metadata copying samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Definitions/sample_cnf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Definitions copying samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files/new_kubernetes/new_deployment.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Files/new_kubernetes copying samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Scripts/coordinate_new_vnf.py -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/Scripts copying samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/change_vnfpkg_sample/TOSCA-Metadata copying samples/tests/unit/sol_refactored/samples/sample1/manifest.mf -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1 copying samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/error/ut_sample1.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/error copying samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/simple/ut_sample1.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/simple copying samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/BaseHOT/simple/nested copying samples/tests/unit/sol_refactored/samples/sample1/Definitions/ut_sample1_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/Definitions copying samples/tests/unit/sol_refactored/samples/sample1/Definitions/ut_sample1_df_simple_error.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/Definitions copying samples/tests/unit/sol_refactored/samples/sample1/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/Scripts copying samples/tests/unit/sol_refactored/samples/sample1/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/TOSCA-Metadata copying samples/tests/unit/sol_refactored/samples/sample1/UserData/userdata_default.py -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample1/UserData copying samples/tests/unit/sol_refactored/samples/sample2/Definitions/sample_cnf_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Definitions copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/api-service.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/bindings.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/clusterrole_clusterrolebinding_SA.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/config-map.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/controller-revision.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/daemon-set.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/deployment.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/horizontal-pod-autoscaler.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/job.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/limit-range.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/local-subject-access-review.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/multiple_yaml_lease.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/multiple_yaml_network-policy.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/multiple_yaml_priority-class.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/namespace.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/node.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/persistent-volume-0.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/persistent-volume-1.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/pod-template.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/pod.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/replicaset_service_secret.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/resource-quota.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/role_rolebinding_SA.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/self-subject-access-review_and_self-subject-rule-review.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/statefulset.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/storage-class.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/storage-class_pv_pvc.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/subject-access-review.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/token-review.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes/volume-attachment.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Files/kubernetes copying samples/tests/unit/sol_refactored/samples/sample2/Scripts/coordinate_old_vnf.py -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/Scripts copying samples/tests/unit/sol_refactored/samples/sample2/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample2/TOSCA-Metadata copying samples/tests/unit/sol_refactored/samples/sample_cert/notification_client_cert.pem -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/sample_cert copying samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple/sample3.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple copying samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple/nested/VDU1.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple/nested copying samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple/nested/VDU2.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/BaseHOT/simple/nested copying samples/tests/unit/sol_refactored/samples/standard_sample/Definitions/v2_sample3_df_simple.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Definitions copying samples/tests/unit/sol_refactored/samples/standard_sample/Definitions/v2_sample3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Definitions copying samples/tests/unit/sol_refactored/samples/standard_sample/Definitions/v2_sample3_types.yaml -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Definitions copying samples/tests/unit/sol_refactored/samples/standard_sample/Scripts/coordinate_vnf.py -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Scripts copying samples/tests/unit/sol_refactored/samples/standard_sample/Scripts/sample_script.py -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/Scripts copying samples/tests/unit/sol_refactored/samples/standard_sample/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/tests/unit/sol_refactored/samples/standard_sample/TOSCA-Metadata copying samples/vim/vim_config.yaml -> tacker-13.1.0.dev4/samples/vim copying samples/vnf_packages/README -> tacker-13.1.0.dev4/samples/vnf_packages copying samples/vnf_packages/Definitions/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/samples/vnf_packages/Definitions copying samples/vnf_packages/Definitions/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/samples/vnf_packages/Definitions copying samples/vnf_packages/Definitions/helloworld3_df_simple.yaml -> tacker-13.1.0.dev4/samples/vnf_packages/Definitions copying samples/vnf_packages/Definitions/helloworld3_top.vnfd.yaml -> tacker-13.1.0.dev4/samples/vnf_packages/Definitions copying samples/vnf_packages/Definitions/helloworld3_types.yaml -> tacker-13.1.0.dev4/samples/vnf_packages/Definitions copying samples/vnf_packages/TOSCA-Metadata/TOSCA.meta -> tacker-13.1.0.dev4/samples/vnf_packages/TOSCA-Metadata copying tacker/__init__.py -> tacker-13.1.0.dev4/tacker copying tacker/_i18n.py -> tacker-13.1.0.dev4/tacker copying tacker/auth.py -> tacker-13.1.0.dev4/tacker copying tacker/context.py -> tacker-13.1.0.dev4/tacker copying tacker/manager.py -> tacker-13.1.0.dev4/tacker copying tacker/policy.py -> tacker-13.1.0.dev4/tacker copying tacker/service.py -> tacker-13.1.0.dev4/tacker copying tacker/version.py -> tacker-13.1.0.dev4/tacker copying tacker/wsgi.py -> tacker-13.1.0.dev4/tacker copying tacker.egg-info/PKG-INFO -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/SOURCES.txt -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/dependency_links.txt -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/entry_points.txt -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/not-zip-safe -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/pbr.json -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/requires.txt -> tacker-13.1.0.dev4/tacker.egg-info copying tacker.egg-info/top_level.txt -> tacker-13.1.0.dev4/tacker.egg-info copying tacker/agent/__init__.py -> tacker-13.1.0.dev4/tacker/agent copying tacker/agent/linux/__init__.py -> tacker-13.1.0.dev4/tacker/agent/linux copying tacker/agent/linux/utils.py -> tacker-13.1.0.dev4/tacker/agent/linux copying tacker/api/__init__.py -> tacker-13.1.0.dev4/tacker/api copying tacker/api/api_common.py -> tacker-13.1.0.dev4/tacker/api copying tacker/api/extensions.py -> tacker-13.1.0.dev4/tacker/api copying tacker/api/versions.py -> tacker-13.1.0.dev4/tacker/api copying tacker/api/common/__init__.py -> tacker-13.1.0.dev4/tacker/api/common copying tacker/api/common/_filters.py -> tacker-13.1.0.dev4/tacker/api/common copying tacker/api/common/attribute_filter.py -> tacker-13.1.0.dev4/tacker/api/common copying tacker/api/schemas/__init__.py -> tacker-13.1.0.dev4/tacker/api/schemas copying tacker/api/schemas/vnf_lcm.py -> tacker-13.1.0.dev4/tacker/api/schemas copying tacker/api/schemas/vnf_packages.py -> tacker-13.1.0.dev4/tacker/api/schemas copying tacker/api/v1/__init__.py -> tacker-13.1.0.dev4/tacker/api/v1 copying tacker/api/v1/attributes.py -> tacker-13.1.0.dev4/tacker/api/v1 copying tacker/api/v1/base.py -> tacker-13.1.0.dev4/tacker/api/v1 copying tacker/api/v1/resource.py -> tacker-13.1.0.dev4/tacker/api/v1 copying tacker/api/v1/resource_helper.py -> tacker-13.1.0.dev4/tacker/api/v1 copying tacker/api/v1/router.py -> tacker-13.1.0.dev4/tacker/api/v1 copying tacker/api/validation/__init__.py -> tacker-13.1.0.dev4/tacker/api/validation copying tacker/api/validation/parameter_types.py -> tacker-13.1.0.dev4/tacker/api/validation copying tacker/api/validation/validators.py -> tacker-13.1.0.dev4/tacker/api/validation copying tacker/api/views/__init__.py -> tacker-13.1.0.dev4/tacker/api/views copying tacker/api/views/versions.py -> tacker-13.1.0.dev4/tacker/api/views copying tacker/api/views/vnf_lcm.py -> tacker-13.1.0.dev4/tacker/api/views copying tacker/api/views/vnf_lcm_op_occs.py -> tacker-13.1.0.dev4/tacker/api/views copying tacker/api/views/vnf_packages.py -> tacker-13.1.0.dev4/tacker/api/views copying tacker/api/views/vnf_subscriptions.py -> tacker-13.1.0.dev4/tacker/api/views copying tacker/api/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/api/vnflcm copying tacker/api/vnflcm/v1/__init__.py -> tacker-13.1.0.dev4/tacker/api/vnflcm/v1 copying tacker/api/vnflcm/v1/controller.py -> tacker-13.1.0.dev4/tacker/api/vnflcm/v1 copying tacker/api/vnflcm/v1/router.py -> tacker-13.1.0.dev4/tacker/api/vnflcm/v1 copying tacker/api/vnflcm/v1/sync_resource.py -> tacker-13.1.0.dev4/tacker/api/vnflcm/v1 copying tacker/api/vnfpkgm/__init__.py -> tacker-13.1.0.dev4/tacker/api/vnfpkgm copying tacker/api/vnfpkgm/v1/__init__.py -> tacker-13.1.0.dev4/tacker/api/vnfpkgm/v1 copying tacker/api/vnfpkgm/v1/controller.py -> tacker-13.1.0.dev4/tacker/api/vnfpkgm/v1 copying tacker/api/vnfpkgm/v1/router.py -> tacker-13.1.0.dev4/tacker/api/vnfpkgm/v1 copying tacker/cmd/__init__.py -> tacker-13.1.0.dev4/tacker/cmd copying tacker/cmd/status.py -> tacker-13.1.0.dev4/tacker/cmd copying tacker/cmd/eventlet/__init__.py -> tacker-13.1.0.dev4/tacker/cmd/eventlet copying tacker/cmd/eventlet/conductor.py -> tacker-13.1.0.dev4/tacker/cmd/eventlet copying tacker/cmd/eventlet/tacker_server.py -> tacker-13.1.0.dev4/tacker/cmd/eventlet copying tacker/common/__init__.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/clients.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/cmd_executer.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/config.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/constants.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/coordination.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/crypt_utils.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/csar_utils.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/driver_manager.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/eventlet_utils.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/exceptions.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/ext_oauth2_auth.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/log.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/oidc_utils.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/rpc.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/safe_utils.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/test_lib.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/topics.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/utils.py -> tacker-13.1.0.dev4/tacker/common copying tacker/common/container/__init__.py -> tacker-13.1.0.dev4/tacker/common/container copying tacker/common/container/kubernetes_utils.py -> tacker-13.1.0.dev4/tacker/common/container copying tacker/conductor/__init__.py -> tacker-13.1.0.dev4/tacker/conductor copying tacker/conductor/conductor_server.py -> tacker-13.1.0.dev4/tacker/conductor copying tacker/conductor/conductorrpc/__init__.py -> tacker-13.1.0.dev4/tacker/conductor/conductorrpc copying tacker/conductor/conductorrpc/vnf_lcm_rpc.py -> tacker-13.1.0.dev4/tacker/conductor/conductorrpc copying tacker/conductor/conductorrpc/vnf_pkgm_rpc.py -> tacker-13.1.0.dev4/tacker/conductor/conductorrpc copying tacker/conf/__init__.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/conf/conductor.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/conf/coordination.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/conf/opts.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/conf/policy.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/conf/vnf_lcm.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/conf/vnf_package.py -> tacker-13.1.0.dev4/tacker/conf copying tacker/db/__init__.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/api.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/db_base.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/model_base.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/models_v1.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/sqlalchemyutils.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/types.py -> tacker-13.1.0.dev4/tacker/db copying tacker/db/common_services/__init__.py -> tacker-13.1.0.dev4/tacker/db/common_services copying tacker/db/common_services/common_services_db.py -> tacker-13.1.0.dev4/tacker/db/common_services copying tacker/db/common_services/common_services_db_plugin.py -> tacker-13.1.0.dev4/tacker/db/common_services copying tacker/db/db_sqlalchemy/__init__.py -> tacker-13.1.0.dev4/tacker/db/db_sqlalchemy copying tacker/db/db_sqlalchemy/api.py -> tacker-13.1.0.dev4/tacker/db/db_sqlalchemy copying tacker/db/db_sqlalchemy/models.py -> tacker-13.1.0.dev4/tacker/db/db_sqlalchemy copying tacker/db/migration/README -> tacker-13.1.0.dev4/tacker/db/migration copying tacker/db/migration/__init__.py -> tacker-13.1.0.dev4/tacker/db/migration copying tacker/db/migration/alembic.ini -> tacker-13.1.0.dev4/tacker/db/migration copying tacker/db/migration/cli.py -> tacker-13.1.0.dev4/tacker/db/migration copying tacker/db/migration/migrate_to_v2.py -> tacker-13.1.0.dev4/tacker/db/migration copying tacker/db/migration/purge_tables.py -> tacker-13.1.0.dev4/tacker/db/migration copying tacker/db/migration/alembic_migrations/__init__.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations copying tacker/db/migration/alembic_migrations/env.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations copying tacker/db/migration/alembic_migrations/script.py.mako -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations copying tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/2531c976c0f1_add_pm_threshold_table.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/2c5211036579_add_placement_table.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/329cd1619d41_alter_vnf_software_images.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/34cfceb25a49_add_downloading_to_vnfpackage.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/3adac34764da_add_column_to_vnf_lcm_op_occs.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/3ff50553e9d3_add_grant_and_grant_request.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4c0e2e2c2e02_alter_vnfd_id_format.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/6dc60a5760e5_add_extra_field_to_vims_db.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/70df18f71ba2_alter_vnfd_ids_vnf_instance_ids_vnf_.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/7186440a306b_change_type_for_instance_id_of_vnf_table.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/745e3e9fe5e2_add_vnf_metadata_to_vnflcm_db.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/85c06a0714b7_rename_field_subscription_authentication.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/8a7ca803e0d0_add_vnfc_info_to_instantiated_vnf_info.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/975e28392888_add_unique_key_vnf_package_vnfd.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/985e28392890_add_vnflcm_db.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/HEAD -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/README -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/a23ebee909a8_introduce_sol_refactored_models.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/aaf461c8844c_change_type_for_vnf_resources.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/abbef484b34c_modify_unique_constraint_on_vnf_packages_user_data.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/c31f65e0d099_add_columns_to_vnf_lcm_filter.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/c47a733f425a_add_vnflcm_subscription.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/ca2ad037c320_add_cryptkey_db.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/d25c7c865ce8_mod_vnflcm_subscription.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/d2e39e01d540_add_size_to_vnfpackage.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/d6ae359ab0d6_add_tenant_id_to_lcm_subscriptions_and_.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/de6bfa5bea46_remove_status_from_vim.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/de8d835ae776_add_pm_and_fm_table.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/df26c5871f3c_change_vnf_filter_column_definition.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e06fbdc90a32_add_db_tables_for_add_artifacts.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/ee98bbc0789d_add_scale_column.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/f9bc96967462_add_vnf_pkg_id_to_vnf_instances.py -> tacker-13.1.0.dev4/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/models/__init__.py -> tacker-13.1.0.dev4/tacker/db/migration/models copying tacker/db/migration/models/head.py -> tacker-13.1.0.dev4/tacker/db/migration/models copying tacker/db/nfvo/__init__.py -> tacker-13.1.0.dev4/tacker/db/nfvo copying tacker/db/nfvo/nfvo_db.py -> tacker-13.1.0.dev4/tacker/db/nfvo copying tacker/db/nfvo/nfvo_db_plugin.py -> tacker-13.1.0.dev4/tacker/db/nfvo copying tacker/db/vnfm/__init__.py -> tacker-13.1.0.dev4/tacker/db/vnfm copying tacker/db/vnfm/vnfm_db.py -> tacker-13.1.0.dev4/tacker/db/vnfm copying tacker/extensions/__init__.py -> tacker-13.1.0.dev4/tacker/extensions copying tacker/extensions/common_services.py -> tacker-13.1.0.dev4/tacker/extensions copying tacker/extensions/nfvo.py -> tacker-13.1.0.dev4/tacker/extensions copying tacker/extensions/vnflcm.py -> tacker-13.1.0.dev4/tacker/extensions copying tacker/extensions/vnfm.py -> tacker-13.1.0.dev4/tacker/extensions copying tacker/glance_store/__init__.py -> tacker-13.1.0.dev4/tacker/glance_store copying tacker/glance_store/store.py -> tacker-13.1.0.dev4/tacker/glance_store copying tacker/hacking/__init__.py -> tacker-13.1.0.dev4/tacker/hacking copying tacker/hacking/checks.py -> tacker-13.1.0.dev4/tacker/hacking copying tacker/keymgr/__init__.py -> tacker-13.1.0.dev4/tacker/keymgr copying tacker/keymgr/barbican_key_manager.py -> tacker-13.1.0.dev4/tacker/keymgr copying tacker/keymgr/exception.py -> tacker-13.1.0.dev4/tacker/keymgr copying tacker/keymgr/key_manager.py -> tacker-13.1.0.dev4/tacker/keymgr copying tacker/nfvo/__init__.py -> tacker-13.1.0.dev4/tacker/nfvo copying tacker/nfvo/nfvo_plugin.py -> tacker-13.1.0.dev4/tacker/nfvo copying tacker/nfvo/drivers/__init__.py -> tacker-13.1.0.dev4/tacker/nfvo/drivers copying tacker/nfvo/drivers/vim/__init__.py -> tacker-13.1.0.dev4/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/abstract_vim_driver.py -> tacker-13.1.0.dev4/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/kubernetes_driver.py -> tacker-13.1.0.dev4/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/openstack_driver.py -> tacker-13.1.0.dev4/tacker/nfvo/drivers/vim copying tacker/objects/__init__.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/base.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/cancel_mode.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/change_ext_conn_req.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/common.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/fields.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/grant.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/grant_request.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/heal_vnf_request.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/instantiate_vnf_req.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/scale_vnf_request.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/terminate_vnf_req.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vim_connection.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_artifact.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_deployment_flavour.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_instance.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_instantiated_info.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_lcm_op_occs.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_lcm_subscriptions.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_package.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_package_vnfd.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_resources.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnf_software_image.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnfd.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/objects/vnfd_attribute.py -> tacker-13.1.0.dev4/tacker/objects copying tacker/plugins/__init__.py -> tacker-13.1.0.dev4/tacker/plugins copying tacker/plugins/common/__init__.py -> tacker-13.1.0.dev4/tacker/plugins/common copying tacker/plugins/common/constants.py -> tacker-13.1.0.dev4/tacker/plugins/common copying tacker/plugins/common_services/__init__.py -> tacker-13.1.0.dev4/tacker/plugins/common_services copying tacker/plugins/common_services/common_services_plugin.py -> tacker-13.1.0.dev4/tacker/plugins/common_services copying tacker/policies/__init__.py -> tacker-13.1.0.dev4/tacker/policies copying tacker/policies/base.py -> tacker-13.1.0.dev4/tacker/policies copying tacker/policies/vnf_lcm.py -> tacker-13.1.0.dev4/tacker/policies copying tacker/policies/vnf_package.py -> tacker-13.1.0.dev4/tacker/policies copying tacker/releasenotes/notes/change_external_vnf_connectivity-444c580a01479f33.yaml -> tacker-13.1.0.dev4/tacker/releasenotes/notes copying tacker/releasenotes/notes/remove-passing-infra-and-mgmt-driver-in-api-954fe28b1294a2d6.yaml -> tacker-13.1.0.dev4/tacker/releasenotes/notes copying tacker/services/__init__.py -> tacker-13.1.0.dev4/tacker/services copying tacker/services/service_base.py -> tacker-13.1.0.dev4/tacker/services copying tacker/sol_refactored/api/api_version.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api copying tacker/sol_refactored/api/router.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api copying tacker/sol_refactored/api/validator.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api copying tacker/sol_refactored/api/wsgi.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api copying tacker/sol_refactored/api/policies/vnffm_v1.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/policies copying tacker/sol_refactored/api/policies/vnflcm_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/policies copying tacker/sol_refactored/api/policies/vnfpm_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/policies copying tacker/sol_refactored/api/schemas/__init__.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/api/schemas/common_types.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/api/schemas/prometheus_plugin_schemas.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/api/schemas/server_notification_schemas.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/api/schemas/vnffm_v1.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/api/schemas/vnflcm_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/api/schemas/vnfpm_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/api/schemas copying tacker/sol_refactored/common/cinder_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/common_script_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/config.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/coord_client.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/coordinate.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/exceptions.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/fm_alarm_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/fm_subscription_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/http_client.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/lcm_op_occ_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/monitoring_plugin_base.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/oidc_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/pm_job_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/pm_threshold_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/prometheus_plugin.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/server_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/subscription_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/vim_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/vnf_instance_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/common/vnfd_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/common copying tacker/sol_refactored/conductor/__init__.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/conductor_rpc_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/conductor_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/prometheus_plugin_driver.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/server_notification_driver.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/v2_hook.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/vnffm_driver_v1.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/vnflcm_auto.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/vnflcm_driver_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/conductor/vnfpm_driver_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/conductor copying tacker/sol_refactored/controller/__init__.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/prometheus_plugin_controller.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/server_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnffm_v1.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnffm_view.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnflcm_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnflcm_versions.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnflcm_view.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnfpm_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/controller/vnfpm_view.py -> tacker-13.1.0.dev4/tacker/sol_refactored/controller copying tacker/sol_refactored/db/__init__.py -> tacker-13.1.0.dev4/tacker/sol_refactored/db copying tacker/sol_refactored/db/sqlalchemy/__init__.py -> tacker-13.1.0.dev4/tacker/sol_refactored/db/sqlalchemy copying tacker/sol_refactored/db/sqlalchemy/models.py -> tacker-13.1.0.dev4/tacker/sol_refactored/db/sqlalchemy copying tacker/sol_refactored/infra_drivers/kubernetes/helm.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes copying tacker/sol_refactored/infra_drivers/kubernetes/helm_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_common.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_resource.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/kubernetes copying tacker/sol_refactored/infra_drivers/openstack/heat_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/openstack/nova_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/openstack/openstack.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/openstack/userdata_default.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/openstack/userdata_main.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/openstack/userdata_standard.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/openstack/userdata_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/openstack copying tacker/sol_refactored/infra_drivers/terraform/terraform.py -> tacker-13.1.0.dev4/tacker/sol_refactored/infra_drivers/terraform copying tacker/sol_refactored/mgmt_drivers/container_update_mgmt_v2.py -> tacker-13.1.0.dev4/tacker/sol_refactored/mgmt_drivers copying tacker/sol_refactored/mgmt_drivers/sample_script.py -> tacker-13.1.0.dev4/tacker/sol_refactored/mgmt_drivers copying tacker/sol_refactored/mgmt_drivers/server_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/mgmt_drivers copying tacker/sol_refactored/nfvo/glance_utils.py -> tacker-13.1.0.dev4/tacker/sol_refactored/nfvo copying tacker/sol_refactored/nfvo/local_nfvo.py -> tacker-13.1.0.dev4/tacker/sol_refactored/nfvo copying tacker/sol_refactored/nfvo/nfvo_client.py -> tacker-13.1.0.dev4/tacker/sol_refactored/nfvo copying tacker/sol_refactored/objects/__init__.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects copying tacker/sol_refactored/objects/base.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects copying tacker/sol_refactored/objects/common/checksum.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/cp_protocol_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/crypt_key.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/ext_link_port_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/ext_managed_virtual_link_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/ext_virtual_link_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/fields.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/ip_over_ethernet_address_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/link.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/notification_link.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/problem_details.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/resource_handle.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/subscription_authentication.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/vim_connection_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/vnf_ext_cp_config.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/vnf_ext_cp_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/common/vnf_instance_subscription_filter.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/common copying tacker/sol_refactored/objects/v1/alarm.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/alarm_cleared_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/alarm_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/constraint_resource_ref.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/fields.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/fm_notifications_filter.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/fm_subscription.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/fm_subscription_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/grant.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/grant_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/grant_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/placement_constraint.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/resource_definition.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/snapshot_resource_definition.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/vim_compute_resource_flavour.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/vim_constraint.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/vim_snapshot_resource.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/vim_software_image.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/zone_group_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v1/zone_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v1 copying tacker/sol_refactored/objects/v2/affected_ext_link_port.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/affected_virtual_link.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/affected_virtual_storage.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/affected_vnfc.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/cancel_mode.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/change_current_vnf_pkg_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/change_ext_vnf_connectivity_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/change_vnf_flavour_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/cp_protocol_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/create_pm_job_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/create_threshold_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/create_vnf_pkg_info_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/create_vnf_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/create_vnf_snapshot_info_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/create_vnf_snapshot_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/ext_link_port_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/ext_managed_virtual_link_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/ext_virtual_link_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/external_artifacts_access_config.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/fields.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/heal_vnf_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/instantiate_vnf_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/ip_over_ethernet_address_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/lccn_links.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/lccn_subscription.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/lccn_subscription_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/lcm_coord_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/lifecycle_change_notifications_filter.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/modifications_triggered_by_vnf_pkg_change.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/monitoring_parameter.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/operate_vnf_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/performance_information_available_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pkgm_links.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pkgm_notification_filter.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pkgm_subscription_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pm_job.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pm_job_criteria.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pm_job_modification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/pm_report.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/revert_to_vnf_snapshot_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/scale_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/scale_vnf_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/scale_vnf_to_level_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/terminate_vnf_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/threshold.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/threshold_criteria.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/threshold_crossed_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/threshold_modifications.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/upload_vnf_package_from_uri_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/virtual_storage_resource_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_ext_cp_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_identifier_creation_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_identifier_deletion_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_info_modification_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_info_modifications.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_instance.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_lcm_op_occ.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_lcm_operation_occurrence_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_link_port_data.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_link_port_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_package_artifact_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_package_change_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_package_onboarding_notification.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_package_software_image_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_pkg_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_pkg_info_modifications.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_snapshot.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_snapshot_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_snapshot_info_modification_request.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_snapshot_info_modifications.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_state_snapshot_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnf_virtual_link_resource_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnfc_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnfc_info_modifications.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnfc_resource_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/objects/v2/vnfc_snapshot_info.py -> tacker-13.1.0.dev4/tacker/sol_refactored/objects/v2 copying tacker/sol_refactored/test-tools/cli.py -> tacker-13.1.0.dev4/tacker/sol_refactored/test-tools copying tacker/sol_refactored/test-tools/notif_endpoint_app.py -> tacker-13.1.0.dev4/tacker/sol_refactored/test-tools copying tacker/tests/__init__.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/base.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/constants.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/fake_notifier.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/post_mortem_debug.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/tools.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/utils.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/uuidsentinel.py -> tacker-13.1.0.dev4/tacker/tests copying tacker/tests/common/__init__.py -> tacker-13.1.0.dev4/tacker/tests/common copying tacker/tests/compliance/__init__.py -> tacker-13.1.0.dev4/tacker/tests/compliance copying tacker/tests/compliance/base.py -> tacker-13.1.0.dev4/tacker/tests/compliance copying tacker/tests/compliance/sol002/__init__.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol002 copying tacker/tests/compliance/sol002/base.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol002 copying tacker/tests/compliance/sol002/test_vnflcm.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol002 copying tacker/tests/compliance/sol003/__init__.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol003 copying tacker/tests/compliance/sol003/base.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol003 copying tacker/tests/compliance/sol003/test_vnflcm.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol003 copying tacker/tests/compliance/sol005/__init__.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol005 copying tacker/tests/compliance/sol005/base.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol005 copying tacker/tests/compliance/sol005/test_vnfpkgm.py -> tacker-13.1.0.dev4/tacker/tests/compliance/sol005 copying tacker/tests/functional/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional copying tacker/tests/functional/base.py -> tacker-13.1.0.dev4/tacker/tests/functional copying tacker/tests/functional/base_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional copying tacker/tests/functional/keystone.py -> tacker-13.1.0.dev4/tacker/tests/functional copying tacker/tests/functional/common/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/common copying tacker/tests/functional/common/fake_grant_server.py -> tacker-13.1.0.dev4/tacker/tests/functional/common copying tacker/tests/functional/common/fake_server.py -> tacker-13.1.0.dev4/tacker/tests/functional/common copying tacker/tests/functional/common/logging_utils.py -> tacker-13.1.0.dev4/tacker/tests/functional/common copying tacker/tests/functional/sol/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol copying tacker/tests/functional/sol/legacy_nfvo/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/legacy_nfvo copying tacker/tests/functional/sol/legacy_nfvo/test_vim.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/legacy_nfvo copying tacker/tests/functional/sol/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm copying tacker/tests/functional/sol/vnflcm/base.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm copying tacker/tests/functional/sol/vnflcm/fake_vnflcm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm copying tacker/tests/functional/sol/vnflcm/fake_vnfpkgm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm copying tacker/tests/functional/sol/vnflcm/test_vnf_instance.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm copying tacker/tests/functional/sol/vnflcm/test_vnflcm_noop.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm copying tacker/tests/functional/sol/vnflcm_userdata/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm_userdata copying tacker/tests/functional/sol/vnflcm_userdata/test_vnf_instance_with_user_data.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnflcm_userdata copying tacker/tests/functional/sol/vnfpkgm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnfpkgm copying tacker/tests/functional/sol/vnfpkgm/test_vnf_package.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol/vnfpkgm copying tacker/tests/functional/sol_encrypt_cred_v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_encrypt_cred_v2 copying tacker/tests/functional/sol_encrypt_cred_v2/paramgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_encrypt_cred_v2 copying tacker/tests/functional/sol_encrypt_cred_v2/test_encrypt_credentials.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_encrypt_cred_v2 copying tacker/tests/functional/sol_enhanced_policy/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy copying tacker/tests/functional/sol_enhanced_policy/base.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy copying tacker/tests/functional/sol_enhanced_policy/sol/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vim_apis_openstack.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnf_package_apis.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v1.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v1.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_vim_apis_kubernetes.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes copying tacker/tests/functional/sol_https_v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_https_v2 copying tacker/tests/functional/sol_https_v2/paramgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_https_v2 copying tacker/tests/functional/sol_https_v2/test_vnffm_https_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_https_v2 copying tacker/tests/functional/sol_https_v2/test_vnflcm_https_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_https_v2 copying tacker/tests/functional/sol_https_v2/test_vnfpm_https_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_https_v2 copying tacker/tests/functional/sol_kubernetes/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes copying tacker/tests/functional/sol_kubernetes/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/base.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_container_update.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_heal.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_helm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_multi_ns.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_scale.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes/vnflcm copying tacker/tests/functional/sol_kubernetes_multi_tenant/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/base.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/fake_vnflcm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/test_kubernetes_multi_tenant.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm copying tacker/tests/functional/sol_kubernetes_oidc_auth/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth copying tacker/tests/functional/sol_kubernetes_oidc_auth/test_vim.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/test_kubernetes_oidc_auth.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/base_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/test_kubernetes_oidc_auth.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 copying tacker/tests/functional/sol_kubernetes_v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/base_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/paramgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_change_vnfpkg.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_helm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_kubernetes_container_update.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_prom_auto_scale_heal.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_threshold_prometheus_plugin.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_vnffm_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_vnflcm_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_threshold_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_kubernetes_v2/zipgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_kubernetes_v2 copying tacker/tests/functional/sol_multi_tenant/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant copying tacker/tests/functional/sol_multi_tenant/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant/vnflcm copying tacker/tests/functional/sol_multi_tenant/vnflcm/base.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant/vnflcm copying tacker/tests/functional/sol_multi_tenant/vnflcm/fake_vnflcm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant/vnflcm copying tacker/tests/functional/sol_multi_tenant/vnflcm/test_vnf_lcm_with_multi_tenant.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_multi_tenant/vnflcm copying tacker/tests/functional/sol_separated_nfvo/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo copying tacker/tests/functional/sol_separated_nfvo/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo/vnflcm copying tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_grant.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo/vnflcm copying tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_vnfpkgm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo/vnflcm copying tacker/tests/functional/sol_separated_nfvo/vnflcm/test_vnf_instance_with_user_data_nfvo_separate.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo/vnflcm copying tacker/tests/functional/sol_separated_nfvo_v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo_v2 copying tacker/tests/functional/sol_separated_nfvo_v2/fake_grant_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo_v2 copying tacker/tests/functional/sol_separated_nfvo_v2/fake_vnfpkgm_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo_v2 copying tacker/tests/functional/sol_separated_nfvo_v2/test_nfvo_separate_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_separated_nfvo_v2 copying tacker/tests/functional/sol_terraform_v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_terraform_v2 copying tacker/tests/functional/sol_terraform_v2/base_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_terraform_v2 copying tacker/tests/functional/sol_terraform_v2/paramgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_terraform_v2 copying tacker/tests/functional/sol_terraform_v2/test_terraform.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_terraform_v2 copying tacker/tests/functional/sol_v2/notification/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/notification copying tacker/tests/functional/sol_v2/notification/test_server_notification.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/notification copying tacker/tests/functional/sol_v2/prometheus/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/prometheus copying tacker/tests/functional/sol_v2/prometheus/test_prom_auto_scale_heal.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/prometheus copying tacker/tests/functional/sol_v2/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/test_basic_max.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/test_basic_min.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/test_change_vnfpkg.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/test_err_handling.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/test_scale.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/test_update.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/test_basic.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/test_basic_max.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/test_basic_min.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/test_change_vnfpkg.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/test_err_handling.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/test_various_lcm.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm copying tacker/tests/functional/sol_v2_az_retry/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_az_retry copying tacker/tests/functional/sol_v2_az_retry/test_az_retry.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_az_retry copying tacker/tests/functional/sol_v2_common/__init__.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common copying tacker/tests/functional/sol_v2_common/base_v2.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common copying tacker/tests/functional/sol_v2_common/paramgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common copying tacker/tests/functional/sol_v2_common/test_vnflcm_basic_common.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common copying tacker/tests/functional/sol_v2_common/utils.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common copying tacker/tests/functional/sol_v2_common/zipgen.py -> tacker-13.1.0.dev4/tacker/tests/functional/sol_v2_common copying tacker/tests/functional/tools/test-setup-default-vim.sh -> tacker-13.1.0.dev4/tacker/tests/functional/tools copying tacker/tests/functional/tools/test-setup-fake-prometheus-server.sh -> tacker-13.1.0.dev4/tacker/tests/functional/tools copying tacker/tests/functional/tools/test-setup-k8s-vim.sh -> tacker-13.1.0.dev4/tacker/tests/functional/tools copying tacker/tests/functional/tools/test-setup-mgmt.sh -> tacker-13.1.0.dev4/tacker/tests/functional/tools copying tacker/tests/unit/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/base.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/database_stubs.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/extension_stubs.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/fake_auth.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/fake_request.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/fixtures.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/test_auth.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/test_context.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/test_policy.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/test_wsgi.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/testlib_api.py -> tacker-13.1.0.dev4/tacker/tests/unit copying tacker/tests/unit/agent/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/agent copying tacker/tests/unit/agent/linux/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/agent/linux copying tacker/tests/unit/agent/linux/test_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/agent/linux copying tacker/tests/unit/api/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/api copying tacker/tests/unit/api/test_api_common.py -> tacker-13.1.0.dev4/tacker/tests/unit/api copying tacker/tests/unit/api/test_extensions.py -> tacker-13.1.0.dev4/tacker/tests/unit/api copying tacker/tests/unit/api/v1/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_attributes.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_resource.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_resource_helper.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_router.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_vim.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_vnf_instance.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v2/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v2 copying tacker/tests/unit/api/v2/test_api_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/api/v2 copying tacker/tests/unit/cmd/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/cmd copying tacker/tests/unit/cmd/test_status.py -> tacker-13.1.0.dev4/tacker/tests/unit/cmd copying tacker/tests/unit/common/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_config.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_crypt_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_csar_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_ext_oauth2_auth.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_log.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_oidc_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_store.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/test_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/common copying tacker/tests/unit/common/container/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/common/container copying tacker/tests/unit/common/container/test_kubernetes_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/common/container copying tacker/tests/unit/common/sample_keys/jwt_private.key -> tacker-13.1.0.dev4/tacker/tests/unit/common/sample_keys copying tacker/tests/unit/conductor/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/conductor copying tacker/tests/unit/conductor/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/conductor copying tacker/tests/unit/conductor/test_conductor_server.py -> tacker-13.1.0.dev4/tacker/tests/unit/conductor copying tacker/tests/unit/conductor/conductorrpc/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/conductor/conductorrpc copying tacker/tests/unit/conductor/conductorrpc/test_vnf_lcm_rpc.py -> tacker-13.1.0.dev4/tacker/tests/unit/conductor/conductorrpc copying tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py -> tacker-13.1.0.dev4/tacker/tests/unit/conductor/conductorrpc copying tacker/tests/unit/db/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/base.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_db_migration.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_db_migration_to_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_db_purge_delete.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_vnf_artifact.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_vnf_instance.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_vnf_package.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_vnf_package_vnfd.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/test_vnf_resource.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/db copying tacker/tests/unit/db/common_services/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/db/common_services copying tacker/tests/unit/db/common_services/test_common_services_db_plugin.py -> tacker-13.1.0.dev4/tacker/tests/unit/db/common_services copying tacker/tests/unit/extensions/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/extendedattribute.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/extensionattribute.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/foxinsocks.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/test_common_services.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/test_extension_extended_attribute.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/v2attributes.py -> tacker-13.1.0.dev4/tacker/tests/unit/extensions copying tacker/tests/unit/glance_store/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/glance_store copying tacker/tests/unit/glance_store/test_store.py -> tacker-13.1.0.dev4/tacker/tests/unit/glance_store copying tacker/tests/unit/keymgr/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/keymgr copying tacker/tests/unit/keymgr/test_barbican_key_manager.py -> tacker-13.1.0.dev4/tacker/tests/unit/keymgr copying tacker/tests/unit/nfvo/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/nfvo copying tacker/tests/unit/nfvo/test_nfvo_plugin.py -> tacker-13.1.0.dev4/tacker/tests/unit/nfvo copying tacker/tests/unit/nfvo/drivers/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/nfvo/drivers copying tacker/tests/unit/nfvo/drivers/vim/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/nfvo/drivers/vim copying tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py -> tacker-13.1.0.dev4/tacker/tests/unit/nfvo/drivers/vim copying tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py -> tacker-13.1.0.dev4/tacker/tests/unit/nfvo/drivers/vim copying tacker/tests/unit/objects/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_change_ext_conn_req.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_fields.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_grant.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_instantiate_vnf_req.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_terminate_vnf_request.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vim_connection.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_deployment_flavour.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_instance.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_instantiated_info.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_lcm_op_occs.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_lcm_subscriptions.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_package.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_package_vnfd.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_resource.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_software_images.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnfd.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnfd_attribute.py -> tacker-13.1.0.dev4/tacker/tests/unit/objects copying tacker/tests/unit/policies/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/policies copying tacker/tests/unit/policies/base.py -> tacker-13.1.0.dev4/tacker/tests/unit/policies copying tacker/tests/unit/policies/test_vnf_lcm.py -> tacker-13.1.0.dev4/tacker/tests/unit/policies copying tacker/tests/unit/policies/test_vnf_package.py -> tacker-13.1.0.dev4/tacker/tests/unit/policies copying tacker/tests/unit/sol_refactored/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored copying tacker/tests/unit/sol_refactored/api/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/api copying tacker/tests/unit/sol_refactored/api/test_api_version.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/api copying tacker/tests/unit/sol_refactored/api/test_validator.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/api copying tacker/tests/unit/sol_refactored/api/test_wsgi.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/api copying tacker/tests/unit/sol_refactored/common/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/fakes_for_fm.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_common_script_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_coord_client.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_coordinate.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_fm_alarm_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_fm_subscription_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_lcm_op_occ_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_oidc_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_pm_job_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_pm_threshold_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_prometheus_plugin.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_server_notification.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_subscription_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_vim_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_vnf_instance_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/common/test_vnfd_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/common copying tacker/tests/unit/sol_refactored/conductor/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/conductor/test_conductor_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/conductor/test_prometheus_plugin.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/conductor/test_server_notification.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/conductor/test_vnffm_driver_v1.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/conductor/test_vnflcm_driver_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/conductor/test_vnfpm_driver_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/conductor copying tacker/tests/unit/sol_refactored/controller/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_prometheus_plugin.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_server_notification.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_vnffm_v1.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_vnflcm_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_vnflcm_view.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_vnfpm_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/controller/test_vnfpm_view.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/controller copying tacker/tests/unit/sol_refactored/infra_drivers/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_kubernetes.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes copying tacker/tests/unit/sol_refactored/infra_drivers/openstack/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/openstack copying tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_openstack.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/openstack copying tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_userdata_default.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/openstack copying tacker/tests/unit/sol_refactored/infra_drivers/terraform/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/terraform copying tacker/tests/unit/sol_refactored/infra_drivers/terraform/test_terraform.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/infra_drivers/terraform copying tacker/tests/unit/sol_refactored/mgmt_drivers/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/mgmt_drivers copying tacker/tests/unit/sol_refactored/mgmt_drivers/fake_configmap.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/mgmt_drivers copying tacker/tests/unit/sol_refactored/mgmt_drivers/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/mgmt_drivers copying tacker/tests/unit/sol_refactored/mgmt_drivers/test_container_update_mgmt.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/mgmt_drivers copying tacker/tests/unit/sol_refactored/mgmt_drivers/test_server_notification.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/mgmt_drivers copying tacker/tests/unit/sol_refactored/nfvo/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/nfvo copying tacker/tests/unit/sol_refactored/nfvo/test_local_nfvo.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/nfvo copying tacker/tests/unit/sol_refactored/nfvo/test_nfvo_client.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/nfvo copying tacker/tests/unit/sol_refactored/objects/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_base.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_fm_subscription.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_grant.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_lccn_subscription_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_pm_job_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_threshold_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_vnf_instance_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/sol_refactored/objects/test_vnf_lcm_op_occ_v2.py -> tacker-13.1.0.dev4/tacker/tests/unit/sol_refactored/objects copying tacker/tests/unit/tests/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/tests copying tacker/tests/unit/tests/test_post_mortem_debug.py -> tacker-13.1.0.dev4/tacker/tests/unit/tests copying tacker/tests/unit/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/test_controller.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/test_load_vnf_interfaces.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/test_sync_resource.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/test_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/test_vnflcm_driver.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm copying tacker/tests/unit/vnflcm/vnflcm_driver/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnflcm/vnflcm_driver copying tacker/tests/unit/vnfm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/test_nfvo_client.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/test_plugin.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/test_vim_client.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/infra_drivers/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver_helm.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_translate_outputs.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/api-service.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/bindings.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role-binding.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/config-map.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/controller-revision.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/daemon-set.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/deployment.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/horizontal-pod-autoscaler.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/job.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/lease.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/limit-range.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/local-subject-access-review.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/namespace.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/network-policy.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/node.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume-claim.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod-template.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/priority-class.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/replica-set.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/resource-quota.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role-bindings.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/secret.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-access-review.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-rule-review.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service-account.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/stateful-set.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/storage-class.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/subject-access-review.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/token-review.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/volume-attachment.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource copying tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_etsi_translate_template.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_update_template.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_grant.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_initial.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_grant.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_initial.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_common_types.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_params_error.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_affinity.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_group_member.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/hot_generate_hot_from_tosca.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/hot_generate_hot_from_tosca_with_scaling.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/worker_instance.hot.yaml -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying tacker/tests/unit/vnfm/lcm_user_data/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/lcm_user_data copying tacker/tests/unit/vnfm/lcm_user_data/utils/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/lcm_user_data/utils copying tacker/tests/unit/vnfm/lcm_user_data/utils/test_utils.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/lcm_user_data/utils copying tacker/tests/unit/vnfm/mgmt_drivers/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/mgmt_drivers copying tacker/tests/unit/vnfm/mgmt_drivers/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/mgmt_drivers copying tacker/tests/unit/vnfm/mgmt_drivers/test_container_update_mgmt.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfm/mgmt_drivers copying tacker/tests/unit/vnfpkgm/__init__.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfpkgm copying tacker/tests/unit/vnfpkgm/fakes.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfpkgm copying tacker/tests/unit/vnfpkgm/test_controller.py -> tacker-13.1.0.dev4/tacker/tests/unit/vnfpkgm copying tacker/tests/var/ca.crt -> tacker-13.1.0.dev4/tacker/tests/var copying tacker/tests/var/certandkey.pem -> tacker-13.1.0.dev4/tacker/tests/var copying tacker/tests/var/certificate.crt -> tacker-13.1.0.dev4/tacker/tests/var copying tacker/tests/var/privatekey.key -> tacker-13.1.0.dev4/tacker/tests/var copying tacker/tosca/__init__.py -> tacker-13.1.0.dev4/tacker/tosca copying tacker/tosca/utils.py -> tacker-13.1.0.dev4/tacker/tosca copying tacker/vnflcm/__init__.py -> tacker-13.1.0.dev4/tacker/vnflcm copying tacker/vnflcm/abstract_driver.py -> tacker-13.1.0.dev4/tacker/vnflcm copying tacker/vnflcm/utils.py -> tacker-13.1.0.dev4/tacker/vnflcm copying tacker/vnflcm/vnflcm_driver.py -> tacker-13.1.0.dev4/tacker/vnflcm copying tacker/vnfm/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm copying tacker/vnfm/keystone.py -> tacker-13.1.0.dev4/tacker/vnfm copying tacker/vnfm/nfvo_client.py -> tacker-13.1.0.dev4/tacker/vnfm copying tacker/vnfm/plugin.py -> tacker-13.1.0.dev4/tacker/vnfm copying tacker/vnfm/vim_client.py -> tacker-13.1.0.dev4/tacker/vnfm copying tacker/vnfm/infra_drivers/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/abstract_driver.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/noop.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/scale_driver.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/kubernetes/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes copying tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes copying tacker/vnfm/infra_drivers/kubernetes/utils.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes copying tacker/vnfm/infra_drivers/kubernetes/helm/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes/helm copying tacker/vnfm/infra_drivers/kubernetes/helm/helm_client.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes/helm copying tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/vnfm/infra_drivers/openstack/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/constants.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/glance_client.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/heat_client.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/openstack.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/translate_template.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/update_template.py -> tacker-13.1.0.dev4/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/lcm_user_data/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/lcm_user_data copying tacker/vnfm/lcm_user_data/abstract_user_data.py -> tacker-13.1.0.dev4/tacker/vnfm/lcm_user_data copying tacker/vnfm/lcm_user_data/constants.py -> tacker-13.1.0.dev4/tacker/vnfm/lcm_user_data copying tacker/vnfm/lcm_user_data/utils.py -> tacker-13.1.0.dev4/tacker/vnfm/lcm_user_data copying tacker/vnfm/mgmt_drivers/__init__.py -> tacker-13.1.0.dev4/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/constants.py -> tacker-13.1.0.dev4/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/vnflcm_abstract_driver.py -> tacker-13.1.0.dev4/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/vnflcm_noop.py -> tacker-13.1.0.dev4/tacker/vnfm/mgmt_drivers copying tools/gen_vim_config.sh -> tacker-13.1.0.dev4/tools copying tools/gen_vnf_pkg.py -> tacker-13.1.0.dev4/tools copying tools/generate_config_file_sample.sh -> tacker-13.1.0.dev4/tools copying tools/doc_samples/setting_ft/kubernetes/kube-controller-k8s.sh -> tacker-13.1.0.dev4/tools/doc_samples/setting_ft/kubernetes copying tools/doc_samples/setting_ft/kubernetes/kube-controller-tacker.sh -> tacker-13.1.0.dev4/tools/doc_samples/setting_ft/kubernetes copying tools/doc_samples/setting_ft/kubernetes/kube-controller.sh -> tacker-13.1.0.dev4/tools/doc_samples/setting_ft/kubernetes copying tools/doc_samples/setting_ft/openstack/openstack-controller-tacker.sh -> tacker-13.1.0.dev4/tools/doc_samples/setting_ft/openstack copying tools/doc_samples/setting_ft/openstack/openstack-controller.sh -> tacker-13.1.0.dev4/tools/doc_samples/setting_ft/openstack copying vagrant/devstack/.gitignore -> tacker-13.1.0.dev4/vagrant/devstack copying vagrant/devstack/README.md -> tacker-13.1.0.dev4/vagrant/devstack copying vagrant/devstack/Vagrantfile -> tacker-13.1.0.dev4/vagrant/devstack copying vagrant/devstack/ansible.cfg -> tacker-13.1.0.dev4/vagrant/devstack copying vagrant/devstack/hosts -> tacker-13.1.0.dev4/vagrant/devstack copying vagrant/devstack/site.yaml -> tacker-13.1.0.dev4/vagrant/devstack copying vagrant/devstack/group_vars/all.yml -> tacker-13.1.0.dev4/vagrant/devstack/group_vars copying vagrant/devstack/helper/install_vagrant_libvirt_pkgs.sh -> tacker-13.1.0.dev4/vagrant/devstack/helper copying vagrant/devstack/lib/machine.rb -> tacker-13.1.0.dev4/vagrant/devstack/lib copying vagrant/devstack/lib/vd_utils.rb -> tacker-13.1.0.dev4/vagrant/devstack/lib copying vagrant/devstack/roles/ubuntu-noble/compute/tasks/basic_pkgs.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute/tasks copying vagrant/devstack/roles/ubuntu-noble/compute/tasks/devstack.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute/tasks copying vagrant/devstack/roles/ubuntu-noble/compute/tasks/main.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute/tasks copying vagrant/devstack/roles/ubuntu-noble/compute/templates/local.conf.j2 -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/compute/templates copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/basic_pkgs.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/devstack.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/extra_tools.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/git_config.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/main.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/neovim.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/python3_specific_vers.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/remove_useless_pkgs.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/set_path_env.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/setup_tacker.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/vim_extra_plugins.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/tasks/vim_latest.yml -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/tasks copying vagrant/devstack/roles/ubuntu-noble/controller/templates/vimrc.j2 -> tacker-13.1.0.dev4/vagrant/devstack/roles/ubuntu-noble/controller/templates copying vagrant/devstack/samples/machines-2nodes.yml -> tacker-13.1.0.dev4/vagrant/devstack/samples copying vagrant/devstack/samples/machines.yml -> tacker-13.1.0.dev4/vagrant/devstack/samples copying zuul.d/nodeset.yaml -> tacker-13.1.0.dev4/zuul.d copying zuul.d/project.yaml -> tacker-13.1.0.dev4/zuul.d copying zuul.d/jobs/base.yaml -> tacker-13.1.0.dev4/zuul.d/jobs copying zuul.d/jobs/kubernetes.yaml -> tacker-13.1.0.dev4/zuul.d/jobs copying zuul.d/jobs/openstack.yaml -> tacker-13.1.0.dev4/zuul.d/jobs copying zuul.d/jobs/terraform.yaml -> tacker-13.1.0.dev4/zuul.d/jobs copying tacker.egg-info/SOURCES.txt -> tacker-13.1.0.dev4/tacker.egg-info Writing tacker-13.1.0.dev4/setup.cfg creating dist Creating tar archive removing 'tacker-13.1.0.dev4' (and everything under it) DEBUG: Child return code was: 0 Finish: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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 in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.oF87brZzXX/dist WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.9.18, NVR = mock-6.3-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --copyout /var/tmp/pkgsrc/dist /tmp/tmp.oF87brZzXX/dist Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-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: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '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-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}} 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', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} 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: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} 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: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: c517c4ab-8ed5-4e3b-8fbe-9fe331709c5f DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-16b8a7cad9fb65478c65c00a5f26ca1417314ed0 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/16/b8/16b8a7cad9fb65478c65c00a5f26ca1417314ed0_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-networking-generic-switch-e78eb0e94c73bd37a33cc69c7005c9cf31223cab baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/e7/8e/e78eb0e94c73bd37a33cc69c7005c9cf31223cab_7d11c901 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-644b6362a6b0debf6395d4bf15f963faf1a42ced baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/64/4b/644b6362a6b0debf6395d4bf15f963faf1a42ced_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-magnumclient-6357cfaa79857dd338b1c42a02eb1866609a9f18 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/63/57/6357cfaa79857dd338b1c42a02eb1866609a9f18_a76cdc99 enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-b502af5bc689cfd2fe1e939c4138663182d197c1 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/b5/02/b502af5bc689cfd2fe1e939c4138663182d197c1_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-1b2df51ae6021798b278e197999319dbb2333894 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/1b/2d/1b2df51ae6021798b278e197999319dbb2333894_d3a4be46 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-07ab08aa69ae39644c276a0907759175f8936239 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/07/ab/07ab08aa69ae39644c276a0907759175f8936239_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-af6e558150585608e44151a6f20eea28754b7aa5 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/af/6e/af6e558150585608e44151a6f20eea28754b7aa5_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/6c/33/6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-4f0414d864bd790aa6dc54e55308a94653fbcfb4 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/4f/04/4f0414d864bd790aa6dc54e55308a94653fbcfb4_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-53cf5e810bec87fc7acfee60709b94508ccecd41 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/53/cf/53cf5e810bec87fc7acfee60709b94508ccecd41_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-fed6d3241f2228575de707f8e009cb091ec81e4a baseurl=https://trunk.rdoproject.org/centos10-master/component/network/fe/d6/fed6d3241f2228575de707f8e009cb091ec81e4a_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-4cde74a24b0dde4471a12d5c96be556fd5681cd4 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4c/de/4cde74a24b0dde4471a12d5c96be556fd5681cd4_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-cdde0fb41e3501a183c23337ed06b39df663880f baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/cd/de/cdde0fb41e3501a183c23337ed06b39df663880f_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-5ad142879f45c980baf181d6eb2fc730aec501e8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/5a/d1/5ad142879f45c980baf181d6eb2fc730aec501e8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-watcher-18bc0544a47ce569e75e6c534670c9ce871e12e1 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/18/bc/18bc0544a47ce569e75e6c534670c9ce871e12e1_ac4923b3 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-21325988dfe7d63d1f3ef78b9af8a2297f787e1f baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/21/32/21325988dfe7d63d1f3ef78b9af8a2297f787e1f_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-538f6af8da510e9286ddc762182cfa7170ad7b03 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/53/8f/538f6af8da510e9286ddc762182cfa7170ad7b03_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-heat-ui-b6147482b3fa2c3edad39cd4631d4a4c34460349 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/b6/14/b6147482b3fa2c3edad39cd4631d4a4c34460349_55cf7419 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff 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-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.jb906u4y', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 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 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'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: 15Gi 4.0Gi 1.3Gi 1.0Gi 11Gi 11Gi DEBUG: Swap: 15Gi 5.6Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 967M 3.4G 23% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 187G 363G 35% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.gldkozpn', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp/pkgsrc/dist to /tmp/tmp.oF87brZzXX/dist Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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 in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + '[' tarball == gem ']' ++ grep .tar.gz ++ ls /tmp/tmp.oF87brZzXX/dist + SOURCE=tacker-13.1.0.dev4.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.oF87brZzXX/dist/tacker-13.1.0.dev4.tar.gz ++ basename tacker-13.1.0.dev4.tar.gz .tar.gz + SOURCEWITHREL=tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz + mv /tmp/tmp.oF87brZzXX/dist/tacker-13.1.0.dev4.tar.gz /tmp/tmp.oF87brZzXX/SOURCES/tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz + cd /home/centos10-master-uc/data/openstack-tacker_distro + cp -a openstack-tacker-conductor.service openstack-tacker-server.service openstack-tacker.spec tacker.logrotate /tmp/tmp.oF87brZzXX/SOURCES/ + cp openstack-tacker.spec /tmp/tmp.oF87brZzXX/SPECS/ + cd /tmp/tmp.oF87brZzXX/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' openstack-tacker.spec + sed -i -e '1i%define upstream_version 13.1.0.dev4\' openstack-tacker.spec + grep -qc '^%global dlrn .*' openstack-tacker.spec + sed -i -e '1i%global dlrn 1\' openstack-tacker.spec + grep -qc '^%global dlrn_nvr .*' openstack-tacker.spec ++ basename tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr tacker-13.1.0.dev4-0.20250906035435.db7aaec\' openstack-tacker.spec + sed -i -e s/UPSTREAMVERSION/13.1.0.dev4/g openstack-tacker.spec + set_nvr_in_spec + VERSION=13.1.0 + sed -i -e 's/Version:.*/Version: 13.1.0/g' openstack-tacker.spec + sed -i -e 's/Release:.*/Release: 0.20250906035435.db7aaec%{?dist}/g' openstack-tacker.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz/' openstack-tacker.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' openstack-tacker.spec + cat openstack-tacker.spec %global dlrn_nvr tacker-13.1.0.dev4-0.20250906035435.db7aaec %global dlrn 1 %define upstream_version 13.1.0.dev4 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %global pypi_name tacker %{!?upstream_version: %global upstream_version %{version}%{?milestone}} # we are excluding some BRs from automatic generator %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref # Exclude sphinx from BRs if docs are disabled %if ! 0%{?with_doc} %global excluded_brs %{excluded_brs} sphinx openstackdocstheme %endif %global common_desc \ OpenStack Tacker Service is an NFV Orchestrator for OpenStack %global with_doc 1 Name: openstack-%{pypi_name} Version: 13.1.0 Release: 0.20250906035435.db7aaec%{?dist} Summary: OpenStack Tacker Service License: Apache-2.0 URL: https://launchpad.net/%{pypi_name} Source0: tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz Source1: openstack-tacker-server.service Source2: tacker.logrotate Source3: openstack-tacker-conductor.service # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.opendev.org/openstack/%{pypi_name}/%{pypi_name}-%{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: systemd BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: openstack-macros Requires: openstack-%{pypi_name}-common = %{version}-%{release} Requires(pre): shadow-utils %{?systemd_ordering} %description %{common_desc} %package -n python3-%{pypi_name} Summary: OpenStack Tacker Service %description -n python3-%{pypi_name} %{common_desc} This package contains the Tacker python library. %package common Summary: %{pypi_name} common files Requires: python3-%{pypi_name} = %{version}-%{release} %description common %{common_desc} This package contains the Tacker common files. %package -n python3-%{pypi_name}-tests Summary: Tacker unit and functional tests Requires: python3-%{pypi_name} = %{version}-%{release} Requires: python3-cliff Requires: python3-fixtures Requires: python3-oslotest Requires: python3-os-testr Requires: python3-subunit Requires: python3-tackerclient Requires: python3-tempest Requires: python3-testrepository Requires: python3-testtools Requires: python3-webtest %description -n python3-%{pypi_name}-tests %{common_desc} This package contains the Tacker unit and functional test files. %if 0%{?with_doc} %package -n python3-%{pypi_name}-doc Summary: Documentation for OpenStack Tacker service %description -n python3-%{pypi_name}-doc Documentation for OpenStack Tacker service %endif %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n %{pypi_name}-%{upstream_version} -S git sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini sed -i "s/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/" tox.ini sed -i /^minversion.*/d tox.ini sed -i /^requires.*virtualenv.*/d tox.ini # Exclude some bad-known BRs for pkg in %{excluded_brs}; do for reqfile in doc/requirements.txt test-requirements.txt; do if [ -f $reqfile ]; then sed -i /^${pkg}.*/d $reqfile fi done done # Automatic BR generation %generate_buildrequires %if 0%{?with_doc} %pyproject_buildrequires -t -e %{default_toxenv},docs %else %pyproject_buildrequires -t -e %{default_toxenv} %endif %build %pyproject_wheel %if 0%{?with_doc} # generate html docs %tox -e docs # remove the sphinx-build leftovers rm -rf doc/build/html/{.doctrees,.buildinfo,.htaccess,_downloads} %endif %install %pyproject_install # Generate sample config and add the current directory to PYTHONPATH so # oslo-config-generator doesn't skip tacker entry points. PYTHONPATH="%{buildroot}/%{python3_sitelib}" oslo-config-generator --config-file=./etc/config-generator.conf --output-file=./etc/%{pypi_name}.conf # Setup directories install -d -m 755 %{buildroot}%{_datadir}/%{pypi_name} install -d -m 755 %{buildroot}%{_sharedstatedir}/%{pypi_name} install -d -m 755 %{buildroot}%{_localstatedir}/log/%{pypi_name} # Move config files to proper location install -d -m 755 %{buildroot}%{_sysconfdir}/%{pypi_name} mv %{buildroot}/usr/etc/%{pypi_name}/* %{buildroot}%{_sysconfdir}/%{pypi_name} install -p -D -m 640 etc/%{pypi_name}.conf %{buildroot}%{_sysconfdir}/%{pypi_name}/%{pypi_name}.conf # Install logrotate install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-%{pypi_name} # remove /usr/etc, it's not needed # and the init.d script is in it, which is not needed # because a systemd script is being included rm -rf %{buildroot}/usr/etc/ # Install systemd units install -p -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/openstack-%{pypi_name}-server.service install -p -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/openstack-%{pypi_name}-conductor.service %check %tox -e %{default_toxenv} -- -- --exclude-regex 'ipv6|vnfm|vnflcm|sol_refactored' %pre common getent group %{pypi_name} >/dev/null || groupadd -r %{pypi_name} getent passwd %{pypi_name} >/dev/null || \ useradd -r -g %{pypi_name} -d %{_sharedstatedir}/%{pypi_name} -s /sbin/nologin \ -c "OpenStack Tacker Daemons" %{pypi_name} exit 0 %post %systemd_post openstack-%{pypi_name}-server.service %systemd_post openstack-%{pypi_name}-conductor.service %preun %systemd_preun openstack-%{pypi_name}-server.service %systemd_preun openstack-%{pypi_name}-conductor.service %postun %systemd_postun_with_restart openstack-%{pypi_name}-server.service %systemd_postun_with_restart openstack-%{pypi_name}-conductor.service %files %license LICENSE %{_bindir}/%{pypi_name}* %{_unitdir}/openstack-%{pypi_name}-server.service %{_unitdir}/openstack-%{pypi_name}-conductor.service %attr(-, root, %{pypi_name}) %{_sysconfdir}/%{pypi_name}/api-paste.ini %files -n python3-%{pypi_name}-tests %license LICENSE %{python3_sitelib}/%{pypi_name}/tests %files -n python3-%{pypi_name} %license LICENSE %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-*.dist-info %exclude %{python3_sitelib}/%{pypi_name}/tests %files common %license LICENSE %doc README.rst %dir %{_sysconfdir}/%{pypi_name} %config(noreplace) %attr(0640, root, %{pypi_name}) %{_sysconfdir}/%{pypi_name}/%{pypi_name}.conf %config(noreplace) %attr(0640, root, %{pypi_name}) %{_sysconfdir}/%{pypi_name}/prometheus-plugin.yaml %config(noreplace) %{_sysconfdir}/logrotate.d/openstack-%{pypi_name} %dir %attr(0750, %{pypi_name}, root) %{_localstatedir}/log/%{pypi_name} %dir %{_sharedstatedir}/%{pypi_name} %dir %{_datadir}/%{pypi_name} %if 0%{?with_doc} %files -n python3-%{pypi_name}-doc %license LICENSE %doc doc/build/html %endif %changelog + spectool -g -C /tmp/tmp.oF87brZzXX/SOURCES openstack-tacker.spec + /usr/bin/mock --buildsrpm -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --spec openstack-tacker.spec --sources=/tmp/tmp.oF87brZzXX/SOURCES WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.9.18, NVR = mock-6.3-1.el9), args: /usr/libexec/mock/mock --buildsrpm -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --spec openstack-tacker.spec --sources=/tmp/tmp.oF87brZzXX/SOURCES Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-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: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '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-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}} 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', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} 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: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} 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: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: db2871bc-3fdc-492a-a341-4ed80a02e57c DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-16b8a7cad9fb65478c65c00a5f26ca1417314ed0 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/16/b8/16b8a7cad9fb65478c65c00a5f26ca1417314ed0_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-networking-generic-switch-e78eb0e94c73bd37a33cc69c7005c9cf31223cab baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/e7/8e/e78eb0e94c73bd37a33cc69c7005c9cf31223cab_7d11c901 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-644b6362a6b0debf6395d4bf15f963faf1a42ced baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/64/4b/644b6362a6b0debf6395d4bf15f963faf1a42ced_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-magnumclient-6357cfaa79857dd338b1c42a02eb1866609a9f18 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/63/57/6357cfaa79857dd338b1c42a02eb1866609a9f18_a76cdc99 enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-b502af5bc689cfd2fe1e939c4138663182d197c1 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/b5/02/b502af5bc689cfd2fe1e939c4138663182d197c1_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-1b2df51ae6021798b278e197999319dbb2333894 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/1b/2d/1b2df51ae6021798b278e197999319dbb2333894_d3a4be46 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-07ab08aa69ae39644c276a0907759175f8936239 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/07/ab/07ab08aa69ae39644c276a0907759175f8936239_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-af6e558150585608e44151a6f20eea28754b7aa5 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/af/6e/af6e558150585608e44151a6f20eea28754b7aa5_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/6c/33/6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-4f0414d864bd790aa6dc54e55308a94653fbcfb4 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/4f/04/4f0414d864bd790aa6dc54e55308a94653fbcfb4_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-53cf5e810bec87fc7acfee60709b94508ccecd41 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/53/cf/53cf5e810bec87fc7acfee60709b94508ccecd41_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-fed6d3241f2228575de707f8e009cb091ec81e4a baseurl=https://trunk.rdoproject.org/centos10-master/component/network/fe/d6/fed6d3241f2228575de707f8e009cb091ec81e4a_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-4cde74a24b0dde4471a12d5c96be556fd5681cd4 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4c/de/4cde74a24b0dde4471a12d5c96be556fd5681cd4_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-cdde0fb41e3501a183c23337ed06b39df663880f baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/cd/de/cdde0fb41e3501a183c23337ed06b39df663880f_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-5ad142879f45c980baf181d6eb2fc730aec501e8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/5a/d1/5ad142879f45c980baf181d6eb2fc730aec501e8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-watcher-18bc0544a47ce569e75e6c534670c9ce871e12e1 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/18/bc/18bc0544a47ce569e75e6c534670c9ce871e12e1_ac4923b3 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-21325988dfe7d63d1f3ef78b9af8a2297f787e1f baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/21/32/21325988dfe7d63d1f3ef78b9af8a2297f787e1f_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-538f6af8da510e9286ddc762182cfa7170ad7b03 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/53/8f/538f6af8da510e9286ddc762182cfa7170ad7b03_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-heat-ui-b6147482b3fa2c3edad39cd4631d4a4c34460349 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/b6/14/b6147482b3fa2c3edad39cd4631d4a4c34460349_55cf7419 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff 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-tacker.spec) Config(dlrn-centos10-master-uc-x86_64-5) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.4_ei59o3', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _cleanup_homedir skipped in bootstrap DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 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 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'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: 15Gi 3.9Gi 1.3Gi 956Mi 11Gi 11Gi DEBUG: Swap: 15Gi 5.6Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 844M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 187G 363G 35% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.6xa3t3ns', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ['rpm', '-q', 'rpm', 'rpm-sequoia', 'python3-dnf', 'python3-dnf-plugins-core', 'yum', 'yum-utils', 'dnf5', 'dnf5-plugins'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: rpm-4.19.1.1-3.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-3.el10.x86_64 DEBUG: python3-dnf-4.20.0-9.el10.noarch DEBUG: python3-dnf-plugins-core-4.7.0-6.el10.noarch DEBUG: yum-4.20.0-9.el10.noarch DEBUG: package yum-utils is not installed DEBUG: package dnf5 is not installed DEBUG: package dnf5-plugins is not installed DEBUG: Child return code was: 3 INFO: Buildroot is handled by package management downloaded with a bootstrap image: rpm-4.19.1.1-3.el10.x86_64 rpm-sequoia-1.6.0-3.el10.x86_64 python3-dnf-4.20.0-9.el10.noarch python3-dnf-plugins-core-4.7.0-6.el10.noarch yum-4.20.0-9.el10.noarch Start: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-16b8a7cad9fb65478c6 66 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-generic-switch-e78eb 96 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-644b6362a6b0debf6395d 135 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-magnumclient-6357cfaa79857dd338 131 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-b502af5bc689cfd2f 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-1b2df51ae6021798b278e19 102 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-07ab08aa69ae39644c276a0 137 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-af6e558 148 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-6c33a667a9f5ddce07b61 160 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystoneauth1-4f0414d864bd790aa 160 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-53cf5e810b 96 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-fed6d3241 159 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-4cde74a24b0dde4471a1 156 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-cdde0fb41e3501a183c2 134 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-5ad142879f45c980baf181d6eb 153 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-watcher-18bc0544a47ce569e75e6c5 144 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-21325988dfe7d63d1f3ef7 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-538f6af8da510e9286dd 117 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-ui-b6147482b3fa2c3edad3 107 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 33 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 25 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 63 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 68 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 125 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 119 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 121 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 27 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 29 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 85 kB/s | 8.9 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-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-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 Finish: rpmbuild -bs DEBUG: Copying package to result dir Finish: buildsrpm INFO: Done(openstack-tacker.spec) Config(dlrn-5) 0 minutes 13 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + finalize + rm -rf /tmp/tmp.oF87brZzXX WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.3 starting (python version = 3.9.18, NVR = mock-6.3-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 --rebuild /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm --postinstall Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.3 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-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: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '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-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'}} 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', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} 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: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} 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: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: 2d0901af-1634-4130-87ce-ddb19afe92ac DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-16b8a7cad9fb65478c65c00a5f26ca1417314ed0 baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/16/b8/16b8a7cad9fb65478c65c00a5f26ca1417314ed0_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-networking-generic-switch-e78eb0e94c73bd37a33cc69c7005c9cf31223cab baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/e7/8e/e78eb0e94c73bd37a33cc69c7005c9cf31223cab_7d11c901 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-644b6362a6b0debf6395d4bf15f963faf1a42ced baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/64/4b/644b6362a6b0debf6395d4bf15f963faf1a42ced_8dd4aab3 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-python-magnumclient-6357cfaa79857dd338b1c42a02eb1866609a9f18 baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/63/57/6357cfaa79857dd338b1c42a02eb1866609a9f18_a76cdc99 enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-ceilometer-b502af5bc689cfd2fe1e939c4138663182d197c1 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/b5/02/b502af5bc689cfd2fe1e939c4138663182d197c1_609ca19b enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-heat-1b2df51ae6021798b278e197999319dbb2333894 baseurl=https://trunk.rdoproject.org/centos10-master/component/common/1b/2d/1b2df51ae6021798b278e197999319dbb2333894_d3a4be46 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-07ab08aa69ae39644c276a0907759175f8936239 baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/07/ab/07ab08aa69ae39644c276a0907759175f8936239_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-af6e558150585608e44151a6f20eea28754b7aa5 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/af/6e/af6e558150585608e44151a6f20eea28754b7aa5_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/6c/33/6c33a667a9f5ddce07b6131f4a5cb7460a4bdf17_268fa265 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystoneauth1-4f0414d864bd790aa6dc54e55308a94653fbcfb4 baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/4f/04/4f0414d864bd790aa6dc54e55308a94653fbcfb4_ea6b528e enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-python-manila-tests-tempest-53cf5e810bec87fc7acfee60709b94508ccecd41 baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/53/cf/53cf5e810bec87fc7acfee60709b94508ccecd41_fbfaf7cf enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-neutron-tests-tempest-fed6d3241f2228575de707f8e009cb091ec81e4a baseurl=https://trunk.rdoproject.org/centos10-master/component/network/fe/d6/fed6d3241f2228575de707f8e009cb091ec81e4a_6bbbd268 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-openstack-octavia-4cde74a24b0dde4471a12d5c96be556fd5681cd4 baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/4c/de/4cde74a24b0dde4471a12d5c96be556fd5681cd4_cf67d3ef enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-openstack-watcher-cdde0fb41e3501a183c23337ed06b39df663880f baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/cd/de/cdde0fb41e3501a183c23337ed06b39df663880f_7c132bab enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-5ad142879f45c980baf181d6eb2fc730aec501e8 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/5a/d1/5ad142879f45c980baf181d6eb2fc730aec501e8_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-watcher-18bc0544a47ce569e75e6c534670c9ce871e12e1 baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/18/bc/18bc0544a47ce569e75e6c534670c9ce871e12e1_ac4923b3 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-21325988dfe7d63d1f3ef78b9af8a2297f787e1f baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/21/32/21325988dfe7d63d1f3ef78b9af8a2297f787e1f_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-538f6af8da510e9286ddc762182cfa7170ad7b03 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/53/8f/538f6af8da510e9286ddc762182cfa7170ad7b03_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-heat-ui-b6147482b3fa2c3edad39cd4631d4a4c34460349 baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/b6/14/b6147482b3fa2c3edad39cd4631d4a4c34460349_55cf7419 enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff 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/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm INFO: Start(/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm) Config(dlrn-centos10-master-uc-x86_64-5) Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 Mock Version: 6.3 INFO: Mock Version: 6.3 INFO: Mock Version: 6.3 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.2kyqrv3_', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _cleanup_homedir skipped in bootstrap DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 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 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'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: 15Gi 3.9Gi 1.3Gi 956Mi 11Gi 11Gi DEBUG: Swap: 15Gi 5.6Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 844M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 187G 363G 35% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.b69qdp44', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ['rpm', '-q', 'rpm', 'rpm-sequoia', 'python3-dnf', 'python3-dnf-plugins-core', 'yum', 'yum-utils', 'dnf5', 'dnf5-plugins'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: rpm-4.19.1.1-3.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-3.el10.x86_64 DEBUG: python3-dnf-4.20.0-9.el10.noarch DEBUG: python3-dnf-plugins-core-4.7.0-6.el10.noarch DEBUG: yum-4.20.0-9.el10.noarch DEBUG: package yum-utils is not installed DEBUG: package dnf5 is not installed DEBUG: package dnf5-plugins is not installed DEBUG: Child return code was: 3 INFO: Buildroot is handled by package management downloaded with a bootstrap image: rpm-4.19.1.1-3.el10.x86_64 rpm-sequoia-1.6.0-3.el10.x86_64 python3-dnf-4.20.0-9.el10.noarch python3-dnf-plugins-core-4.7.0-6.el10.noarch yum-4.20.0-9.el10.noarch Start: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-16b8a7cad9fb65478c6 114 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-generic-switch-e78eb 122 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-644b6362a6b0debf6395d 143 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-magnumclient-6357cfaa79857dd338 143 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-b502af5bc689cfd2f 119 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-1b2df51ae6021798b278e19 118 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-07ab08aa69ae39644c276a0 114 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-af6e558 67 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-6c33a667a9f5ddce07b61 112 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystoneauth1-4f0414d864bd790aa 147 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-53cf5e810b 180 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-fed6d3241 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-4cde74a24b0dde4471a1 183 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-cdde0fb41e3501a183c2 170 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-5ad142879f45c980baf181d6eb 124 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-watcher-18bc0544a47ce569e75e6c5 152 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-21325988dfe7d63d1f3ef7 99 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-538f6af8da510e9286dd 169 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-ui-b6147482b3fa2c3edad3 179 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 108 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 105 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 81 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 99 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 154 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 172 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 173 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 100 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 31 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 24 kB/s | 8.9 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init Start: build phase for openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm Start: build setup for openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: Updating / installing... DEBUG: openstack-tacker-13.1.0-0.202509060354######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: openstack-tacker-conductor.service DEBUG: openstack-tacker-server.service DEBUG: openstack-tacker.spec DEBUG: tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz DEBUG: tacker.logrotate 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-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:03 ago on Fri Sep 5 23:56:33 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package systemd-257-13.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Architecture Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: pyproject-rpm-macros noarch 1.16.2-1.el10 crb 46 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 1 Package DEBUG: Total size: 46 k DEBUG: Installed size: 114 k DEBUG: Downloading Packages: DEBUG: [SKIPPED] pyproject-rpm-macros-1.16.2-1.el10.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : pyproject-rpm-macros-1.16.2-1.el10.noarch 1/1 DEBUG: Running scriptlet: pyproject-rpm-macros-1.16.2-1.el10.noarch 1/1 DEBUG: Installed: DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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: build setup for openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm Start: rpmbuild openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PGkWTM DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf tacker-13.1.0.dev4 DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/tacker-13.1.0.dev4-0.20250906035435.db7aaec.tar.gz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + rm -rf /builddir/build/BUILD/tacker-13.1.0.dev4-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4-SPECPARTS 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 config gc.auto 0 DEBUG: + /usr/bin/git add --force . DEBUG: + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-tacker-13.1.0 base' DEBUG: + /usr/bin/git checkout --track -b rpm-build DEBUG: Switched to a new branch 'rpm-build' DEBUG: branch 'rpm-build' set up to track 'master'. DEBUG: + sed -i '/^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d' tox.ini DEBUG: + sed -i 's/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/' tox.ini DEBUG: + sed -i '/^minversion.*/d' tox.ini DEBUG: + sed -i '/^requires.*virtualenv.*/d' tox.ini DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^doc8.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^doc8.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^bandit.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^bandit.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^pre-commit.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^pre-commit.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^hacking.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^hacking.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^flake8-import-order.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^flake8-import-order.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^bashate.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^bashate.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^python-blazarclient.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^python-blazarclient.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order bashate python-blazarclient os-api-ref DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^os-api-ref.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^os-api-ref.*/d' test-requirements.txt DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.0iUYhq DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir --output /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement not satisfied: wheel DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Exiting dependency generation pass: get_requires_for_build_wheel DEBUG: + cat /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv '*.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:07 ago on Fri Sep 5 23:56:33 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package systemd-257-13.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Architecture Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-wheel noarch 1:0.41.2-5.el10 crb 167 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 1 Package DEBUG: Total size: 167 k DEBUG: Installed size: 506 k DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-wheel-0.41.2-5.el10.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-wheel-1:0.41.2-5.el10.noarch 1/1 DEBUG: Running scriptlet: python3-wheel-1:0.41.2-5.el10.noarch 1/1 DEBUG: Installed: DEBUG: python3-wheel-1:0.41.2-5.el10.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.7w3ZSN DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir --output /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement not satisfied: tox-current-env >= 0.0.6 DEBUG: Exiting dependency generation pass: tox itself DEBUG: + cat /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv '*.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:09 ago on Fri Sep 5 23:56:33 2025. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-13.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-tox-current-env DEBUG: noarch 0.0.12-1.el10s delorean-master-build-deps 29 k DEBUG: Installing dependencies: DEBUG: python3-cachetools noarch 5.4.0-6.el10s delorean-master-testing 37 k DEBUG: python3-chardet noarch 5.2.0-1.el10s delorean-master-testing 272 k DEBUG: python3-colorama noarch 0.4.6-13.el10 appstream 72 k DEBUG: python3-distlib noarch 0.3.9-1.el10s delorean-master-build-deps 254 k DEBUG: python3-filelock noarch 3.15.4-3.el10s delorean-master-build-deps 37 k DEBUG: python3-platformdirs noarch 4.2.2-2.el10s delorean-master-build-deps 41 k DEBUG: python3-pluggy noarch 1.3.0-5.el10 crb 53 k DEBUG: python3-pyproject-api noarch 1.6.1-5.el10s delorean-master-build-deps 37 k DEBUG: python3-setuptools-wheel DEBUG: noarch 69.0.3-12.el10 crb 677 k DEBUG: python3-virtualenv noarch 20.26.6-2.el10s delorean-master-build-deps 238 k DEBUG: python3-wheel-wheel noarch 1:0.41.2-5.el10 crb 71 k DEBUG: tox noarch 4.21.2-3.el10s delorean-master-build-deps 365 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 13 Packages DEBUG: Total size: 2.1 M DEBUG: Installed size: 6.7 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-colorama-0.4.6-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pluggy-1.3.0-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-wheel-69.0.3-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wheel-wheel-0.41.2-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cachetools-5.4.0-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-chardet-5.2.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-distlib-0.3.9-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-filelock-3.15.4-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-platformdirs-4.2.2-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyproject-api-1.6.1-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tox-current-env-0.0.12-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-virtualenv-20.26.6-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tox-4.21.2-3.el10s.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-platformdirs-4.2.2-2.el10s.noarch 1/13 DEBUG: Installing : python3-filelock-3.15.4-3.el10s.noarch 2/13 DEBUG: Installing : python3-pyproject-api-1.6.1-5.el10s.noarch 3/13 DEBUG: Installing : python3-distlib-0.3.9-1.el10s.noarch 4/13 DEBUG: Installing : python3-chardet-5.2.0-1.el10s.noarch 5/13 DEBUG: Installing : python3-cachetools-5.4.0-6.el10s.noarch 6/13 DEBUG: Installing : python3-wheel-wheel-1:0.41.2-5.el10.noarch 7/13 DEBUG: Installing : python3-setuptools-wheel-69.0.3-12.el10.noarch 8/13 DEBUG: Installing : python3-virtualenv-20.26.6-2.el10s.noarch 9/13 DEBUG: Installing : python3-pluggy-1.3.0-5.el10.noarch 10/13 DEBUG: Installing : python3-colorama-0.4.6-13.el10.noarch 11/13 DEBUG: Installing : tox-4.21.2-3.el10s.noarch 12/13 DEBUG: Installing : python3-tox-current-env-0.0.12-1.el10s.noarch 13/13 DEBUG: Running scriptlet: python3-tox-current-env-0.0.12-1.el10s.noarch 13/13 DEBUG: Installed: DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-wheel-wheel-1:0.41.2-5.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.T6dOBK DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir --output /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.01 seconds) DEBUG: congratulations :) (0.09 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr>=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Paste>=2.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Paste>=2.0.2 DEBUG: Handling PasteDeploy>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PasteDeploy>=1.5.0 DEBUG: Handling Routes>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: Routes>=2.3.1 DEBUG: Handling amqp>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: amqp>=2.4.0 DEBUG: Handling eventlet>=0.30.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.30.1 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.4) DEBUG: Handling jsonschema>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: jsonschema>=3.2.0 DEBUG: Handling keystonemiddleware>=4.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: keystonemiddleware>=4.17.0 DEBUG: Handling kombu>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: kombu>=4.3.0 DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: netaddr>=0.7.18 DEBUG: Handling SQLAlchemy>=1.3.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.3.11 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling WebOb>=1.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: WebOb>=1.7.1 DEBUG: Handling alembic>=0.9.6 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: alembic>=0.9.6 DEBUG: Handling stevedore>=3.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stevedore>=3.3.0 DEBUG: Handling oslo.concurrency>=3.26.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.concurrency>=3.26.0 DEBUG: Handling oslo.config>=6.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.config>=6.8.0 DEBUG: Handling oslo.context>=2.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.context>=2.22.0 DEBUG: Handling oslo.db>=5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.db>=5.0.0 DEBUG: Handling oslo.log>=3.36.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.log>=3.36.0 DEBUG: Handling oslo.messaging>=14.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.messaging>=14.2.0 DEBUG: Handling oslo.middleware>=3.31.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.middleware>=3.31.0 DEBUG: Handling oslo.policy>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.policy>=4.5.0 DEBUG: Handling oslo.reports>=1.18.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.reports>=1.18.0 DEBUG: Handling oslo.serialization!=2.19.1,>=2.18.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.serialization!=2.19.1,>=2.18.0 DEBUG: Handling oslo.service>=2.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.service>=2.5.0 DEBUG: Handling oslo.upgradecheck>=1.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.upgradecheck>=1.3.0 DEBUG: Handling oslo.utils>=7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.utils>=7.0.0 DEBUG: Handling oslo.versionedobjects>=1.33.3 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslo.versionedobjects>=1.33.3 DEBUG: Handling openstacksdk>=0.44.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: openstacksdk>=0.44.0 DEBUG: Handling python-barbicanclient>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-barbicanclient>=4.5.2 DEBUG: Handling python-heatclient>=1.10.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-heatclient>=1.10.0 DEBUG: Handling python-keystoneclient>=3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-keystoneclient>=3.8.0 DEBUG: Handling python-neutronclient>=6.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-neutronclient>=6.7.0 DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-novaclient>=9.1.0 DEBUG: Handling python-tackerclient>=1.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-tackerclient>=1.11.0 DEBUG: Handling rfc3986>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: rfc3986>=1.2.0 DEBUG: Handling cryptography>=2.7 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: cryptography>=2.7 DEBUG: Handling paramiko>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: paramiko>=2.7.1 DEBUG: Handling pyroute2>=0.4.21;sys_platform!='win32' from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: pyroute2>=0.4.21;sys_platform!='win32' DEBUG: Handling castellan>=0.16.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: castellan>=0.16.0 DEBUG: Handling kubernetes>=18.20.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: kubernetes>=18.20.0 DEBUG: Handling setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling tooz>=1.58.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tooz>=1.58.0 DEBUG: Handling PyYAML>=5.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyYAML>=5.4.1 DEBUG: Handling PyMySQL>=0.10.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyMySQL>=0.10.1 DEBUG: Handling PyJWT>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyJWT>=2.4.0 DEBUG: Handling glance-store>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: glance-store>=2.4.0 DEBUG: Handling heat-translator>=2.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: heat-translator>=2.3.0 DEBUG: Handling tosca-parser>=2.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tosca-parser>=2.3.0 DEBUG: Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: coverage!=4.4,>=4.0 DEBUG: Handling ddt>=1.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: ddt>=1.0.1 DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: fixtures>=3.0.0 DEBUG: Handling python-subunit>=1.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-subunit>=1.0.0 DEBUG: Handling python-tackerclient>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-tackerclient>=0.8.0 DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-cinderclient>=8.0.0 DEBUG: Handling oslotest>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: oslotest>=3.2.0 DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: stestr>=2.0.0 DEBUG: Handling tempest>=22.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: tempest>=22.0.0 DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: testtools>=2.2.0 DEBUG: Handling WebTest>=2.0.27 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: WebTest>=2.0.27 DEBUG: Handling python-barbicanclient>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: python-barbicanclient>=4.5.2 DEBUG: Handling requests-mock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: requests-mock>=1.2.0 DEBUG: Handling PyMySQL>=0.10.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyMySQL>=0.10.1 DEBUG: Handling freezegun>=1.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: freezegun>=1.2.2 DEBUG: Handling PyJWT>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: PyJWT>=2.4.0 DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling sphinx>=2.0.0,!=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0,!=2.1.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-apidoc>=0.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: sphinxcontrib-apidoc>=0.2.0 DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: openstackdocstheme>=2.2.1 DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement not satisfied: reno>=3.1.0 DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: writing tacker.egg-info/PKG-INFO DEBUG: writing dependency_links to tacker.egg-info/dependency_links.txt DEBUG: writing entry points to tacker.egg-info/entry_points.txt DEBUG: writing requirements to tacker.egg-info/requires.txt DEBUG: writing top-level names to tacker.egg-info/top_level.txt DEBUG: writing pbr to tacker.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git 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: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'tacker.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/tacker-13.1.0.dev4/tacker-13.1.0.dev4.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Paste >=2.0.2 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: Paste >=2.0.2 DEBUG: Handling PasteDeploy >=1.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: PasteDeploy >=1.5.0 DEBUG: Handling Routes >=2.3.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: Routes >=2.3.1 DEBUG: Handling amqp >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: amqp >=2.4.0 DEBUG: Handling eventlet >=0.30.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: eventlet >=0.30.1 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling requests >=2.25.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: requests >=2.25.1 DEBUG: (installed: requests 2.32.4) DEBUG: Handling jsonschema >=3.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: jsonschema >=3.2.0 DEBUG: Handling keystonemiddleware >=4.17.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: keystonemiddleware >=4.17.0 DEBUG: Handling kombu >=4.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: kombu >=4.3.0 DEBUG: Handling netaddr >=0.7.18 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: netaddr >=0.7.18 DEBUG: Handling SQLAlchemy >=1.3.11 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: SQLAlchemy >=1.3.11 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling WebOb >=1.7.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: WebOb >=1.7.1 DEBUG: Handling alembic >=0.9.6 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: alembic >=0.9.6 DEBUG: Handling stevedore >=3.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: stevedore >=3.3.0 DEBUG: Handling oslo.concurrency >=3.26.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.concurrency >=3.26.0 DEBUG: Handling oslo.config >=6.8.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.config >=6.8.0 DEBUG: Handling oslo.context >=2.22.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.context >=2.22.0 DEBUG: Handling oslo.db >=5.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.db >=5.0.0 DEBUG: Handling oslo.log >=3.36.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.log >=3.36.0 DEBUG: Handling oslo.messaging >=14.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.messaging >=14.2.0 DEBUG: Handling oslo.middleware >=3.31.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.middleware >=3.31.0 DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.policy >=4.5.0 DEBUG: Handling oslo.reports >=1.18.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.reports >=1.18.0 DEBUG: Handling oslo.serialization !=2.19.1,>=2.18.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.serialization !=2.19.1,>=2.18.0 DEBUG: Handling oslo.service >=2.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.service >=2.5.0 DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.upgradecheck >=1.3.0 DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.utils >=7.0.0 DEBUG: Handling oslo.versionedobjects >=1.33.3 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: oslo.versionedobjects >=1.33.3 DEBUG: Handling openstacksdk >=0.44.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: openstacksdk >=0.44.0 DEBUG: Handling python-barbicanclient >=4.5.2 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: python-barbicanclient >=4.5.2 DEBUG: Handling python-heatclient >=1.10.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: python-heatclient >=1.10.0 DEBUG: Handling python-keystoneclient >=3.8.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: python-keystoneclient >=3.8.0 DEBUG: Handling python-neutronclient >=6.7.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: python-neutronclient >=6.7.0 DEBUG: Handling python-novaclient >=9.1.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: python-novaclient >=9.1.0 DEBUG: Handling python-tackerclient >=1.11.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: python-tackerclient >=1.11.0 DEBUG: Handling rfc3986 >=1.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: rfc3986 >=1.2.0 DEBUG: Handling cryptography >=2.7 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: cryptography >=2.7 DEBUG: Handling paramiko >=2.7.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: paramiko >=2.7.1 DEBUG: Handling pyroute2 >=0.4.21 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: pyroute2 >=0.4.21 DEBUG: Handling castellan >=0.16.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: castellan >=0.16.0 DEBUG: Handling kubernetes >=18.20.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: kubernetes >=18.20.0 DEBUG: Handling setuptools !=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: setuptools !=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling tooz >=1.58.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: tooz >=1.58.0 DEBUG: Handling PyYAML >=5.4.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: PyYAML >=5.4.1 DEBUG: Handling PyMySQL >=0.10.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: PyMySQL >=0.10.1 DEBUG: Handling PyJWT >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: PyJWT >=2.4.0 DEBUG: Handling glance-store >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: glance-store >=2.4.0 DEBUG: Handling heat-translator >=2.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: heat-translator >=2.3.0 DEBUG: Handling tosca-parser >=2.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement not satisfied: tosca-parser >=2.3.0 DEBUG: + cat /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv tacker-13.1.0.dev4.dist-info/ DEBUG: removed 'tacker-13.1.0.dev4.dist-info/AUTHORS' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/LICENSE' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/METADATA' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/entry_points.txt' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/pbr.json' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/top_level.txt' DEBUG: removed directory 'tacker-13.1.0.dev4.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:13 ago on Fri Sep 5 23:56:33 2025. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sphinx-1:7.2.6-10.el10.noarch is already installed. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-eventlet-0.40.0-1.el10s.noarch is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-requests-2.32.4-1.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sqlalchemy-2.0.26-6.el10.x86_64 is already installed. DEBUG: Package tox-4.21.2-3.el10s.noarch is already installed. DEBUG: Package python3-tox-current-env-0.0.12-1.el10s.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-13.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ======================================================================================================================= DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================================= DEBUG: Installing: DEBUG: python3-PyMySQL noarch 1.1.1-3.el10 appstream 116 k DEBUG: python3-alembic noarch 1.13.1-7.el10 appstream 502 k DEBUG: python3-amqp noarch 5.2.0-7.el10s delorean-master-testing 109 k DEBUG: python3-barbicanclient noarch 7.2.0-0.20250903114445.8b1a210.el10 delorean-component-clients 164 k DEBUG: python3-castellan noarch 5.4.1-0.20250903123600.609f4ea.el10 delorean-component-barbican 160 k DEBUG: python3-cinderclient noarch 9.8.0-0.20250905132338.e2d3049.el10 delorean-component-clients 268 k DEBUG: python3-coverage x86_64 7.3.2-5.el10s delorean-master-testing 358 k DEBUG: python3-cryptography x86_64 43.0.0-4.el10 baseos 1.4 M DEBUG: python3-ddt noarch 1.6.0-1.el10s delorean-master-testing 21 k DEBUG: python3-fixtures noarch 4.2.2-1.el10s delorean-master-testing 111 k DEBUG: python3-freezegun noarch 1.5.1-3.el10s delorean-master-build-deps 45 k DEBUG: python3-glance-store noarch 4.9.1-0.20250310090147.5dd0bc6.el10 delorean-component-glance 404 k DEBUG: python3-heat-translator noarch 3.2.0-0.20250318094504.5964e3a.el10 delorean-component-common 206 k DEBUG: python3-heatclient noarch 4.3.0-0.20250722065958.d8a25e1.el10 delorean-component-clients 200 k DEBUG: python3-jsonschema noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-jwt noarch 2.8.0-1.el10s delorean-master-testing 59 k DEBUG: python3-keystoneclient noarch 1:5.7.0-0.20250903122615.be6c506.el10 delorean-component-clients 278 k DEBUG: python3-keystonemiddleware noarch 10.11.0-0.20250722065814.a93d295.el10 delorean-component-keystone 129 k DEBUG: python3-kombu noarch 1:5.3.7-1.el10s delorean-master-testing 423 k DEBUG: python3-kubernetes noarch 1:31.0.0-3.el10s delorean-master-testing 1.3 M DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-neutronclient noarch 11.6.0-0.20250722064251.5f7d102.el10 delorean-component-clients 340 k DEBUG: python3-novaclient noarch 1:18.11.0-0.20250903121841.45a4ab5.el10 delorean-component-clients 266 k DEBUG: python3-openstackdocstheme noarch 3.0.0-10.el10s delorean-master-build-deps 934 k DEBUG: python3-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 M DEBUG: python3-oslo-concurrency noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 46 k DEBUG: python3-oslo-config noarch 2:10.0.0-0.20250722064059.493a086.el10 delorean-component-common 282 k DEBUG: python3-oslo-context noarch 6.1.0-0.20250903115431.f23bc41.el10 delorean-component-common 28 k DEBUG: python3-oslo-db noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 157 k DEBUG: python3-oslo-log noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 75 k DEBUG: python3-oslo-messaging noarch 17.1.0-0.20250722072528.827859a.el10 delorean-component-common 213 k DEBUG: python3-oslo-middleware noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 70 k DEBUG: python3-oslo-policy noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 90 k DEBUG: python3-oslo-reports noarch 3.6.0-0.20250903115818.b8904f1.el10 delorean-component-common 64 k DEBUG: python3-oslo-serialization noarch 5.8.0-0.20250903120250.8ed3fca.el10 delorean-component-common 35 k DEBUG: python3-oslo-service noarch 4.3.0-0.20250903130900.bfc7798.el10 delorean-component-common 109 k DEBUG: python3-oslo-upgradecheck noarch 2.6.0-0.20250903120433.f7dcd0c.el10 delorean-component-common 29 k DEBUG: python3-oslo-utils noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 130 k DEBUG: python3-oslo-versionedobjects noarch 3.8.0-0.20250903120907.5c2d02e.el10 delorean-component-common 94 k DEBUG: python3-oslotest noarch 5.0.1-0.20250513100931.1fe4458.el10 delorean-component-clients 52 k DEBUG: python3-paramiko noarch 3.5.0-1.el10s delorean-master-testing 379 k DEBUG: python3-paste noarch 3.10.1-6.el10s delorean-master-testing 607 k DEBUG: python3-paste-deploy noarch 3.1.0-7.el10s delorean-master-testing 46 k DEBUG: python3-pyroute2 noarch 0.7.12-5.el10s delorean-master-testing 917 k DEBUG: python3-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-reno noarch 4.1.0-0.20250212114939.47651ec.el10 delorean-component-common 139 k DEBUG: python3-requests-mock noarch 1.12.1-1.el10s delorean-master-testing 49 k DEBUG: python3-rfc3986 noarch 1.5.0-12.el10s delorean-master-testing 59 k DEBUG: python3-routes noarch 2.5.1-11.el10s delorean-master-testing 201 k DEBUG: python3-sphinxcontrib-apidoc noarch 0.5.0-1.el10s delorean-master-build-deps 20 k DEBUG: python3-stestr noarch 4.1.0-1.el10s delorean-master-testing 194 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 k DEBUG: python3-subunit noarch 1.4.4-5.el10s delorean-master-testing 123 k DEBUG: python3-tackerclient noarch 2.4.0-0.20250903124708.00d6e14.el10 delorean-component-clients 172 k DEBUG: python3-tempest noarch 1:44.0.1-0.20250905214038.538f6af.el10 delorean-component-tempest 1.6 M DEBUG: python3-testtools noarch 2.7.2-1.bootstrap.el10s delorean-master-testing 405 k DEBUG: python3-tooz noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 133 k DEBUG: python3-tosca-parser noarch 2.12.0-1.el10s delorean-master-testing 271 k DEBUG: python3-webob noarch 1.8.9-1.el10s delorean-master-testing 274 k DEBUG: python3-webtest noarch 3.0.0-1.el10s delorean-master-testing 97 k DEBUG: Installing dependencies: DEBUG: cryptsetup x86_64 2.7.5-2.el10 baseos 332 k DEBUG: device-mapper-event x86_64 10:1.02.206-3.el10 baseos 35 k DEBUG: device-mapper-event-libs x86_64 10:1.02.206-3.el10 baseos 32 k DEBUG: device-mapper-multipath x86_64 0.9.9-11.el10 baseos 173 k DEBUG: device-mapper-multipath-libs x86_64 0.9.9-11.el10 baseos 301 k DEBUG: device-mapper-persistent-data x86_64 1.1.0-2.el10 baseos 1.1 M DEBUG: e2fsprogs-libs x86_64 1.47.1-4.el10 baseos 226 k DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: gssproxy x86_64 0.9.2-10.el10 baseos 114 k DEBUG: iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el10 baseos 398 k DEBUG: iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el10 baseos 82 k DEBUG: isns-utils-libs x86_64 0.103-1.el10 baseos 100 k DEBUG: kbd x86_64 2.6.4-7.el10 baseos 407 k DEBUG: kbd-legacy noarch 2.6.4-7.el10 baseos 592 k DEBUG: kbd-misc noarch 2.6.4-7.el10 baseos 1.7 M DEBUG: keyutils x86_64 1.6.3-5.el10 baseos 76 k DEBUG: kmod x86_64 31-12.el10 baseos 136 k DEBUG: kpartx x86_64 0.9.9-11.el10 baseos 49 k DEBUG: libaio x86_64 0.3.111-22.el10 baseos 25 k DEBUG: libbasicobjects x86_64 0.1.1-58.el10 baseos 27 k DEBUG: libcollection x86_64 0.7.0-58.el10 baseos 45 k DEBUG: libev x86_64 4.33-14.el10 baseos 53 k DEBUG: libini_config x86_64 1.3.1-58.el10 baseos 68 k DEBUG: libnfsidmap x86_64 1:2.8.3-0.el10 baseos 63 k DEBUG: libnl3 x86_64 3.11.0-1.el10 baseos 361 k DEBUG: libnvme x86_64 1.13-1.el10 baseos 114 k DEBUG: libpath_utils x86_64 0.2.1-58.el10 baseos 30 k DEBUG: libref_array x86_64 0.1.5-58.el10 baseos 28 k DEBUG: libsodium x86_64 1.0.20-2.el10s delorean-master-testing 173 k DEBUG: libtirpc x86_64 1.3.5-1.el10 baseos 95 k DEBUG: libverto-libev x86_64 0.3.2-10.el10 baseos 14 k DEBUG: libxslt x86_64 1.1.39-8.el10 appstream 189 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: lsscsi x86_64 0.32-15.el10 baseos 62 k DEBUG: lvm2 x86_64 10:2.03.32-3.el10 baseos 1.6 M DEBUG: lvm2-libs x86_64 10:2.03.32-3.el10 baseos 1.0 M DEBUG: memcached x86_64 1.6.23-7.el10 appstream 185 k DEBUG: ncurses x86_64 6.4-14.20240127.el10 baseos 423 k DEBUG: nfs-utils x86_64 1:2.8.3-0.el10 baseos 486 k DEBUG: nvme-cli x86_64 2.13-2.el10 baseos 1.1 M DEBUG: perl-AutoLoader noarch 5.74-514.el10 appstream 22 k DEBUG: perl-B x86_64 1.89-514.el10 appstream 178 k DEBUG: perl-Carp noarch 1.54-511.el10 baseos 30 k DEBUG: perl-Class-Struct noarch 0.68-514.el10 appstream 23 k DEBUG: perl-Data-Dumper x86_64 2.189-512.el10 baseos 57 k DEBUG: perl-Digest noarch 1.20-511.el10 baseos 26 k DEBUG: perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k DEBUG: perl-DynaLoader x86_64 1.56-514.el10 appstream 27 k DEBUG: perl-Encode x86_64 4:3.21-511.el10 baseos 1.1 M DEBUG: perl-Errno x86_64 1.38-514.el10 appstream 16 k DEBUG: perl-Exporter noarch 5.78-511.el10 baseos 32 k DEBUG: perl-Fcntl x86_64 1.18-514.el10 appstream 30 k DEBUG: perl-File-Basename noarch 2.86-514.el10 appstream 18 k DEBUG: perl-File-Path noarch 2.18-511.el10 baseos 36 k DEBUG: perl-File-Temp noarch 1:0.231.100-512.el10 baseos 60 k DEBUG: perl-File-stat noarch 1.14-514.el10 appstream 18 k DEBUG: perl-FileHandle noarch 2.05-514.el10 appstream 16 k DEBUG: perl-Getopt-Long noarch 1:2.58-3.el10 baseos 65 k DEBUG: perl-Getopt-Std noarch 1.14-514.el10 appstream 16 k DEBUG: perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k DEBUG: perl-IO x86_64 1.55-514.el10 appstream 81 k DEBUG: perl-IO-Socket-IP noarch 0.42-512.el10 baseos 43 k DEBUG: perl-IO-Socket-SSL noarch 2.085-3.el10 baseos 227 k DEBUG: perl-IPC-Open3 noarch 1.22-514.el10 appstream 23 k DEBUG: perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k DEBUG: perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k DEBUG: perl-Net-SSLeay x86_64 1.94-8.el10 appstream 380 k DEBUG: perl-POSIX x86_64 2.20-514.el10 appstream 97 k DEBUG: perl-PathTools x86_64 3.91-512.el10 baseos 85 k DEBUG: perl-Pod-Escapes noarch 1:1.07-511.el10 baseos 21 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-512.el10 baseos 84 k DEBUG: perl-Pod-Simple noarch 1:3.45-511.el10 baseos 218 k DEBUG: perl-Pod-Usage noarch 4:2.03-511.el10 baseos 41 k DEBUG: perl-Scalar-List-Utils x86_64 5:1.63-511.el10 baseos 74 k DEBUG: perl-SelectSaver noarch 1.02-514.el10 appstream 12 k DEBUG: perl-Socket x86_64 4:2.038-511.el10 baseos 56 k DEBUG: perl-Storable x86_64 1:3.32-511.el10 baseos 99 k DEBUG: perl-Symbol noarch 1.09-514.el10 appstream 15 k DEBUG: perl-Term-ANSIColor noarch 5.01-512.el10 baseos 49 k DEBUG: perl-Term-Cap noarch 1.18-511.el10 baseos 23 k DEBUG: perl-Text-ParseWords noarch 3.31-511.el10 baseos 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2024.001-511.el10 baseos 23 k DEBUG: perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k DEBUG: perl-URI noarch 5.27-3.el10 baseos 134 k DEBUG: perl-base noarch 2.27-514.el10 appstream 17 k DEBUG: perl-constant noarch 1.33-512.el10 baseos 24 k DEBUG: perl-if noarch 0.61.000-514.el10 appstream 15 k DEBUG: perl-interpreter x86_64 4:5.40.2-514.el10 appstream 73 k DEBUG: perl-libnet noarch 3.15-512.el10 baseos 127 k DEBUG: perl-libs x86_64 4:5.40.2-514.el10 appstream 2.4 M DEBUG: perl-locale noarch 1.12-514.el10 appstream 14 k DEBUG: perl-mro x86_64 1.29-514.el10 appstream 31 k DEBUG: perl-overload noarch 1.37-514.el10 appstream 46 k DEBUG: perl-overloading noarch 0.02-514.el10 appstream 14 k DEBUG: perl-parent noarch 1:0.241-512.el10 baseos 16 k DEBUG: perl-podlators noarch 1:5.01-511.el10 baseos 124 k DEBUG: perl-vars noarch 1.05-514.el10 appstream 14 k DEBUG: python-oslo-cache-lang noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 12 k DEBUG: python-oslo-i18n-lang noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 14 k DEBUG: python-oslo-log-lang noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 13 k DEBUG: python-oslo-middleware-lang noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 12 k DEBUG: python-oslo-privsep-lang noarch 3.8.0-0.20250903125837.c343be9.el10 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 13 k DEBUG: python-oslo-versionedobjects-lang noarch 3.8.0-0.20250903120907.5c2d02e.el10 delorean-component-common 12 k DEBUG: python-pycadf-common noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 15 k DEBUG: python3-attrs noarch 23.2.0-7.el10 baseos 125 k DEBUG: python3-autopage noarch 0.5.2-8.el10s delorean-master-testing 75 k DEBUG: python3-bcrypt x86_64 3.2.2-4.el10s delorean-master-testing 42 k DEBUG: python3-beautifulsoup4 noarch 4.12.3-9.el10s delorean-master-testing 303 k DEBUG: python3-binary-memcached noarch 0.31.2-1.el10s delorean-master-testing 43 k DEBUG: python3-certifi noarch 2024.08.30-1.el10s delorean-master-testing 14 k DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-cliff noarch 4.10.0-0.20250618070037.af17b57.el10 delorean-component-common 116 k DEBUG: python3-cmd2 noarch 2.5.8-1.el10s delorean-master-testing 375 k DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el10 baseos 340 k DEBUG: python3-debtcollector noarch 3.0.0-0.20250212115946.0e6ce1c.el10 delorean-component-common 35 k DEBUG: python3-decorator noarch 5.1.1-12.el10 baseos 32 k DEBUG: python3-defusedxml noarch 0.7.1-18.el10s delorean-master-testing 51 k DEBUG: python3-dogpile-cache noarch 1.3.3-1.el10s delorean-master-testing 122 k DEBUG: python3-dulwich x86_64 0.22.1-2.el10s delorean-master-testing 522 k DEBUG: python3-durationpy noarch 0.9-2.el10s delorean-master-testing 15 k DEBUG: python3-etcd3gw noarch 2.4.1-1.el10s delorean-master-testing 55 k DEBUG: python3-extras noarch 1.0.0-36.el10s delorean-master-testing 15 k DEBUG: python3-fasteners noarch 0.19-1.el10s delorean-master-testing 43 k DEBUG: python3-futurist noarch 3.2.1-0.20250905232230.388ec84.el10 delorean-component-common 84 k DEBUG: python3-glance-store+cinder noarch 4.9.1-0.20250310090147.5dd0bc6.el10 delorean-component-glance 8.1 k DEBUG: python3-glanceclient noarch 1:4.9.0-0.20250722065403.0b3a8ab.el10 delorean-component-clients 185 k DEBUG: python3-google-auth noarch 1:2.37.0-1.el10s delorean-master-testing 276 k DEBUG: python3-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 k DEBUG: python3-jmespath noarch 1.0.1-8.el10 appstream 58 k DEBUG: python3-jsonpatch noarch 1.33-6.el10 appstream 32 k DEBUG: python3-jsonpointer noarch 2.3-9.el10 appstream 22 k DEBUG: python3-jsonschema-specifications noarch 2023.11.2-6.el10 baseos 29 k DEBUG: python3-kazoo noarch 2.8.0-16.el10s delorean-master-testing 191 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 M DEBUG: python3-mako noarch 1.2.3-9.el10 appstream 225 k DEBUG: python3-memcached noarch 1.59-15.el10s delorean-master-testing 45 k DEBUG: python3-msgpack x86_64 1.1.0-1.el10s delorean-master-testing 103 k DEBUG: python3-oauthlib noarch 3.2.2-6.el10 appstream 259 k DEBUG: python3-os-brick noarch 6.13.0-0.20250905144355.a8c7de0.el10 delorean-component-cinder 1.2 M DEBUG: python3-os-client-config noarch 2.3.0-0.20250722070834.d1e2fe7.el10 delorean-component-clients 58 k DEBUG: python3-os-service-types noarch 1.8.0-0.20250722070657.dbbc067.el10 delorean-component-clients 42 k DEBUG: python3-os-testr noarch 3.0.0-0.20250217143038.0e7ac78.el10 delorean-component-common 57 k DEBUG: python3-os-win noarch 5.9.0-0.20250311184926.318b105.el10 delorean-component-common 553 k DEBUG: python3-osc-lib noarch 4.1.0-0.20250722063709.48b43f8.el10 delorean-component-clients 100 k DEBUG: python3-oslo-cache noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 66 k DEBUG: python3-oslo-cache+dogpile noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.1 k DEBUG: python3-oslo-cache+etcd3gw noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-db+mysql noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-i18n noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 64 k DEBUG: python3-oslo-metrics noarch 0.13.0-0.20250903121146.276d34d.el10 delorean-component-common 26 k DEBUG: python3-oslo-privsep noarch 3.8.0-0.20250903125837.c343be9.el10 delorean-component-common 53 k DEBUG: python3-oslo-rootwrap noarch 7.7.0-0.20250903120002.0cb36cd.el10 delorean-component-common 53 k DEBUG: python3-ply noarch 3.11-25.el10 baseos 134 k DEBUG: python3-prettytable noarch 3.6.0-10.el10 appstream 68 k DEBUG: python3-prometheus_client noarch 0.21.0-2.el10s delorean-master-testing 117 k DEBUG: python3-psutil x86_64 5.9.8-6.el10 appstream 269 k DEBUG: python3-pyOpenSSL noarch 24.2.1-1.el10s delorean-master-testing 121 k DEBUG: python3-pyasn1 noarch 0.6.1-1.el10 appstream 198 k DEBUG: python3-pyasn1-modules noarch 0.6.1-1.el10 appstream 399 k DEBUG: python3-pycadf noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 64 k DEBUG: python3-pycparser noarch 2.20-16.el10 baseos 158 k DEBUG: python3-pymemcache noarch 4.0.0-1.el10s delorean-master-testing 148 k DEBUG: python3-pynacl x86_64 1.5.0-14.el10s delorean-master-testing 124 k DEBUG: python3-pyparsing noarch 3.1.1-7.el10 baseos 269 k DEBUG: python3-pyperclip noarch 1.8.2-1.el10s delorean-master-testing 28 k DEBUG: python3-pytz noarch 2024.1-3.el10s delorean-master-testing 59 k DEBUG: python3-redis noarch 5.1.1-3.el10s delorean-master-testing 524 k DEBUG: python3-referencing noarch 0.31.1-6.el10 baseos 82 k DEBUG: python3-repoze-lru noarch 0.7-25.el10s delorean-master-testing 36 k DEBUG: python3-requests-oauthlib noarch 1.3.1-11.el10 appstream 58 k DEBUG: python3-requestsexceptions noarch 1.4.0-0.20250213133424.d7ac0ff.el10 delorean-component-common 16 k DEBUG: python3-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-rsa noarch 4.9-8.el10s delorean-master-testing 70 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-swiftclient noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 213 k DEBUG: python3-swiftclient+keystone noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 8.0 k DEBUG: python3-tenacity noarch 8.2.3-1.el10s delorean-master-testing 55 k DEBUG: python3-testresources noarch 2.0.1-18.el10s delorean-master-testing 74 k DEBUG: python3-testscenarios noarch 0.5.0-21.el10s delorean-master-testing 40 k DEBUG: python3-tomlkit noarch 0.13.2-1.el10s delorean-master-testing 111 k DEBUG: python3-tooz+redis noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-tooz+zake noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-uhashring noarch 2.3-8.el10s delorean-master-testing 28 k DEBUG: python3-vine noarch 5.1.0-10.el10s delorean-master-testing 27 k DEBUG: python3-voluptuous noarch 0.15.2-1.el10s delorean-master-testing 73 k DEBUG: python3-waitress noarch 3.0.1-1.el10s delorean-master-testing 112 k DEBUG: python3-warlock noarch 2.0.1-8.el10s delorean-master-testing 22 k DEBUG: python3-wcwidth noarch 0.2.6-6.el10 baseos 46 k DEBUG: python3-websocket-client noarch 1.8.0-2.el10s delorean-master-testing 124 k DEBUG: python3-wrapt x86_64 1.17.1-1.el10s delorean-master-testing 68 k DEBUG: python3-yappi x86_64 1.6.0-1.el10s delorean-master-testing 62 k DEBUG: python3-zake noarch 0.2.2-22.el10s delorean-master-testing 56 k DEBUG: quota x86_64 1:4.09-9.el10 baseos 197 k DEBUG: quota-nls noarch 1:4.09-9.el10 baseos 78 k DEBUG: rpcbind x86_64 1.2.7-3.el10 baseos 58 k DEBUG: sg3_utils x86_64 1.48-7.el10 baseos 1.2 M DEBUG: sg3_utils-libs x86_64 1.48-7.el10 baseos 107 k DEBUG: systemd-udev x86_64 257-13.el10 baseos 2.3 M DEBUG: userspace-rcu x86_64 0.14.0-7.el10 baseos 115 k DEBUG: which x86_64 2.21-44.el10 baseos 42 k DEBUG: Installing weak dependencies: DEBUG: perl-NDBM_File x86_64 1.17-514.el10 appstream 23 k DEBUG: python3-jwt+crypto noarch 2.8.0-1.el10s delorean-master-testing 8.6 k DEBUG: Transaction Summary DEBUG: ======================================================================================================================= DEBUG: Install 267 Packages DEBUG: Total size: 54 M DEBUG: Total download size: 3.8 M DEBUG: Installed size: 223 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glanceclient-4.9.0-0.20250722065403.0b3a8ab.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tempest-44.0.1-0.20250905214038.538f6af.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-2.7.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-libs-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-0.9.9-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-libs-0.9.9-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-persistent-data-1.1.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] e2fsprogs-libs-1.47.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.23.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gssproxy-0.9.2-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] isns-utils-libs-0.103-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kbd-2.6.4-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kbd-legacy-2.6.4-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] kbd-misc-2.6.4-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-1.6.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-31-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kpartx-0.9.9-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libaio-0.3.111-22.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbasicobjects-0.1.1-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcollection-0.7.0-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libev-4.33-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libini_config-1.3.1-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnfsidmap-2.8.3-0.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnl3-3.11.0-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnvme-1.13-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpath_utils-0.2.1-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libref_array-0.1.5-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtirpc-1.3.5-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-libev-0.3.2-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lsscsi-0.32-15.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-2.03.32-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-libs-2.03.32-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-6.4-14.20240127.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nfs-utils-2.8.3-0.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nvme-cli-2.13-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Carp-1.54-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Data-Dumper-2.189-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-1.20-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-MD5-2.59-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Encode-3.21-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Exporter-5.78-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Path-2.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Temp-0.231.100-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Long-2.58-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Tiny-0.088-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-IP-0.42-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-SSL-2.085-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-MIME-Base64-3.16-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Mozilla-CA-20231213-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-PathTools-3.91-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Escapes-1.07-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Perldoc-3.28.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Simple-3.45-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Usage-2.03-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Scalar-List-Utils-1.63-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Socket-2.038-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Storable-3.32-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-ANSIColor-5.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-Cap-1.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-ParseWords-3.31-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-Tabs+Wrap-2024.001-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Time-Local-1.350-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-URI-5.27-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-constant-1.33-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-libnet-3.15-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-parent-0.241-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-podlators-5.01-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-attrs-23.2.0-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cffi-1.16.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-43.0.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dateutil-2.9.0.post0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-decorator-5.1.1-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-4.19.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-specifications-2023.11.2-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ply-3.11-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycparser-2.20-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyparsing-3.1.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-6.0.1-19.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-referencing-0.31.1-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpds-py-0.17.1-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] quota-4.09-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] quota-nls-4.09-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpcbind-1.2.7-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-1.48-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-libs-1.48-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-udev-257-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] userspace-rcu-0.14.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] which-2.21-44.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxslt-1.1.39-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] memcached-1.6.23-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-AutoLoader-5.74-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-B-1.89-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Class-Struct-0.68-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-DynaLoader-1.56-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Errno-1.38-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Fcntl-1.18-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Basename-2.86-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-stat-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-FileHandle-2.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Std-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-1.55-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IPC-Open3-1.22-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-NDBM_File-1.17-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Net-SSLeay-1.94-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-POSIX-2.20-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-SelectSaver-1.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Symbol-1.09-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-base-2.27-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-if-0.61.000-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-interpreter-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-locale-1.12-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-mro-1.29-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-overload-1.37-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-overloading-0.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-vars-1.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-PyMySQL-1.1.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-alembic-1.13.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jmespath-1.0.1-8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpatch-1.33-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpointer-2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lxml-5.2.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-1.3.0-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oauthlib-3.2.2-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-3.6.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-psutil-5.9.8-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-0.6.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-modules-0.6.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-oauthlib-1.3.1-11.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libsodium-1.0.20-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-amqp-5.2.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-autopage-0.5.2-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-bcrypt-3.2.2-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-beautifulsoup4-4.12.3-9.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-binary-memcached-0.31.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-certifi-2024.08.30-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-2.5.8-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-coverage-7.3.2-5.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-ddt-1.6.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-defusedxml-0.7.1-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.3.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dulwich-0.22.1-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-durationpy-0.9-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-etcd3gw-2.4.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-extras-1.0.0-36.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.19-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fixtures-4.2.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-google-auth-2.37.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt+crypto-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kazoo-2.8.0-16.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kombu-5.3.7-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kubernetes-31.0.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-memcached-1.59-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.1.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-paramiko-3.5.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-3.10.1-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-deploy-3.1.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prometheus_client-0.21.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-24.2.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pymemcache-4.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pynacl-1.5.0-14.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyroute2-0.7.12-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytz-2024.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-redis-5.1.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-25.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-mock-1.12.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rfc3986-1.5.0-12.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-routes-2.5.1-11.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rsa-4.9-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-33.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stestr-4.1.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-subunit-1.4.4-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tenacity-8.2.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testresources-2.0.1-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testscenarios-0.5.0-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.7.2-1.bootstrap.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tomlkit-0.13.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tosca-parser-2.12.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-uhashring-2.3-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-vine-5.1.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-voluptuous-0.15.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-waitress-3.0.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-warlock-2.0.1-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webob-1.8.9-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-websocket-client-1.8.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webtest-3.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.17.1-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.6.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zake-0.2.2-22.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-freezegun-1.5.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackdocstheme-3.0.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch.rpm: Already downloaded DEBUG: (220/267): python-oslo-cache-lang-3.12.0-0.2025 294 kB/s | 16 kB 00:00 DEBUG: (221/267): python-oslo-concurrency-lang-7.2.0-0 219 kB/s | 13 kB 00:00 DEBUG: (222/267): python3-tackerclient-2.4.0-0.2025090 2.5 MB/s | 172 kB 00:00 DEBUG: (223/267): python-oslo-db-lang-17.4.0-0.2025090 685 kB/s | 12 kB 00:00 DEBUG: (224/267): python-oslo-i18n-lang-6.6.0-0.202509 798 kB/s | 14 kB 00:00 DEBUG: (225/267): python-oslo-log-lang-7.2.1-0.2025090 986 kB/s | 13 kB 00:00 DEBUG: (226/267): python-oslo-middleware-lang-6.6.0-0. 659 kB/s | 11 kB 00:00 DEBUG: (227/267): python-oslo-policy-lang-4.6.0-0.2025 763 kB/s | 12 kB 00:00 DEBUG: (228/267): python-oslo-utils-lang-9.1.0-0.20250 1.4 MB/s | 13 kB 00:00 DEBUG: (229/267): python-oslo-privsep-lang-3.8.0-0.202 853 kB/s | 12 kB 00:00 DEBUG: (230/267): python-oslo-versionedobjects-lang-3. 745 kB/s | 12 kB 00:00 DEBUG: (231/267): python-pycadf-common-4.0.1-0.2025021 792 kB/s | 15 kB 00:00 DEBUG: (232/267): python3-debtcollector-3.0.0-0.202502 2.5 MB/s | 35 kB 00:00 DEBUG: (233/267): python3-cliff-4.10.0-0.2025061807003 5.3 MB/s | 116 kB 00:00 DEBUG: (234/267): python3-futurist-3.2.1-0.20250905232 4.4 MB/s | 84 kB 00:00 DEBUG: (235/267): python3-os-testr-3.0.0-0.20250217143 4.9 MB/s | 57 kB 00:00 DEBUG: (236/267): python3-heat-translator-3.2.0-0.2025 7.5 MB/s | 206 kB 00:00 DEBUG: (237/267): python3-oslo-cache+dogpile-3.12.0-0. 487 kB/s | 8.1 kB 00:00 DEBUG: (238/267): python3-oslo-cache+etcd3gw-3.12.0-0. 576 kB/s | 8.0 kB 00:00 DEBUG: (239/267): python3-oslo-cache-3.12.0-0.20250905 6.2 MB/s | 66 kB 00:00 DEBUG: (240/267): python3-oslo-concurrency-7.2.0-0.202 4.6 MB/s | 46 kB 00:00 DEBUG: (241/267): python3-os-win-5.9.0-0.2025031118492 12 MB/s | 553 kB 00:00 DEBUG: (242/267): python3-oslo-context-6.1.0-0.2025090 2.2 MB/s | 28 kB 00:00 DEBUG: (243/267): python3-oslo-db+mysql-17.4.0-0.20250 788 kB/s | 8.0 kB 00:00 DEBUG: (244/267): python3-oslo-config-10.0.0-0.2025072 8.3 MB/s | 282 kB 00:00 DEBUG: (245/267): python3-oslo-db-17.4.0-0.20250903125 7.0 MB/s | 157 kB 00:00 DEBUG: (246/267): python3-oslo-i18n-6.6.0-0.2025090312 3.1 MB/s | 64 kB 00:00 DEBUG: (247/267): python3-oslo-log-7.2.1-0.20250903123 4.1 MB/s | 75 kB 00:00 DEBUG: (248/267): python3-oslo-metrics-0.13.0-0.202509 2.4 MB/s | 26 kB 00:00 DEBUG: (249/267): python3-oslo-middleware-6.6.0-0.2025 6.0 MB/s | 70 kB 00:00 DEBUG: (250/267): python3-oslo-messaging-17.1.0-0.2025 8.6 MB/s | 213 kB 00:00 DEBUG: (251/267): python3-oslo-policy-4.6.0-0.20250903 4.3 MB/s | 90 kB 00:00 DEBUG: (252/267): python3-oslo-privsep-3.8.0-0.2025090 2.8 MB/s | 53 kB 00:00 DEBUG: (253/267): python3-oslo-reports-3.6.0-0.2025090 3.2 MB/s | 64 kB 00:00 DEBUG: (254/267): python3-oslo-rootwrap-7.7.0-0.202509 4.5 MB/s | 53 kB 00:00 DEBUG: (255/267): python3-oslo-serialization-5.8.0-0.2 1.7 MB/s | 35 kB 00:00 DEBUG: (256/267): python3-oslo-service-4.3.0-0.2025090 4.9 MB/s | 109 kB 00:00 DEBUG: (257/267): python3-oslo-upgradecheck-2.6.0-0.20 2.4 MB/s | 29 kB 00:00 DEBUG: (258/267): python3-oslo-utils-9.1.0-0.202509031 7.1 MB/s | 130 kB 00:00 DEBUG: (259/267): python3-oslo-versionedobjects-3.8.0- 5.2 MB/s | 94 kB 00:00 DEBUG: (260/267): python3-pycadf-4.0.1-0.2025021214472 3.6 MB/s | 64 kB 00:00 DEBUG: (261/267): python3-reno-4.1.0-0.20250212114939. 6.6 MB/s | 139 kB 00:00 DEBUG: (262/267): python3-requestsexceptions-1.4.0-0.2 1.3 MB/s | 16 kB 00:00 DEBUG: (263/267): python3-tooz+redis-7.0.0-0.202506180 446 kB/s | 7.8 kB 00:00 DEBUG: (264/267): python3-tooz+zake-7.0.0-0.2025061807 433 kB/s | 7.8 kB 00:00 DEBUG: (265/267): python3-tooz-7.0.0-0.20250618071237. 8.6 MB/s | 133 kB 00:00 DEBUG: (266/267): python3-glance-store+cinder-4.9.1-0. 416 kB/s | 8.1 kB 00:00 DEBUG: (267/267): python3-glance-store-4.9.1-0.2025031 18 MB/s | 404 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 9.7 MB/s | 3.8 MB 00:00 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde 1/267 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 2/267 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 3/267 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 4/267 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 5/267 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 6/267 DEBUG: Installing : python3-subunit-1.4.4-5.el10s.noarch 7/267 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 8/267 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 9/267 DEBUG: Installing : python3-fixtures-4.2.2-1.el10s.noarch 10/267 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 11/267 DEBUG: Installing : python3-pyasn1-0.6.1-1.el10.noarch 12/267 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 13/267 DEBUG: Installing : libtirpc-1.3.5-1.el10.x86_64 14/267 DEBUG: Installing : libnvme-1.13-1.el10.x86_64 15/267 DEBUG: Installing : libaio-0.3.111-22.el10.x86_64 16/267 DEBUG: Installing : kmod-31-12.el10.x86_64 17/267 DEBUG: Installing : device-mapper-event-libs-10:1.02.206-3.el10.x86_ 18/267 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 19/267 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 20/267 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 21/267 DEBUG: Installing : python3-oslo-context-6.1.0-0.20250903115431.f23b 22/267 DEBUG: Installing : python3-futurist-3.2.1-0.20250905232230.388ec84. 23/267 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 24/267 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 25/267 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 26/267 DEBUG: Installing : python3-tenacity-8.2.3-1.el10s.noarch 27/267 DEBUG: Installing : python3-redis-5.1.1-3.el10s.noarch 28/267 DEBUG: Installing : python3-dulwich-0.22.1-2.el10s.x86_64 29/267 DEBUG: Installing : python3-oauthlib-3.2.2-6.el10.noarch 30/267 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 31/267 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 32/267 DEBUG: Installing : userspace-rcu-0.14.0-7.el10.x86_64 33/267 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 34/267 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 35/267 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 36/267 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 37/267 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 38/267 DEBUG: Installing : libref_array-0.1.5-58.el10.x86_64 39/267 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 40/267 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 41/267 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 42/267 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 43/267 DEBUG: Installing : device-mapper-multipath-libs-0.9.9-11.el10.x86_6 44/267 DEBUG: Installing : python3-alembic-1.13.1-7.el10.noarch 45/267 DEBUG: Installing : python3-requests-oauthlib-1.3.1-11.el10.noarch 46/267 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 47/267 DEBUG: Installing : python3-etcd3gw-2.4.1-1.el10s.noarch 48/267 DEBUG: Installing : python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb 49/267 DEBUG: Installing : device-mapper-event-10:1.02.206-3.el10.x86_64 50/267 DEBUG: Running scriptlet: device-mapper-event-10:1.02.206-3.el10.x86_64 50/267 DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/dm-event.socket' → '/usr/lib/systemd/system/dm-event.socket'. DEBUG: Installing : lvm2-libs-10:2.03.32-3.el10.x86_64 51/267 DEBUG: Installing : nvme-cli-2.13-2.el10.x86_64 52/267 DEBUG: Running scriptlet: nvme-cli-2.13-2.el10.x86_64 52/267 DEBUG: Created symlink '/etc/systemd/system/default.target.wants/nvmefc-boot-connections.service' → '/usr/lib/systemd/system/nvmefc-boot-connections.service'. DEBUG: Running in chroot, ignoring command 'daemon-reload' DEBUG: /var/tmp/rpm-tmp.il744f: line 32: udevadm: command not found DEBUG: Running scriptlet: rpcbind-1.2.7-3.el10.x86_64 53/267 DEBUG: Installing : rpcbind-1.2.7-3.el10.x86_64 53/267 DEBUG: Running scriptlet: rpcbind-1.2.7-3.el10.x86_64 53/267 DEBUG: Created symlink '/etc/systemd/system/multi-user.target.wants/rpcbind.service' → '/usr/lib/systemd/system/rpcbind.service'. DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/rpcbind.socket' → '/usr/lib/systemd/system/rpcbind.socket'. DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 54/267 DEBUG: Installing : python3-pyasn1-modules-0.6.1-1.el10.noarch 55/267 DEBUG: Installing : python3-rsa-4.9-8.el10s.noarch 56/267 DEBUG: Installing : python3-google-auth-1:2.37.0-1.el10s.noarch 57/267 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 58/267 DEBUG: Installing : python3-websocket-client-1.8.0-2.el10s.noarch 59/267 DEBUG: Installing : python3-waitress-3.0.1-1.el10s.noarch 60/267 DEBUG: Installing : python3-uhashring-2.3-8.el10s.noarch 61/267 DEBUG: Installing : python3-tomlkit-0.13.2-1.el10s.noarch 62/267 DEBUG: Installing : python3-testresources-2.0.1-18.el10s.noarch 63/267 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 64/267 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 65/267 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 66/267 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 67/267 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 68/267 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 69/267 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 70/267 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 71/267 DEBUG: Installing : python3-memcached-1.59-15.el10s.noarch 72/267 DEBUG: Installing : python3-kazoo-2.8.0-16.el10s.noarch 73/267 DEBUG: Installing : python3-zake-0.2.2-22.el10s.noarch 74/267 DEBUG: Installing : python3-extras-1.0.0-36.el10s.noarch 75/267 DEBUG: Installing : python3-durationpy-0.9-2.el10s.noarch 76/267 DEBUG: Installing : python3-defusedxml-0.7.1-18.el10s.noarch 77/267 DEBUG: Installing : python3-certifi-2024.08.30-1.el10s.noarch 78/267 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 79/267 DEBUG: Installing : libsodium-1.0.20-2.el10s.x86_64 80/267 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 81/267 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 82/267 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 83/267 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 84/267 DEBUG: Installing : python3-PyMySQL-1.1.1-3.el10.noarch 85/267 DEBUG: Installing : libxslt-1.1.39-8.el10.x86_64 86/267 DEBUG: Installing : python3-lxml-5.2.1-4.el10.x86_64 87/267 DEBUG: Installing : python3-beautifulsoup4-4.12.3-9.el10s.noarch 88/267 DEBUG: Installing : which-2.21-44.el10.x86_64 89/267 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 90/267 DEBUG: Installing : sg3_utils-libs-1.48-7.el10.x86_64 91/267 DEBUG: Installing : sg3_utils-1.48-7.el10.x86_64 92/267 DEBUG: Installing : quota-nls-1:4.09-9.el10.noarch 93/267 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 94/267 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 95/267 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 96/267 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 97/267 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 98/267 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 99/267 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 100/267 DEBUG: Installing : python3-pynacl-1.5.0-14.el10s.x86_64 101/267 DEBUG: Installing : python3-paramiko-3.5.0-1.el10s.noarch 102/267 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 103/267 DEBUG: Installing : python3-jwt-2.8.0-1.el10s.noarch 104/267 DEBUG: Installing : python3-jwt+crypto-2.8.0-1.el10s.noarch 105/267 DEBUG: Installing : ncurses-6.4-14.20240127.el10.x86_64 106/267 DEBUG: Installing : lsscsi-0.32-15.el10.x86_64 107/267 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 108/267 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 109/267 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 110/267 DEBUG: Installing : python3-stestr-4.1.0-1.el10s.noarch 111/267 DEBUG: Installing : python3-os-testr-3.0.0-0.20250217143038.0e7ac78. 112/267 DEBUG: Installing : python3-tosca-parser-2.12.0-1.el10s.noarch 113/267 DEBUG: Installing : libpath_utils-0.2.1-58.el10.x86_64 114/267 DEBUG: Installing : libnl3-3.11.0-1.el10.x86_64 115/267 DEBUG: Installing : libnfsidmap-1:2.8.3-0.el10.x86_64 116/267 DEBUG: Installing : libev-4.33-14.el10.x86_64 117/267 DEBUG: Installing : libverto-libev-0.3.2-10.el10.x86_64 118/267 DEBUG: Installing : libcollection-0.7.0-58.el10.x86_64 119/267 DEBUG: Installing : libbasicobjects-0.1.1-58.el10.x86_64 120/267 DEBUG: Installing : libini_config-1.3.1-58.el10.x86_64 121/267 DEBUG: Running scriptlet: gssproxy-0.9.2-10.el10.x86_64 122/267 DEBUG: Installing : gssproxy-0.9.2-10.el10.x86_64 122/267 DEBUG: Running scriptlet: gssproxy-0.9.2-10.el10.x86_64 122/267 DEBUG: Installing : kpartx-0.9.9-11.el10.x86_64 123/267 DEBUG: Installing : device-mapper-multipath-0.9.9-11.el10.x86_64 124/267 DEBUG: Running scriptlet: device-mapper-multipath-0.9.9-11.el10.x86_64 124/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/multipathd.service' → '/usr/lib/systemd/system/multipathd.service'. DEBUG: Installing : keyutils-1.6.3-5.el10.x86_64 125/267 DEBUG: Installing : kbd-misc-2.6.4-7.el10.noarch 126/267 DEBUG: Installing : kbd-legacy-2.6.4-7.el10.noarch 127/267 DEBUG: Installing : kbd-2.6.4-7.el10.x86_64 128/267 DEBUG: Installing : systemd-udev-257-13.el10.x86_64 129/267 DEBUG: Running scriptlet: systemd-udev-257-13.el10.x86_64 129/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'. DEBUG: Created symlink '/etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target' → '/usr/lib/systemd/system/remote-cryptsetup.target'. DEBUG: Installing : isns-utils-libs-0.103-1.el10.x86_64 130/267 DEBUG: Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 131/267 DEBUG: Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 131/267 DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/iscsiuio.socket' → '/usr/lib/systemd/system/iscsiuio.socket'. DEBUG: Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10 132/267 DEBUG: Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10 132/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/iscsi-starter.service' → '/usr/lib/systemd/system/iscsi-starter.service'. DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/iscsid.socket' → '/usr/lib/systemd/system/iscsid.socket'. DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/iscsi-onboot.service' → '/usr/lib/systemd/system/iscsi-onboot.service'. DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 133/267 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 133/267 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 133/267 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 134/267 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 135/267 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 136/267 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 137/267 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 138/267 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 139/267 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 140/267 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 141/267 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 142/267 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 143/267 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 144/267 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 145/267 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 146/267 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 147/267 DEBUG: Installing : perl-File-Path-2.18-511.el10.noarch 148/267 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 149/267 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 150/267 DEBUG: Installing : perl-Net-SSLeay-1.94-8.el10.x86_64 151/267 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 152/267 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 153/267 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 154/267 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 155/267 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 156/267 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 157/267 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 158/267 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 159/267 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 160/267 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 161/267 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 162/267 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 163/267 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 164/267 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 165/267 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 166/267 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 167/267 DEBUG: Installing : perl-base-2.27-514.el10.noarch 168/267 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 169/267 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 170/267 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 171/267 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 172/267 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 173/267 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 174/267 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 175/267 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 176/267 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 177/267 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 178/267 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 179/267 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 180/267 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 181/267 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 182/267 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 183/267 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 184/267 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 185/267 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 186/267 DEBUG: Installing : perl-NDBM_File-1.17-514.el10.x86_64 187/267 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 188/267 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 189/267 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 190/267 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 191/267 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 192/267 DEBUG: Installing : memcached-1.6.23-7.el10.x86_64 192/267 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 192/267 DEBUG: Installing : python3-binary-memcached-0.31.2-1.el10s.noarch 193/267 DEBUG: Installing : e2fsprogs-libs-1.47.1-4.el10.x86_64 194/267 DEBUG: Installing : quota-1:4.09-9.el10.x86_64 195/267 DEBUG: Running scriptlet: nfs-utils-1:2.8.3-0.el10.x86_64 196/267 DEBUG: Installing : nfs-utils-1:2.8.3-0.el10.x86_64 196/267 DEBUG: Running scriptlet: nfs-utils-1:2.8.3-0.el10.x86_64 196/267 DEBUG: Created symlink '/etc/systemd/system/multi-user.target.wants/nfs-client.target' → '/usr/lib/systemd/system/nfs-client.target'. DEBUG: Created symlink '/etc/systemd/system/remote-fs.target.wants/nfs-client.target' → '/usr/lib/systemd/system/nfs-client.target'. DEBUG: Running in chroot, ignoring command 'try-restart' DEBUG: Running in chroot, ignoring command 'try-restart' DEBUG: Installing : device-mapper-persistent-data-1.1.0-2.el10.x86_6 197/267 DEBUG: Installing : lvm2-10:2.03.32-3.el10.x86_64 198/267 DEBUG: Running scriptlet: lvm2-10:2.03.32-3.el10.x86_64 198/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service' → '/usr/lib/systemd/system/lvm2-monitor.service'. DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket' → '/usr/lib/systemd/system/lvm2-lvmpolld.socket'. DEBUG: Installing : cryptsetup-2.7.5-2.el10.x86_64 199/267 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 200/267 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 201/267 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 202/267 DEBUG: Installing : python-pycadf-common-4.0.1-0.20250212144723.3cea 203/267 DEBUG: Installing : python-oslo-versionedobjects-lang-3.8.0-0.202509 204/267 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 205/267 DEBUG: Installing : python-oslo-privsep-lang-3.8.0-0.20250903125837. 206/267 DEBUG: Installing : python-oslo-policy-lang-4.6.0-0.20250903115627.f 207/267 DEBUG: Installing : python-oslo-middleware-lang-6.6.0-0.202507220638 208/267 DEBUG: Installing : python-oslo-log-lang-7.2.1-0.20250903123413.dda3 209/267 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 210/267 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 211/267 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 212/267 DEBUG: Installing : python3-oslo-config-2:10.0.0-0.20250722064059.49 213/267 DEBUG: Installing : python3-oslo-serialization-5.8.0-0.2025090312025 214/267 DEBUG: Installing : python3-oslo-log-7.2.1-0.20250903123413.dda3eb6. 215/267 DEBUG: Installing : python3-keystoneclient-1:5.7.0-0.20250903122615. 216/267 DEBUG: Installing : python3-osc-lib-4.1.0-0.20250722063709.48b43f8.e 217/267 DEBUG: Installing : python3-oslo-privsep-3.8.0-0.20250903125837.c343 218/267 DEBUG: Installing : python3-tooz+redis-7.0.0-0.20250618071237.8df645 219/267 DEBUG: Installing : python3-tooz+zake-7.0.0-0.20250618071237.8df645f 220/267 DEBUG: Installing : python3-tooz-7.0.0-0.20250618071237.8df645f.el10 221/267 DEBUG: Installing : python3-swiftclient-4.8.0-0.20250527151254.84860 222/267 DEBUG: Installing : python3-swiftclient+keystone-4.8.0-0.20250527151 223/267 DEBUG: Installing : python3-heatclient-4.3.0-0.20250722065958.d8a25e 224/267 DEBUG: Installing : python3-oslo-metrics-0.13.0-0.20250903121146.276 225/267 DEBUG: Installing : python3-barbicanclient-7.2.0-0.20250903114445.8b 226/267 DEBUG: Installing : python3-novaclient-1:18.11.0-0.20250903121841.45 227/267 DEBUG: Installing : python3-oslo-policy-4.6.0-0.20250903115627.fc28a 228/267 DEBUG: Installing : python3-pycadf-4.0.1-0.20250212144723.3cea59f.el 229/267 DEBUG: Installing : python3-oslo-middleware-6.6.0-0.20250722063855.0 230/267 DEBUG: Installing : python3-cinderclient-9.8.0-0.20250905132338.e2d3 231/267 DEBUG: Installing : python3-glanceclient-1:4.9.0-0.20250722065403.0b 232/267 DEBUG: Installing : python-oslo-db-lang-17.4.0-0.20250903125129.69c7 233/267 DEBUG: Installing : python3-oslo-db+mysql-17.4.0-0.20250903125129.69 234/267 DEBUG: Installing : python3-oslo-db-17.4.0-0.20250903125129.69c7401. 235/267 DEBUG: Installing : python-oslo-concurrency-lang-7.2.0-0.20250903115 236/267 DEBUG: Installing : python3-oslo-concurrency-7.2.0-0.20250903115211. 237/267 DEBUG: Installing : python3-oslo-service-4.3.0-0.20250903130900.bfc7 238/267 DEBUG: Installing : python3-oslo-messaging-17.1.0-0.20250722072528.8 239/267 DEBUG: Installing : python3-os-win-5.9.0-0.20250311184926.318b105.el 240/267 DEBUG: Installing : python3-os-brick-6.13.0-0.20250905144355.a8c7de0 241/267 DEBUG: Installing : python3-glance-store-4.9.1-0.20250310090147.5dd0 242/267 DEBUG: Installing : python3-glance-store+cinder-4.9.1-0.202503100901 243/267 DEBUG: Installing : python-oslo-cache-lang-3.12.0-0.20250905173025.5 244/267 DEBUG: Installing : python3-oslo-cache+dogpile-3.12.0-0.202509051730 245/267 DEBUG: Installing : python3-oslo-cache+etcd3gw-3.12.0-0.202509051730 246/267 DEBUG: Installing : python3-oslo-cache-3.12.0-0.20250905173025.50839 247/267 DEBUG: Installing : python3-keystonemiddleware-10.11.0-0.20250722065 248/267 DEBUG: Installing : python3-oslo-versionedobjects-3.8.0-0.2025090312 249/267 DEBUG: Installing : python3-tempest-1:44.0.1-0.20250905214038.538f6a 250/267 DEBUG: Installing : python3-heat-translator-3.2.0-0.20250318094504.5 251/267 DEBUG: Installing : python3-oslo-upgradecheck-2.6.0-0.20250903120433 252/267 DEBUG: Installing : python3-castellan-5.4.1-0.20250903123600.609f4ea 253/267 DEBUG: Installing : python3-neutronclient-11.6.0-0.20250722064251.5f 254/267 DEBUG: Installing : python3-tackerclient-2.4.0-0.20250903124708.00d6 255/267 DEBUG: Installing : python3-oslo-reports-3.6.0-0.20250903115818.b890 256/267 DEBUG: Installing : python3-reno-4.1.0-0.20250212114939.47651ec.el10 257/267 DEBUG: Installing : python3-kubernetes-1:31.0.0-3.el10s.noarch 258/267 DEBUG: Installing : python3-webtest-3.0.0-1.el10s.noarch 259/267 DEBUG: Installing : python3-openstackdocstheme-3.0.0-10.el10s.noarch 260/267 DEBUG: Installing : python3-oslotest-5.0.1-0.20250513100931.1fe4458. 261/267 DEBUG: Installing : python3-freezegun-1.5.1-3.el10s.noarch 262/267 DEBUG: Installing : python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarc 263/267 DEBUG: Installing : python3-requests-mock-1.12.1-1.el10s.noarch 264/267 DEBUG: Installing : python3-pyroute2-0.7.12-5.el10s.noarch 265/267 DEBUG: Installing : python3-ddt-1.6.0-1.el10s.noarch 266/267 DEBUG: Installing : python3-coverage-7.3.2-5.el10s.x86_64 267/267 DEBUG: Running scriptlet: python3-coverage-7.3.2-5.el10s.x86_64 267/267 DEBUG: Creating group 'systemd-coredump' with GID 997. DEBUG: Creating user 'systemd-coredump' (systemd Core Dumper) with UID 997 and GID 997. DEBUG: Installed: DEBUG: cryptsetup-2.7.5-2.el10.x86_64 DEBUG: device-mapper-event-10:1.02.206-3.el10.x86_64 DEBUG: device-mapper-event-libs-10:1.02.206-3.el10.x86_64 DEBUG: device-mapper-multipath-0.9.9-11.el10.x86_64 DEBUG: device-mapper-multipath-libs-0.9.9-11.el10.x86_64 DEBUG: device-mapper-persistent-data-1.1.0-2.el10.x86_64 DEBUG: e2fsprogs-libs-1.47.1-4.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: gssproxy-0.9.2-10.el10.x86_64 DEBUG: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: isns-utils-libs-0.103-1.el10.x86_64 DEBUG: kbd-2.6.4-7.el10.x86_64 DEBUG: kbd-legacy-2.6.4-7.el10.noarch DEBUG: kbd-misc-2.6.4-7.el10.noarch DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: kmod-31-12.el10.x86_64 DEBUG: kpartx-0.9.9-11.el10.x86_64 DEBUG: libaio-0.3.111-22.el10.x86_64 DEBUG: libbasicobjects-0.1.1-58.el10.x86_64 DEBUG: libcollection-0.7.0-58.el10.x86_64 DEBUG: libev-4.33-14.el10.x86_64 DEBUG: libini_config-1.3.1-58.el10.x86_64 DEBUG: libnfsidmap-1:2.8.3-0.el10.x86_64 DEBUG: libnl3-3.11.0-1.el10.x86_64 DEBUG: libnvme-1.13-1.el10.x86_64 DEBUG: libpath_utils-0.2.1-58.el10.x86_64 DEBUG: libref_array-0.1.5-58.el10.x86_64 DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: libtirpc-1.3.5-1.el10.x86_64 DEBUG: libverto-libev-0.3.2-10.el10.x86_64 DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: lsscsi-0.32-15.el10.x86_64 DEBUG: lvm2-10:2.03.32-3.el10.x86_64 DEBUG: lvm2-libs-10:2.03.32-3.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: nfs-utils-1:2.8.3-0.el10.x86_64 DEBUG: nvme-cli-2.13-2.el10.x86_64 DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-4:3.21-511.el10.x86_64 DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Socket-4:2.038-511.el10.x86_64 DEBUG: perl-Storable-1:3.32-511.el10.x86_64 DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-2:1.350-511.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-parent-1:0.241-512.el10.noarch DEBUG: perl-podlators-1:5.01-511.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch DEBUG: python3-certifi-2024.08.30-1.el10s.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-durationpy-0.9-2.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glanceclient-1:4.9.0-0.20250722065403.0b3a8ab.el10.noarch DEBUG: python3-google-auth-1:2.37.0-1.el10s.noarch DEBUG: python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch DEBUG: python3-kubernetes-1:31.0.0-3.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-novaclient-1:18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oauthlib-3.2.2-6.el10.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch DEBUG: python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-pyasn1-0.6.1-1.el10.noarch DEBUG: python3-pyasn1-modules-0.6.1-1.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pyroute2-0.7.12-5.el10s.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-requests-oauthlib-1.3.1-11.el10.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-rsa-4.9-8.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch DEBUG: python3-tempest-1:44.0.1-0.20250905214038.538f6af.el10.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tosca-parser-2.12.0-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-websocket-client-1.8.0-2.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: quota-1:4.09-9.el10.x86_64 DEBUG: quota-nls-1:4.09-9.el10.noarch DEBUG: rpcbind-1.2.7-3.el10.x86_64 DEBUG: sg3_utils-1.48-7.el10.x86_64 DEBUG: sg3_utils-libs-1.48-7.el10.x86_64 DEBUG: systemd-udev-257-13.el10.x86_64 DEBUG: userspace-rcu-0.14.0-7.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-dateutil-2.9.0.post0-1.el10.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-pyasn1-0.6.1-1.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: libtirpc-1.3.5-1.el10.x86_64 DEBUG: libnvme-1.13-1.el10.x86_64 DEBUG: libaio-0.3.111-22.el10.x86_64 DEBUG: kmod-31-12.el10.x86_64 DEBUG: device-mapper-event-libs-1.02.206-3.el10.x86_64 DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-oauthlib-3.2.2-6.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: userspace-rcu-0.14.0-7.el10.x86_64 DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: libref_array-0.1.5-58.el10.x86_64 DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: device-mapper-multipath-libs-0.9.9-11.el10.x86_64 DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-requests-oauthlib-1.3.1-11.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: device-mapper-event-1.02.206-3.el10.x86_64 DEBUG: lvm2-libs-2.03.32-3.el10.x86_64 DEBUG: nvme-cli-2.13-2.el10.x86_64 DEBUG: rpcbind-1.2.7-3.el10.x86_64 DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-pyasn1-modules-0.6.1-1.el10.noarch DEBUG: python3-rsa-4.9-8.el10s.noarch DEBUG: python3-google-auth-2.37.0-1.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-websocket-client-1.8.0-2.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-durationpy-0.9-2.el10s.noarch DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch DEBUG: python3-certifi-2024.08.30-1.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: sg3_utils-libs-1.48-7.el10.x86_64 DEBUG: sg3_utils-1.48-7.el10.x86_64 DEBUG: quota-nls-4.09-9.el10.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: lsscsi-0.32-15.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch DEBUG: python3-tosca-parser-2.12.0-1.el10s.noarch DEBUG: libpath_utils-0.2.1-58.el10.x86_64 DEBUG: libnl3-3.11.0-1.el10.x86_64 DEBUG: libnfsidmap-2.8.3-0.el10.x86_64 DEBUG: libev-4.33-14.el10.x86_64 DEBUG: libverto-libev-0.3.2-10.el10.x86_64 DEBUG: libcollection-0.7.0-58.el10.x86_64 DEBUG: libbasicobjects-0.1.1-58.el10.x86_64 DEBUG: libini_config-1.3.1-58.el10.x86_64 DEBUG: gssproxy-0.9.2-10.el10.x86_64 DEBUG: kpartx-0.9.9-11.el10.x86_64 DEBUG: device-mapper-multipath-0.9.9-11.el10.x86_64 DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: kbd-misc-2.6.4-7.el10.noarch DEBUG: kbd-legacy-2.6.4-7.el10.noarch DEBUG: kbd-2.6.4-7.el10.x86_64 DEBUG: systemd-udev-257-13.el10.x86_64 DEBUG: isns-utils-libs-0.103-1.el10.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-1.350-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-Pod-Escapes-1.07-511.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-File-Temp-0.231.100-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-Pod-Simple-3.45-511.el10.noarch DEBUG: perl-Socket-2.038-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-podlators-5.01-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-Pod-Usage-2.03-511.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Scalar-List-Utils-1.63-511.el10.x86_64 DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-parent-0.241-512.el10.noarch DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-Storable-3.32-511.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: perl-Getopt-Long-2.58-3.el10.noarch DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-3.21-511.el10.x86_64 DEBUG: perl-libs-5.40.2-514.el10.x86_64 DEBUG: perl-interpreter-5.40.2-514.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: e2fsprogs-libs-1.47.1-4.el10.x86_64 DEBUG: quota-4.09-9.el10.x86_64 DEBUG: nfs-utils-2.8.3-0.el10.x86_64 DEBUG: device-mapper-persistent-data-1.1.0-2.el10.x86_64 DEBUG: lvm2-2.03.32-3.el10.x86_64 DEBUG: cryptsetup-2.7.5-2.el10.x86_64 DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch DEBUG: python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-glanceclient-4.9.0-0.20250722065403.0b3a8ab.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch DEBUG: python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch DEBUG: python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python3-tempest-44.0.1-0.20250905214038.538f6af.el10.noarch DEBUG: python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-kubernetes-31.0.0-3.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-pyroute2-0.7.12-5.el10s.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-dateutil-2.9.0.post0-1.el10.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-pyasn1-0.6.1-1.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: libtirpc-1.3.5-1.el10.x86_64 DEBUG: libnvme-1.13-1.el10.x86_64 DEBUG: libaio-0.3.111-22.el10.x86_64 DEBUG: kmod-31-12.el10.x86_64 DEBUG: device-mapper-event-libs-1.02.206-3.el10.x86_64 DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-oauthlib-3.2.2-6.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: userspace-rcu-0.14.0-7.el10.x86_64 DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: libref_array-0.1.5-58.el10.x86_64 DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: device-mapper-multipath-libs-0.9.9-11.el10.x86_64 DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-requests-oauthlib-1.3.1-11.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: device-mapper-event-1.02.206-3.el10.x86_64 DEBUG: lvm2-libs-2.03.32-3.el10.x86_64 DEBUG: nvme-cli-2.13-2.el10.x86_64 DEBUG: rpcbind-1.2.7-3.el10.x86_64 DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-pyasn1-modules-0.6.1-1.el10.noarch DEBUG: python3-rsa-4.9-8.el10s.noarch DEBUG: python3-google-auth-2.37.0-1.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-websocket-client-1.8.0-2.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-durationpy-0.9-2.el10s.noarch DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch DEBUG: python3-certifi-2024.08.30-1.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: sg3_utils-libs-1.48-7.el10.x86_64 DEBUG: sg3_utils-1.48-7.el10.x86_64 DEBUG: quota-nls-4.09-9.el10.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: lsscsi-0.32-15.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch DEBUG: python3-tosca-parser-2.12.0-1.el10s.noarch DEBUG: libpath_utils-0.2.1-58.el10.x86_64 DEBUG: libnl3-3.11.0-1.el10.x86_64 DEBUG: libnfsidmap-2.8.3-0.el10.x86_64 DEBUG: libev-4.33-14.el10.x86_64 DEBUG: libverto-libev-0.3.2-10.el10.x86_64 DEBUG: libcollection-0.7.0-58.el10.x86_64 DEBUG: libbasicobjects-0.1.1-58.el10.x86_64 DEBUG: libini_config-1.3.1-58.el10.x86_64 DEBUG: gssproxy-0.9.2-10.el10.x86_64 DEBUG: kpartx-0.9.9-11.el10.x86_64 DEBUG: device-mapper-multipath-0.9.9-11.el10.x86_64 DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: kbd-misc-2.6.4-7.el10.noarch DEBUG: kbd-legacy-2.6.4-7.el10.noarch DEBUG: kbd-2.6.4-7.el10.x86_64 DEBUG: systemd-udev-257-13.el10.x86_64 DEBUG: isns-utils-libs-0.103-1.el10.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-1.350-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-Pod-Escapes-1.07-511.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-File-Temp-0.231.100-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-Pod-Simple-3.45-511.el10.noarch DEBUG: perl-Socket-2.038-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-podlators-5.01-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-Pod-Usage-2.03-511.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Scalar-List-Utils-1.63-511.el10.x86_64 DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-parent-0.241-512.el10.noarch DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-Storable-3.32-511.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: perl-Getopt-Long-2.58-3.el10.noarch DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-3.21-511.el10.x86_64 DEBUG: perl-libs-5.40.2-514.el10.x86_64 DEBUG: perl-interpreter-5.40.2-514.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: e2fsprogs-libs-1.47.1-4.el10.x86_64 DEBUG: quota-4.09-9.el10.x86_64 DEBUG: nfs-utils-2.8.3-0.el10.x86_64 DEBUG: device-mapper-persistent-data-1.1.0-2.el10.x86_64 DEBUG: lvm2-2.03.32-3.el10.x86_64 DEBUG: cryptsetup-2.7.5-2.el10.x86_64 DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch DEBUG: python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-glanceclient-4.9.0-0.20250722065403.0b3a8ab.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch DEBUG: python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch DEBUG: python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python3-tempest-44.0.1-0.20250905214038.538f6af.el10.noarch DEBUG: python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-kubernetes-31.0.0-3.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-pyroute2-0.7.12-5.el10s.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.Ue45Bw DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir --output /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.00 seconds) DEBUG: congratulations :) (0.12 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr>=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Paste>=2.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Paste>=2.0.2 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PasteDeploy>=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling Routes>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Routes>=2.3.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling amqp>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: amqp>=2.4.0 DEBUG: (installed: amqp 5.2.0) DEBUG: Handling eventlet>=0.30.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.30.1 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.4) DEBUG: Handling jsonschema>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: jsonschema>=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware>=4.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystonemiddleware>=4.17.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling kombu>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: kombu>=4.3.0 DEBUG: (installed: kombu 5.3.7) DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling SQLAlchemy>=1.3.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.3.11 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling WebOb>=1.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebOb>=1.7.1 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling alembic>=0.9.6 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: alembic>=0.9.6 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling stevedore>=3.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stevedore>=3.3.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling oslo.concurrency>=3.26.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=3.26.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling oslo.config>=6.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context>=2.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.context>=2.22.0 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db>=5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.db>=5.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.log>=3.36.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.log>=3.36.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging>=14.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.messaging>=14.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=3.31.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.middleware>=3.31.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.policy>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.policy>=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.reports>=1.18.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.reports>=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.serialization!=2.19.1,>=2.18.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization!=2.19.1,>=2.18.0 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service>=2.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.service>=2.5.0 DEBUG: (installed: oslo.service 4.3.0) DEBUG: Handling oslo.upgradecheck>=1.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.upgradecheck>=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling oslo.utils>=7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.utils>=7.0.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.versionedobjects>=1.33.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.versionedobjects>=1.33.3 DEBUG: (installed: oslo.versionedobjects 3.8.0) DEBUG: Handling openstacksdk>=0.44.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstacksdk>=0.44.0 DEBUG: (installed: openstacksdk 4.6.0) DEBUG: Handling python-barbicanclient>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-barbicanclient>=4.5.2 DEBUG: (installed: python-barbicanclient 7.2.0) DEBUG: Handling python-heatclient>=1.10.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-heatclient>=1.10.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: Handling python-keystoneclient>=3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-keystoneclient>=3.8.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling python-neutronclient>=6.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-neutronclient>=6.7.0 DEBUG: (installed: python-neutronclient 11.6.0) DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=9.1.0 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-tackerclient>=1.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-tackerclient>=1.11.0 DEBUG: (installed: python-tackerclient 2.4.0) DEBUG: Handling rfc3986>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: rfc3986>=1.2.0 DEBUG: (installed: rfc3986 1.5.0) DEBUG: Handling cryptography>=2.7 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cryptography>=2.7 DEBUG: (installed: cryptography 43.0.0) DEBUG: Handling paramiko>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: paramiko>=2.7.1 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling pyroute2>=0.4.21;sys_platform!='win32' from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyroute2>=0.4.21;sys_platform!='win32' DEBUG: (installed: pyroute2 0.7.12) DEBUG: Handling castellan>=0.16.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: castellan>=0.16.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling kubernetes>=18.20.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: kubernetes>=18.20.0 DEBUG: (installed: kubernetes 31.0.0) DEBUG: Handling setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling tooz>=1.58.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tooz>=1.58.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling PyYAML>=5.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyYAML>=5.4.1 DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling PyMySQL>=0.10.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyMySQL>=0.10.1 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling PyJWT>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyJWT>=2.4.0 DEBUG: (installed: PyJWT 2.8.0) DEBUG: Handling glance-store>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: glance-store>=2.4.0 DEBUG: (installed: glance-store 4.9.1) DEBUG: Handling heat-translator>=2.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: heat-translator>=2.3.0 DEBUG: (installed: heat-translator 3.2.0) DEBUG: Handling tosca-parser>=2.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tosca-parser>=2.3.0 DEBUG: (installed: tosca-parser 2.12.0) DEBUG: Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage!=4.4,>=4.0 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling ddt>=1.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: ddt>=1.0.1 DEBUG: (installed: ddt 1.6.0) DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: fixtures>=3.0.0 DEBUG: (installed: fixtures 4.2.2) DEBUG: Handling python-subunit>=1.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-subunit>=1.0.0 DEBUG: (installed: python-subunit 1.4.4) DEBUG: Handling python-tackerclient>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-tackerclient>=0.8.0 DEBUG: (installed: python-tackerclient 2.4.0) DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=8.0.0 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling oslotest>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslotest>=3.2.0 DEBUG: (installed: oslotest 5.0.1) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stestr>=2.0.0 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling tempest>=22.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tempest>=22.0.0 DEBUG: (installed: tempest 44.0.1.dev23) DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.2.0 DEBUG: (installed: testtools 2.7.2) DEBUG: Handling WebTest>=2.0.27 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebTest>=2.0.27 DEBUG: (installed: WebTest 3.0.0) DEBUG: Handling python-barbicanclient>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-barbicanclient>=4.5.2 DEBUG: (installed: python-barbicanclient 7.2.0) DEBUG: Handling requests-mock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests-mock>=1.2.0 DEBUG: (installed: requests-mock 1.12.1) DEBUG: Handling PyMySQL>=0.10.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyMySQL>=0.10.1 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling freezegun>=1.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: freezegun>=1.2.2 DEBUG: (installed: freezegun 1.5.1) DEBUG: Handling PyJWT>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyJWT>=2.4.0 DEBUG: (installed: PyJWT 2.8.0) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling sphinx>=2.0.0,!=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0,!=2.1.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-apidoc>=0.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinxcontrib-apidoc>=0.2.0 DEBUG: (installed: sphinxcontrib-apidoc 0.5.0) DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstackdocstheme>=2.2.1 DEBUG: (installed: openstackdocstheme 3.0.0) DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: reno>=3.1.0 DEBUG: (installed: reno 4.1.0) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: writing tacker.egg-info/PKG-INFO DEBUG: writing dependency_links to tacker.egg-info/dependency_links.txt DEBUG: writing entry points to tacker.egg-info/entry_points.txt DEBUG: writing requirements to tacker.egg-info/requires.txt DEBUG: writing top-level names to tacker.egg-info/top_level.txt DEBUG: writing pbr to tacker.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git 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: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'tacker.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/tacker-13.1.0.dev4/tacker-13.1.0.dev4.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Paste >=2.0.2 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: Paste >=2.0.2 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy >=1.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PasteDeploy >=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling Routes >=2.3.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: Routes >=2.3.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling amqp >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: amqp >=2.4.0 DEBUG: (installed: amqp 5.2.0) DEBUG: Handling eventlet >=0.30.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: eventlet >=0.30.1 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling requests >=2.25.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: requests >=2.25.1 DEBUG: (installed: requests 2.32.4) DEBUG: Handling jsonschema >=3.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: jsonschema >=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware >=4.17.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: keystonemiddleware >=4.17.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling kombu >=4.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: kombu >=4.3.0 DEBUG: (installed: kombu 5.3.7) DEBUG: Handling netaddr >=0.7.18 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: netaddr >=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling SQLAlchemy >=1.3.11 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: SQLAlchemy >=1.3.11 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling WebOb >=1.7.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: WebOb >=1.7.1 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling alembic >=0.9.6 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: alembic >=0.9.6 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling stevedore >=3.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: stevedore >=3.3.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling oslo.concurrency >=3.26.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.concurrency >=3.26.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling oslo.config >=6.8.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.config >=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context >=2.22.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.context >=2.22.0 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db >=5.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.db >=5.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.log >=3.36.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.log >=3.36.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging >=14.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.messaging >=14.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware >=3.31.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.middleware >=3.31.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.policy >=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.reports >=1.18.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.reports >=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.serialization !=2.19.1,>=2.18.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.serialization !=2.19.1,>=2.18.0 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service >=2.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.service >=2.5.0 DEBUG: (installed: oslo.service 4.3.0) DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.upgradecheck >=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.utils >=7.0.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.versionedobjects >=1.33.3 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.versionedobjects >=1.33.3 DEBUG: (installed: oslo.versionedobjects 3.8.0) DEBUG: Handling openstacksdk >=0.44.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: openstacksdk >=0.44.0 DEBUG: (installed: openstacksdk 4.6.0) DEBUG: Handling python-barbicanclient >=4.5.2 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-barbicanclient >=4.5.2 DEBUG: (installed: python-barbicanclient 7.2.0) DEBUG: Handling python-heatclient >=1.10.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-heatclient >=1.10.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: Handling python-keystoneclient >=3.8.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-keystoneclient >=3.8.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling python-neutronclient >=6.7.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-neutronclient >=6.7.0 DEBUG: (installed: python-neutronclient 11.6.0) DEBUG: Handling python-novaclient >=9.1.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-novaclient >=9.1.0 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-tackerclient >=1.11.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-tackerclient >=1.11.0 DEBUG: (installed: python-tackerclient 2.4.0) DEBUG: Handling rfc3986 >=1.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: rfc3986 >=1.2.0 DEBUG: (installed: rfc3986 1.5.0) DEBUG: Handling cryptography >=2.7 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: cryptography >=2.7 DEBUG: (installed: cryptography 43.0.0) DEBUG: Handling paramiko >=2.7.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: paramiko >=2.7.1 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling pyroute2 >=0.4.21 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: pyroute2 >=0.4.21 DEBUG: (installed: pyroute2 0.7.12) DEBUG: Handling castellan >=0.16.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: castellan >=0.16.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling kubernetes >=18.20.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: kubernetes >=18.20.0 DEBUG: (installed: kubernetes 31.0.0) DEBUG: Handling setuptools !=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: setuptools !=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling tooz >=1.58.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: tooz >=1.58.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling PyYAML >=5.4.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PyYAML >=5.4.1 DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling PyMySQL >=0.10.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PyMySQL >=0.10.1 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling PyJWT >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PyJWT >=2.4.0 DEBUG: (installed: PyJWT 2.8.0) DEBUG: Handling glance-store >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: glance-store >=2.4.0 DEBUG: (installed: glance-store 4.9.1) DEBUG: Handling heat-translator >=2.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: heat-translator >=2.3.0 DEBUG: (installed: heat-translator 3.2.0) DEBUG: Handling tosca-parser >=2.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: tosca-parser >=2.3.0 DEBUG: (installed: tosca-parser 2.12.0) DEBUG: + cat /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv tacker-13.1.0.dev4.dist-info/ DEBUG: removed 'tacker-13.1.0.dev4.dist-info/AUTHORS' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/LICENSE' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/METADATA' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/top_level.txt' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/pbr.json' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/entry_points.txt' DEBUG: removed directory 'tacker-13.1.0.dev4.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:25 ago on Fri Sep 5 23:56:33 2025. DEBUG: Package python3-coverage-7.3.2-5.el10s.x86_64 is already installed. DEBUG: Package python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sphinx-1:7.2.6-10.el10.noarch is already installed. DEBUG: Package git-core-2.47.3-1.el10.x86_64 is already installed. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-alembic-1.13.1-7.el10.noarch is already installed. DEBUG: Package python3-amqp-5.2.0-7.el10s.noarch is already installed. DEBUG: Package python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch is already installed. DEBUG: Package python3-cryptography-43.0.0-4.el10.x86_64 is already installed. DEBUG: Package python3-ddt-1.6.0-1.el10s.noarch is already installed. DEBUG: Package python3-eventlet-0.40.0-1.el10s.noarch is already installed. DEBUG: Package python3-fixtures-4.2.2-1.el10s.noarch is already installed. DEBUG: Package python3-freezegun-1.5.1-3.el10s.noarch is already installed. DEBUG: Package python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch is already installed. DEBUG: Package python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch is already installed. DEBUG: Package python3-jsonschema-4.19.1-7.el10.noarch is already installed. DEBUG: Package python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch is already installed. DEBUG: Package python3-kombu-1:5.3.7-1.el10s.noarch is already installed. DEBUG: Package python3-kubernetes-1:31.0.0-3.el10s.noarch is already installed. DEBUG: Package python3-netaddr-1.3.0-2.el10.noarch is already installed. DEBUG: Package python3-openstackdocstheme-3.0.0-10.el10s.noarch is already installed. DEBUG: Package python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch is already installed. DEBUG: Package python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch is already installed. DEBUG: Package python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch is already installed. DEBUG: Package python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch is already installed. DEBUG: Package python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch is already installed. DEBUG: Package python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch is already installed. DEBUG: Package python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch is already installed. DEBUG: Package python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch is already installed. DEBUG: Package python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch is already installed. DEBUG: Package python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch is already installed. DEBUG: Package python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch is already installed. DEBUG: Package python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch is already installed. DEBUG: Package python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch is already installed. DEBUG: Package python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch is already installed. DEBUG: Package python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-paramiko-3.5.0-1.el10s.noarch is already installed. DEBUG: Package python3-paste-3.10.1-6.el10s.noarch is already installed. DEBUG: Package python3-paste-deploy-3.1.0-7.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-jwt-2.8.0-1.el10s.noarch is already installed. DEBUG: Package python3-PyMySQL-1.1.1-3.el10.noarch is already installed. DEBUG: Package python3-pyroute2-0.7.12-5.el10s.noarch is already installed. DEBUG: Package python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch is already installed. DEBUG: Package python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch is already installed. DEBUG: Package python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch is already installed. DEBUG: Package python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch is already installed. DEBUG: Package python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch is already installed. DEBUG: Package python3-novaclient-1:18.11.0-0.20250903121841.45a4ab5.el10.noarch is already installed. DEBUG: Package python3-subunit-1.4.4-5.el10s.noarch is already installed. DEBUG: Package python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch is already installed. DEBUG: Package python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch is already installed. DEBUG: Package python3-pyyaml-6.0.1-19.el10.x86_64 is already installed. DEBUG: Package python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch is already installed. DEBUG: Package python3-requests-2.32.4-1.el10.noarch is already installed. DEBUG: Package python3-requests-mock-1.12.1-1.el10s.noarch is already installed. DEBUG: Package python3-rfc3986-1.5.0-12.el10s.noarch is already installed. DEBUG: Package python3-routes-2.5.1-11.el10s.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch is already installed. DEBUG: Package python3-sqlalchemy-2.0.26-6.el10.x86_64 is already installed. DEBUG: Package python3-stestr-4.1.0-1.el10s.noarch is already installed. DEBUG: Package python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch is already installed. DEBUG: Package python3-tempest-1:44.0.1-0.20250905214038.538f6af.el10.noarch is already installed. DEBUG: Package python3-testtools-2.7.2-1.bootstrap.el10s.noarch is already installed. DEBUG: Package python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch is already installed. DEBUG: Package python3-tosca-parser-2.12.0-1.el10s.noarch is already installed. DEBUG: Package tox-4.21.2-3.el10s.noarch is already installed. DEBUG: Package python3-tox-current-env-0.0.12-1.el10s.noarch is already installed. DEBUG: Package python3-webob-1.8.9-1.el10s.noarch is already installed. DEBUG: Package python3-webtest-3.0.0-1.el10s.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-13.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.1.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-125.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-1.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-10.el10.noarch DEBUG: centos-stream-repos-10.0-10.el10.noarch DEBUG: centos-stream-release-10.0-10.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 DEBUG: glibc-common-2.39-56.el10.x86_64 DEBUG: glibc-2.39-56.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libgomp-14.3.1-2.1.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.5-7.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-1.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-3.el10.x86_64 DEBUG: openssl-libs-3.5.1-3.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.1.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-56.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-1.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-13.el10.x86_64 DEBUG: systemd-257-13.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-13.el10.x86_64 DEBUG: openssh-clients-9.9p1-13.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.1.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.6.0-4.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-11.el10.noarch DEBUG: cups-libs-2.4.10-11.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-13.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-dateutil-2.9.0.post0-1.el10.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-pyasn1-0.6.1-1.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: libtirpc-1.3.5-1.el10.x86_64 DEBUG: libnvme-1.13-1.el10.x86_64 DEBUG: libaio-0.3.111-22.el10.x86_64 DEBUG: kmod-31-12.el10.x86_64 DEBUG: device-mapper-event-libs-1.02.206-3.el10.x86_64 DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 DEBUG: python3-oauthlib-3.2.2-6.el10.noarch DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: userspace-rcu-0.14.0-7.el10.x86_64 DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: libref_array-0.1.5-58.el10.x86_64 DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: device-mapper-multipath-libs-0.9.9-11.el10.x86_64 DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-requests-oauthlib-1.3.1-11.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: device-mapper-event-1.02.206-3.el10.x86_64 DEBUG: lvm2-libs-2.03.32-3.el10.x86_64 DEBUG: nvme-cli-2.13-2.el10.x86_64 DEBUG: rpcbind-1.2.7-3.el10.x86_64 DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-pyasn1-modules-0.6.1-1.el10.noarch DEBUG: python3-rsa-4.9-8.el10s.noarch DEBUG: python3-google-auth-2.37.0-1.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-websocket-client-1.8.0-2.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-durationpy-0.9-2.el10s.noarch DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch DEBUG: python3-certifi-2024.08.30-1.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: sg3_utils-libs-1.48-7.el10.x86_64 DEBUG: sg3_utils-1.48-7.el10.x86_64 DEBUG: quota-nls-4.09-9.el10.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: lsscsi-0.32-15.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch DEBUG: python3-tosca-parser-2.12.0-1.el10s.noarch DEBUG: libpath_utils-0.2.1-58.el10.x86_64 DEBUG: libnl3-3.11.0-1.el10.x86_64 DEBUG: libnfsidmap-2.8.3-0.el10.x86_64 DEBUG: libev-4.33-14.el10.x86_64 DEBUG: libverto-libev-0.3.2-10.el10.x86_64 DEBUG: libcollection-0.7.0-58.el10.x86_64 DEBUG: libbasicobjects-0.1.1-58.el10.x86_64 DEBUG: libini_config-1.3.1-58.el10.x86_64 DEBUG: gssproxy-0.9.2-10.el10.x86_64 DEBUG: kpartx-0.9.9-11.el10.x86_64 DEBUG: device-mapper-multipath-0.9.9-11.el10.x86_64 DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: kbd-misc-2.6.4-7.el10.noarch DEBUG: kbd-legacy-2.6.4-7.el10.noarch DEBUG: kbd-2.6.4-7.el10.x86_64 DEBUG: systemd-udev-257-13.el10.x86_64 DEBUG: isns-utils-libs-0.103-1.el10.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-1.350-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-Pod-Escapes-1.07-511.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-File-Temp-0.231.100-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-Pod-Simple-3.45-511.el10.noarch DEBUG: perl-Socket-2.038-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-podlators-5.01-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-Pod-Usage-2.03-511.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Scalar-List-Utils-1.63-511.el10.x86_64 DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-parent-0.241-512.el10.noarch DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-Storable-3.32-511.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: perl-Getopt-Long-2.58-3.el10.noarch DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-3.21-511.el10.x86_64 DEBUG: perl-libs-5.40.2-514.el10.x86_64 DEBUG: perl-interpreter-5.40.2-514.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: e2fsprogs-libs-1.47.1-4.el10.x86_64 DEBUG: quota-4.09-9.el10.x86_64 DEBUG: nfs-utils-2.8.3-0.el10.x86_64 DEBUG: device-mapper-persistent-data-1.1.0-2.el10.x86_64 DEBUG: lvm2-2.03.32-3.el10.x86_64 DEBUG: cryptsetup-2.7.5-2.el10.x86_64 DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch DEBUG: python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-glanceclient-4.9.0-0.20250722065403.0b3a8ab.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch DEBUG: python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch DEBUG: python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python3-tempest-44.0.1-0.20250905214038.538f6af.el10.noarch DEBUG: python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch DEBUG: python3-kubernetes-31.0.0-3.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-freezegun-1.5.1-3.el10s.noarch DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch DEBUG: python3-pyroute2-0.7.12-5.el10s.noarch DEBUG: python3-ddt-1.6.0-1.el10s.noarch DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 Start: Outputting list of installed packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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: rpm -qa --root '/var/lib/mock/dlrn-centos10-master-uc-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'} and shell True DEBUG: libgcc-14.3.1-2.1.el10.x86_64 1750714831 277140 1c02f2f827e00f5cbfb76b4d7235754f installed DEBUG: fonts-filesystem-1:2.0.5-18.el10.noarch 1730216344 0 5b562284b8ae5a306943d7ecf1d4033a installed DEBUG: tzdata-2025b-2.el10.noarch 1753885217 1903601 0273d4da36c76fc021ad2dba4f45c055 installed DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch 1730215136 15080934 6c6e6e87586dfeff49100e64066f7892 installed DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch 1730215136 596045 ee9c9de3d6ac81d46fb8a717f7857113 installed DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch 1743053656 464837 2e652b2065694dbd14a70e8a0ef4e980 installed DEBUG: xkeyboard-config-2.41-3.el10.noarch 1730234670 6895827 adb585c320d812caab3651f0c6d9d1f0 installed DEBUG: rust-toolset-srpm-macros-1.88.0-1.el10.noarch 1752266840 2058 f57eaea5861a27d697358b58f259c616 installed DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch 1747304296 464 15416c87c95aca8f600039ef129b5877 installed DEBUG: poppler-data-0.4.11-9.el10.noarch 1730228686 12947088 0a5e53f7dadd7335899f243ec7584ebe installed DEBUG: perl-srpm-macros-1-57.el10.noarch 1730227896 861 6278c61673e6f70568ec05a59aa0b9fc installed DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch 1730226011 1601 bb87b72df28a1d373265d9aabc1927ac installed DEBUG: openblas-srpm-macros-2-19.el10.noarch 1730225697 112 db378a3d2cc4c55e091943978c6c07b4 installed DEBUG: ocaml-srpm-macros-10-4.el10.noarch 1730225579 1959 e93fce8c61a956aa0b01b0e3edd6419f installed DEBUG: libX11-common-1.8.10-1.el10.noarch 1733735637 1205206 d67b629075b5661587b70cde84479345 installed DEBUG: kernel-srpm-macros-1.0-25.el10.noarch 1730219807 1949 d8348f4676bb25585ae7919de6bc05ce installed DEBUG: kernel-headers-6.12.0-125.el10.x86_64 1756491605 6906434 d489dd591519b2ffb922d17bd5718ed0 installed DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 1730216535 1746912 d68c7f46d126756c2aeae6a70525522e installed DEBUG: annobin-docs-12.99-1.el10.noarch 1754477906 101309 855e149ca9a3eac9dfff62d48731dc8a installed DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch 1730215095 4600301 5dceb1d603e5b1880d69e7946569fa02 installed DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch 1730228718 69171 b3f4df6e954d12b428e67ee877c7e810 installed DEBUG: pkgconf-m4-2.1.0-3.el10.noarch 1730228266 14252 85405cf8cc1a36c8de9fe92347e0acc3 installed DEBUG: pcre2-syntax-10.44-1.el10.3.noarch 1730226499 257634 38d94bb36ae8d3ef12a3a9af950e791f installed DEBUG: ncurses-base-6.4-14.20240127.el10.noarch 1730224728 334036 fa6145f4b4d3d18d911bcb32d9be44ad installed DEBUG: libssh-config-0.11.1-1.el10.noarch 1730102143 277 e6293f316965dfdca9417663ffb357a7 installed DEBUG: google-noto-fonts-common-20240401-5.el10.noarch 1730217907 17944 1363d33de93f0f96b3732a50096a8e05 installed DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch 1730217907 1308528 72211458a17a612e189da75dbe8ca086 installed DEBUG: default-fonts-core-sans-4.1-3.el10.noarch 1730219898 12145 f7b341324081169790f255c283b14590 installed DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch 1730235282 6554991 fbad26634814b1a96ea1edd30adebd66 installed DEBUG: coreutils-common-9.5-6.el10.x86_64 1732618075 11696153 9224526c32e26a915fabca8e440fab9a installed DEBUG: centos-gpg-keys-10.0-10.el10.noarch 1753827001 3865 5a4c8ecc49849a8e828f879f8cb273d0 installed DEBUG: centos-stream-repos-10.0-10.el10.noarch 1753827001 7002 de86066a63130d08334b57504ae5cb88 installed DEBUG: centos-stream-release-10.0-10.el10.noarch 1753827001 38056 bce27f422be915c50c39752d8f615006 installed DEBUG: setup-2.14.5-7.el10.noarch 1744129580 737783 1ebd10b27986b317f541947707a04aaa installed DEBUG: filesystem-3.18-17.el10.x86_64 1747076992 106 cac56e1e2528d23c26b3561512a37f6f installed DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch 1730233556 38280 f2fc1392d4f3a7990994c83a79e42b9c installed DEBUG: basesystem-11-22.el10.noarch 1730215184 0 46b49e11743b85a984f4a5a17fc35d88 installed DEBUG: glibc-gconv-extra-2.39-56.el10.x86_64 1755594362 8163110 92837d13a448b23dff2e4abf62f3c8a2 installed DEBUG: glibc-minimal-langpack-2.39-56.el10.x86_64 1755594362 0 7dec09143ac343dd8a894fda6cc5f3c2 installed DEBUG: glibc-common-2.39-56.el10.x86_64 1755594362 1072850 337d77d4d52324ba72a54af142ce5fe6 installed DEBUG: glibc-2.39-56.el10.x86_64 1755594362 6531746 e236d56c199553fdfb35904b909fe8da installed DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 1730224743 990279 1bcc5f175337f09bb575f6c7ca174057 installed DEBUG: bash-5.2.26-6.el10.x86_64 1730213617 8542552 2cd3d5bca2648022603f782773791b1c installed DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 1745311060 140888 9c76600f3cc710f4a682f280e255cdc7 installed DEBUG: libstdc++-14.3.1-2.1.el10.x86_64 1750714831 2974297 fd8c1d8f94d3779d8caa597cb4ac628d installed DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 1737038253 81060 d26773fabbebe684132db674e56b6cd2 installed DEBUG: xz-libs-1:5.6.2-4.el10.x86_64 1747138417 219435 66d3e9b1c1e2aa38fe0333c40a9da659 installed DEBUG: libpng-2:1.6.40-8.el10.x86_64 1730221757 243478 761a1596d44c02eeea2caefd14570a5f installed DEBUG: libuuid-2.40.2-13.el10.x86_64 1753880156 38205 a522b14ac5e337e6bb888ed19ef09384 installed DEBUG: libxml2-2.12.5-9.el10.x86_64 1754416424 1811795 b8ce48cf83a829ff6e2c9103eecef8c2 installed DEBUG: readline-8.2-11.el10.x86_64 1730230508 500877 45ca10b09be562eeea8f8e2b169df55f installed DEBUG: libzstd-1.5.5-9.el10.x86_64 1730235146 749302 8dc60817eda1668634e33393e9caee5b installed DEBUG: elfutils-libelf-0.193-1.el10.x86_64 1746041422 1220560 ec0a44e631932b826cf43396276bf973 installed DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 1730221221 869267 fa5f7bc2359e8b54f34e14b9dcb0ea7d installed DEBUG: gmp-1:6.2.1-12.el10.x86_64 1750237266 829840 bb05b021f5d80228398ab6984fb095a8 installed DEBUG: libgpg-error-1.50-2.el10.x86_64 1730220796 906740 dd810ef1e50b1f57c4b7b680644ab4fa installed DEBUG: libxcrypt-4.4.36-10.el10.x86_64 1730222731 273229 25dd448aa9ad608a0fbbee91b0625269 installed DEBUG: libblkid-2.40.2-13.el10.x86_64 1753880156 268714 ac3366c8517dd872d7abea58ff6d8f78 installed DEBUG: crypto-policies-20250804-1.git2ca4115.el10.noarch 1754320872 121962 92737ba1dd748f056729376c5e412d5b installed DEBUG: nspr-4.36.0-4.el10.x86_64 1754617146 309504 baa6a361f8873803cac0198575fb35c7 installed DEBUG: libassuan-2.5.6-6.el10.x86_64 1730220050 171462 a5718d57a4d543af6fdc2cfdb7a8cf8e installed DEBUG: mpfr-4.2.1-5.el10.x86_64 1730224547 847869 1b965245c27956c0e33e27d2ca0b0d4a installed DEBUG: expat-2.7.1-1.el10.x86_64 1743419389 305164 93657612837e61603161045f890a84d6 installed DEBUG: pcre2-10.44-1.el10.3.x86_64 1730226502 681418 1d1777bee1d205beaf93890546e8b674 installed DEBUG: grep-3.11-10.el10.x86_64 1730217810 1038114 c4048f163c58a88d4fdbc16b88d43ddf installed DEBUG: popt-1.19-8.el10.x86_64 1730228515 140130 053a20a60e1afd5e3badd2f5d4a638f4 installed DEBUG: nss-util-3.112.0-4.el10.x86_64 1754617146 213736 2c5507ee324a1eb446b15fa90dc42807 installed DEBUG: sqlite-libs-3.46.1-4.el10.x86_64 1744789221 1575656 5233272796185d812c8a0888a2df5c1a installed DEBUG: gdbm-libs-1:1.23-14.el10.x86_64 1753088209 124794 20dbe494f76524ac4c63214222fe6ab5 installed DEBUG: libattr-2.5.2-5.el10.x86_64 1730215193 29173 2833a042a276b30da6c1a0ba42587877 installed DEBUG: libacl-2.3.2-4.el10.x86_64 1730215005 40954 631458af65cf3e129e9416aafab73ad3 installed DEBUG: libgomp-14.3.1-2.1.el10.x86_64 1750714831 540240 176a91bc08e398a92a099873cb2c6c89 installed DEBUG: lcms2-2.16-6.el10.x86_64 1730219868 434995 a11d13644b53fb5baed0acaa7e1e34e0 installed DEBUG: libwebp-1.3.2-8.el10.x86_64 1730222912 808370 b22e3b937f3e63b8b4f5a4e515aace20 installed DEBUG: gawk-5.3.0-6.el10.x86_64 1730216535 1799421 85779b68a9aff20397bd084b03a23424 installed DEBUG: json-c-0.18-3.el10.x86_64 1730888062 84642 790ed9f22b49da601d165a7f42803ef5 installed DEBUG: libcap-ng-0.8.4-6.el10.x86_64 1730220054 74859 fa1e3296fb900214494caafbdd560ef7 installed DEBUG: audit-libs-4.0.3-4.el10.x86_64 1744382132 371825 531f4d2bfee9b25bfd0c5cc3bb656d0b installed DEBUG: libeconf-0.6.2-4.el10.x86_64 1730220424 59376 3c1826ec5ca18028ea82945e488379e5 installed DEBUG: pam-libs-1.6.1-8.el10.x86_64 1751360210 137903 4c8d5b504acdcc04be65f3390ff1f63a installed DEBUG: libcap-2.69-7.el10.x86_64 1730220121 229023 09c235e1a41cb500ab105f07a777e83d installed DEBUG: systemd-libs-257-13.el10.x86_64 1755263174 2403114 2e0fcea8ae4570735b796b1ab5b61be5 installed DEBUG: libffi-3.4.4-10.el10.x86_64 1747269976 87536 09add1816293186b6cb76eb3b4e07686 installed DEBUG: libtasn1-4.20.0-1.el10.x86_64 1739768187 184603 b4eff3a9f4b9efc278d5220ba1bde8cd installed DEBUG: p11-kit-0.25.5-7.el10.x86_64 1730453558 2274541 0d10784fb866e91942e5969c5595bcf8 installed DEBUG: libunistring-1.1-10.el10.x86_64 1730222558 1812853 8c599b5aa65a4c4789cd4e41924d01e8 installed DEBUG: libidn2-2.3.7-3.el10.x86_64 1730221096 336954 bad1bcf3af7ac272c292fb703d063727 installed DEBUG: libICE-1.1.1-5.el10.x86_64 1730221200 185549 23e593c41d291cf8ea9f304794a3ab40 installed DEBUG: openjpeg2-2.5.2-5.el10.x86_64 1754920316 456211 614f1d18381fecedc4c8b67ac9bf51dd installed DEBUG: libSM-1.2.4-5.el10.x86_64 1730221926 99596 eaee1c27d0b64b353b7c0e6b2a6453d4 installed DEBUG: xz-1:5.6.2-4.el10.x86_64 1747138417 1244792 3dac3447f931ab37d89a44cd3c8b78a9 installed DEBUG: libmpc-1.3.1-7.el10.x86_64 1730221091 164516 c2758337a2075dd3f6270fde665f31ef installed DEBUG: libfdisk-2.40.2-13.el10.x86_64 1753880156 371474 7d8623980f66960cd933bad02ccad7aa installed DEBUG: libgcrypt-1.11.0-6.el10.x86_64 1746004907 1635730 45cd8876bbc08a49fdb27f24c7b0610e installed DEBUG: libksba-1.6.7-2.el10.x86_64 1730221262 403876 cf1f380b165e4071eb8bafd89e15200b installed DEBUG: dwz-0.16-1.el10.x86_64 1751668425 301852 ff8d71f57d3f332a9c95c1ef322ad269 installed DEBUG: unzip-6.0-69.el10.x86_64 1744882430 407835 f957cb670c1796896a830e385dbc290e installed DEBUG: file-libs-5.45-8.el10.x86_64 1744037963 10414622 1cc0692376215de158ce589afcf80f5c installed DEBUG: file-5.45-8.el10.x86_64 1744037963 105815 4df49fcbff81131c972676c04c1b430b installed DEBUG: alternatives-1.30-2.el10.x86_64 1730215254 67921 dacc56c639d072091b65fbccb3a8a2d0 installed DEBUG: p11-kit-trust-0.25.5-7.el10.x86_64 1730453558 408940 a90c2a5f8a915a65b0fc0970e23366ee installed DEBUG: gnutls-3.8.10-2.el10.x86_64 1754031081 4398843 5f5c5093f661304acc0a47d01b89c110 installed DEBUG: diffutils-3.10-8.el10.x86_64 1730215620 1658034 c2e3be68b585b63d79f192af4b8bbbad installed DEBUG: jansson-2.14-3.el10.x86_64 1730219623 91245 f356c03e41105a611f67f1c3616f7054 installed DEBUG: libbrotli-1.1.0-6.el10.x86_64 1730215202 865794 afbddda59d52fa99a76d2576ffe3d9d9 installed DEBUG: libsepol-3.9-1.el10.x86_64 1753299038 853747 b1f0d06af17dca9f5c1d1c972aaced91 installed DEBUG: libselinux-3.9-1.el10.x86_64 1753350351 201773 0258f8e18f2890eb0d7ed5b14f440a59 installed DEBUG: sed-4.9-3.el10.x86_64 1730231721 878041 6949f0c4519a6db4dbb7a5f18203526c installed DEBUG: findutils-1:4.10.0-5.el10.x86_64 1730216105 1942959 2942c06a64d76c8c621b9c0e249e8f99 installed DEBUG: openssl-fips-provider-1:3.5.1-3.el10.x86_64 1753360419 2493202 457de75f5ce5e982b8e6970559b36a24 installed DEBUG: openssl-libs-1:3.5.1-3.el10.x86_64 1753360419 6876019 75d9004d7de3a31b2ba811413e7fb9c7 installed DEBUG: coreutils-9.5-6.el10.x86_64 1732618075 5781370 5801daf855d9de1c9f5513ba77b3d425 installed DEBUG: ca-certificates-2024.2.69_v8.0.303-102.3.el10.noarch 1730215318 2701731 de08249ae5f7cf022e975101e0ccd147 installed DEBUG: libmount-2.40.2-13.el10.x86_64 1753880156 360114 c86e175495cf78251ebdd168af51d1c3 installed DEBUG: glib2-2.80.4-8.el10.x86_64 1753111080 15329055 c6cca95326b53550e0754a0e2c8d4bf6 installed DEBUG: polkit-libs-125-4.el10.x86_64 1755093026 212764 948d953622fc0cb5a86beca2c57631e0 installed DEBUG: gzip-1.13-3.el10.x86_64 1730218103 402458 6973a672a654579d3b8b5325ae4f87de installed DEBUG: cracklib-2.9.11-8.el10.x86_64 1730215560 245125 0d10c73fe55b00e2d18bc180be1676fa installed DEBUG: libevent-2.1.12-16.el10.x86_64 1730220420 917042 bd352550fdb83a3f83d48def858b10a0 installed DEBUG: libsmartcols-2.40.2-13.el10.x86_64 1753880156 184578 48a88c59bae0a0cf1d06332e06331789 installed DEBUG: util-linux-core-2.40.2-13.el10.x86_64 1753880156 1534625 ca762997aa2edd5ca2aa3dd5fdc449b3 installed DEBUG: lua-libs-5.4.6-7.el10.x86_64 1730223336 283675 1d3b244c28e3fabf1efc86d5e3735110 installed DEBUG: lz4-libs-1.9.4-8.el10.x86_64 1730223387 140659 787b6ed11b45f7fb7d4fa89dc99db3b2 installed DEBUG: libarchive-3.7.7-4.el10.x86_64 1755170415 957114 5be34bcd0b94d64ca6381ee16ec692f3 installed DEBUG: npth-1.6-21.el10.x86_64 1730225148 50619 767fe709a43d8f601b7e3fc9cc7251c7 installed DEBUG: fribidi-1.0.14-4.el10.x86_64 1730216530 376410 e707a04ecf5a55a8ea62a11326dd7600 installed DEBUG: jbigkit-libs-2.1-31.el10.x86_64 1730219576 120383 7dd8b09319db3b36eeb4d340bbb825bf installed DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 1730222239 71816 5f64e02fbd5a4865259fb5750f59f733 installed DEBUG: zstd-1.5.5-9.el10.x86_64 1730235146 1632357 84663edbbd66d6925ff9af6ed92e0b42 installed DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 1730215560 9815811 b8a3046d44a06c339d10aac3eff2a19e installed DEBUG: libpwquality-1.4.5-12.el10.x86_64 1730221689 427746 07adceb7817e9dfe21005a35c7838f08 installed DEBUG: shared-mime-info-2.3-8.el10.x86_64 1730231854 5418941 101b11684cd99c75e1ebdf4a64918213 installed DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 1752860413 2626885 48300c4ded59c647afd48fc502bf5915 installed DEBUG: libsecret-0.21.2-8.el10.x86_64 1748332815 582530 757d75780197d26b36c225b3833c18a9 installed DEBUG: pinentry-1.3.1-1.el10.x86_64 1730799299 268288 7b600756d31f47600c9c5804ea310207 installed DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 1739178290 103608 1aea9cd852c11b32c62306dbc817f78c installed DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch 1730229430 1600309 2d8ff882a5474646d918d8a659d466e4 installed DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch 1730233556 1428570 c5eb388d521aeeb0a0a1af08510d0ded installed DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch 1730233556 1460518 343aa3d85f3dec940791857131adbddd installed DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch 1730233556 86336 ea100dd5e02bf99edda8db08dd6a0d98 installed DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch 1730233556 1216723 c85ec46bf6cb5ee7e554157a4437b457 installed DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch 1730233556 1100338 b4062caa2532c33f8a535e3618c76819 installed DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch 1730233556 1429732 410fc78ef3967c59a9e28b2f0d0cf3bb installed DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch 1730233556 2505850 d4a3340940f41ab4dc40762ebc4b5177 installed DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch 1730233556 1557220 8f0520bc45660eabe132ffbfe8d640e4 installed DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch 1730233556 45248 7fdd04af8e7dac35eab33927f8a507ae installed DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch 1730233556 400137 79dee41a0ba562f5bf2b90d342af9eda installed DEBUG: urw-base35-fonts-20200910-21.el10.noarch 1730233556 5478 9a5fdb4cb4ef59a2fa9d349cc72f505a installed DEBUG: kmod-libs-31-12.el10.x86_64 1755586286 150598 7aeee35d70dbdf8da4882726162a4f73 installed DEBUG: rpm-sequoia-1.9.0.1-1.el10.x86_64 1751649033 2723377 ab82de9d505e32efcba03b885119fb67 installed DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 1756197347 16413 e3c4048663e6c16c35b182264b8a7abf installed DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 1756197347 743080 da1f3e97e96168d8df7097007a67f3e3 installed DEBUG: libsemanage-3.9-1.el10.x86_64 1753359641 319451 4229000945e4ab894ced279891b57605 installed DEBUG: shadow-utils-2:4.15.0-8.el10.x86_64 1754394098 4282173 e3ca9676d0be874fb0a62ae419580f52 installed DEBUG: libutempter-1.2.1-15.el10.x86_64 1730222480 59097 3d7e2d73681be7ee74b906baf3003c64 installed DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 1730233187 1765648 86b04608b431d286b21d73a45d0f13cf installed DEBUG: tar-2:1.35-7.el10.x86_64 1738777241 3097154 f8d3b5a4f39d52f208c74d90ab384c88 installed DEBUG: zip-3.0-45.el10.x86_64 1751450411 730233 9c04520218a965e62771717a002d3fc1 installed DEBUG: cpp-14.3.1-2.1.el10.x86_64 1750714831 40400337 5e61dc5d1e145602e20a950c74768f63 installed DEBUG: libpsl-0.21.5-6.el10.x86_64 1730221584 82456 e51ba2fb198c78d0192012c64b37224b installed DEBUG: dbus-libs-1:1.14.10-5.el10.x86_64 1730215691 381803 3986b69c669ef4619f4b07fdbd7cc6f3 installed DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 1752240296 181946 7cf7578b4f5fc36301cb371e860ab688 installed DEBUG: libusb1-1.0.28-1.el10.x86_64 1744806478 170605 226d314bfd9fd97cbf927c76c9a1734d installed DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 1733406346 728430 234b2a6d9bb457044f53d7cb729ec330 installed DEBUG: openldap-2.6.9-1.el10.x86_64 1755037201 526418 181206637e651785b1363b5745a4912e installed DEBUG: gdbm-1:1.23-14.el10.x86_64 1753088209 475471 6f9ce83951aa4d0c638d236ad59c8fa7 installed DEBUG: pam-1.6.1-8.el10.x86_64 1751360210 1840377 34c27d641de5452ddf7c5e096aad5d22 installed DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 1754617146 1072310 471d66a7d8725aec7eb995ce9c4b2b39 installed DEBUG: nss-softokn-3.112.0-4.el10.x86_64 1754617146 1324227 d3926c676afa8cb3e23868db498984ea installed DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 1754617146 18464 5aed713ca0f9ffb47cec5ba8f53f179c installed DEBUG: nss-3.112.0-4.el10.x86_64 1754617146 1977490 de0fd46caba864f4e8de1cd0334cf698 installed DEBUG: jasper-libs-4.1.0-5.el10.x86_64 1730219578 340810 4412964b611c16dbc916caccc019f17d installed DEBUG: LibRaw-0.21.3-1.el10s.x86_64 1739179255 2446638 6ceb7584d6131ee657e8fb649e025d1e installed DEBUG: libbpf-2:1.6.0-3.el10.x86_64 1755087975 436788 f75f288f5635c5707ca9b1c930abdc9a installed DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 1730222786 348498 f925a0f3ffd64dce3b2f5a5564bb7fcc installed DEBUG: xml-common-0.6.3-65.el10.noarch 1730231784 80280 7784b07633cf3f6f4aff07408198892e installed DEBUG: bzip2-1.0.8-25.el10.x86_64 1737038253 95093 499d5be2f4267c6f95c8a8abf0a8c59f installed DEBUG: graphite2-1.3.14-17.el10.x86_64 1730217759 200695 ea49afba5fde9fc3b885b7831ef04cad installed DEBUG: freetype-2.13.2-8.el10.x86_64 1730216401 870983 bc3698d3bf5dc73da13e6ac6028a92be installed DEBUG: harfbuzz-8.4.0-6.el10.x86_64 1737385279 2682932 2d9a808662ff4bc150c4352c7e21f746 installed DEBUG: fontconfig-2.15.0-7.el10.x86_64 1730216441 789642 6284d23092e7524cc2b5444a1e7aa803 installed DEBUG: libraqm-0.10.1-2.el10s.x86_64 1738591708 33364 cc1eea3fd4f778645b61b2ef36e6f3bf installed DEBUG: imath-3.1.10-4.el10.x86_64 1730219392 369518 24c80b864f46c48cc6430fcd84dbb111 installed DEBUG: liblerc-4.0.0-8.el10.x86_64 1730221235 630269 d0877f13e7c6a617ec4b1260a3ae37d3 installed DEBUG: libtiff-4.6.0-6.el10.x86_64 1743457997 620323 41d6fb3679eedf3b3078575de6c0f259 installed DEBUG: openexr-libs-3.1.10-8.el10.x86_64 1730225707 6702448 6b12364d556a1139de86b8a1fcdc7c4b installed DEBUG: dbus-common-1:1.14.10-5.el10.noarch 1730215691 11504 da769f965be2149de4b59b4ee15abfc7 installed DEBUG: dbus-broker-36-4.el10.x86_64 1755247985 395694 5ee6828679ad072fd633adf0c7cfa85b installed DEBUG: dbus-1:1.14.10-5.el10.x86_64 1730215691 0 a9d6b88e207e560aa021a7bf329fa8d4 installed DEBUG: ed-1.20-5.el10.x86_64 1730215852 149892 e1e288db4337486a7c77f0e6bd3bbe8c installed DEBUG: patch-2.7.6-26.el10.x86_64 1730226385 273106 629d8b27ec95017e5710c3f64376a32b installed DEBUG: less-661-3.el10.x86_64 1730219928 410949 12a5c4e186c837698a080ea19e972869 installed DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 1730220423 249718 4fdd7dae30461b978ab748b08a3bc0ba installed DEBUG: cpio-2.15-3.el10.x86_64 1730215674 1146592 61aa626f62b20f0c8c7cf66eedcbb856 installed DEBUG: duktape-2.7.0-10.el10.x86_64 1730215929 630984 1d34dbc094c548ee521996f25fc3ac3d installed DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 1730219803 55667 f3fa3cffd844c72bbd66724696a99bc4 installed DEBUG: libcbor-0.11.0-3.el10.x86_64 1730220246 75663 d6f49ac89814ee1ab7f0025b56932530 installed DEBUG: libfido2-1.14.0-7.el10.x86_64 1730220618 243444 475c2ca7218bd930edf7ab3bb75f0c3f installed DEBUG: libcom_err-1.47.1-4.el10.x86_64 1750842543 68697 2c1905a55e760f9c110bfc0e8adb4254 installed DEBUG: libnghttp2-1.64.0-2.el10.x86_64 1730225043 174188 5eeac80e9dd6a1dcfd404a8a7f726465 installed DEBUG: libpkgconf-2.1.0-3.el10.x86_64 1730228319 80073 29a40a2c8547c3a919e88eeb7b65c0c4 installed DEBUG: pkgconf-2.1.0-3.el10.x86_64 1730228319 84394 9d7185cea1dbaf5c7fd90496405870fd installed DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 1730228319 989 3c7cb7632d24c50637aba61cebafcae4 installed DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 1730222731 30995 7a920a9940272b25b465231e89e54690 installed DEBUG: glibc-devel-2.39-56.el10.x86_64 1755594362 2340839 31d8886d8e4b4067355a3bb6a022794e installed DEBUG: libseccomp-2.5.6-1.el10.x86_64 1751627631 181747 13a76b9197285b355969d206a5897be7 installed DEBUG: libverto-0.3.2-10.el10.x86_64 1730222483 30157 4d68fbc37bf8a651028e124253921fda installed DEBUG: krb5-libs-1.21.3-8.el10.x86_64 1746462303 2429165 d128aff61e99968a0b6d22a1e9ffd926 installed DEBUG: libssh-0.11.1-1.el10.x86_64 1730102150 583267 76aec171b235b18fef05b534bc855454 installed DEBUG: libcurl-8.12.1-2.el10.x86_64 1744713242 858278 aae9071f6606439144d0d2341f351a9f installed DEBUG: util-linux-2.40.2-13.el10.x86_64 1753880156 3884785 df149779337fba58bcdf71d18584aefd installed DEBUG: authselect-libs-1.5.0-8.el10.x86_64 1730215145 820118 bcc3148237825fa3e17a24f10da0fb19 installed DEBUG: cryptsetup-libs-2.7.5-2.el10.x86_64 1730215738 2461118 745694e988f33cd223b199af2338d471 installed DEBUG: device-mapper-libs-10:1.02.206-3.el10.x86_64 1749631649 432217 0d7466e6e731dcea5b366e95021136b2 installed DEBUG: device-mapper-10:1.02.206-3.el10.x86_64 1749631649 354662 289c5c46bdb4ca7c431f13c3a06a2611 installed DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 1746041422 81801 b8116dfdfe9c7efe5cc4f75f5990cd9f installed DEBUG: elfutils-libs-0.193-1.el10.x86_64 1746041422 702893 800b6863b34c85196adb5bdf303dd499 installed DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch 1746041434 1810 a7a4ca739663c17ba96b52f149914547 installed DEBUG: systemd-pam-257-13.el10.x86_64 1755263174 680041 3c38c9efadcb156f8f8737e35a720b0c installed DEBUG: systemd-257-13.el10.x86_64 1755263174 17616658 21ef29c8b7639a7dff90989dacba1329 installed DEBUG: binutils-gold-2.41-58.el10.x86_64 1754553565 2182171 e35bd89fbda9b3d594e1b9216aeaa424 installed DEBUG: binutils-2.41-58.el10.x86_64 1754553565 27869794 e8f0d81fa54d39d12581b35e85a96765 installed DEBUG: polkit-125-4.el10.x86_64 1755093026 490037 77642f3601a14e811a673ec8d86d924e installed DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 1730228823 95997 a2dca6f6da42d2af50a4340e6d70871b installed DEBUG: elfutils-0.193-1.el10.x86_64 1746041422 3086630 7fde3a8c40691c7d511cf1106c45d6ca installed DEBUG: gdb-minimal-16.3-2.el10.x86_64 1748968594 13817513 8dc3ee39bf64fa319f0ac79698fa8acc installed DEBUG: debugedit-5.1-8.el10.x86_64 1750438732 205407 854e7eed20de9dd2277af887c5ef75c3 installed DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 1756197347 198960 154c0adbf671c9737dd703b0be7df0ce installed DEBUG: openssh-9.9p1-13.el10.x86_64 1756825988 1452227 9357122570e5391a2b1bf91bbb755f80 installed DEBUG: openssh-clients-9.9p1-13.el10.x86_64 1756825988 2756462 5153dcd9100f9f467c654d8b7786ab64 installed DEBUG: git-core-2.47.3-1.el10.x86_64 1752151865 23581211 54012029b93d3d9701d468dbc861f298 installed DEBUG: curl-8.12.1-2.el10.x86_64 1744713242 457272 7237349c3bea5464abc1d4ed9e645840 installed DEBUG: rpm-4.19.1.1-20.el10.x86_64 1756197347 3100884 3ad62c7da0282e0376e14bf924fd5eb7 installed DEBUG: efi-srpm-macros-6-6.el10.noarch 1734008449 41044 1ad8953ce79f728ad45d9708d84a7eee installed DEBUG: lua-srpm-macros-1-15.el10.noarch 1730223327 1367 1fbe1970bdc0d6edcd3fdc530b8be649 installed DEBUG: make-1:4.4.1-9.el10.x86_64 1731009937 1880255 6b4ced19a6818dbe9cc17bb080560e2d installed DEBUG: gcc-14.3.1-2.1.el10.x86_64 1750714831 114762250 da2e8a92a88b52ed9f72e5085174977a installed DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 1754477902 1035841 28fce0cb205564a6788c34b08b2b8968 installed DEBUG: gcc-plugin-annobin-14.3.1-2.1.el10.x86_64 1750714831 57970 430960e4b2bc067deb0c6df9951097d6 installed DEBUG: fonts-srpm-macros-1:2.0.5-18.el10.noarch 1730216344 57184 1c64f1de557330974aff611b600dae9a installed DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch 1734556047 39882 fabea85a88c6ad82988771613c4c1125 installed DEBUG: go-srpm-macros-3.6.0-4.el10.noarch 1730218185 61912 73de5378f0c920b8cf8a4af1f5ee2730 installed DEBUG: python-srpm-macros-3.12-10.el10.noarch 1744804726 52539 db863cc8b9f7f04cc76daf66391d4c9f installed DEBUG: redhat-rpm-config-293-1.el10.noarch 1753090328 184121 075ffb827d0d5cb195845180ef54aafd installed DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 1756197347 176781 8ed031c73a947aa6c3d652673917a8ee installed DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch 1731588881 1952 d4ade3bbe7b9be654b4f26c2beb49edc installed DEBUG: python-rpm-macros-3.12-10.el10.noarch 1744804726 22627 76285a929fba0b09bbccc14bc9481135 installed DEBUG: python3-rpm-macros-3.12-10.el10.noarch 1744804726 6586 12bf378fdb43a99696854f9c2d9954ab installed DEBUG: mpdecimal-2.5.1-12.el10.x86_64 1730224546 205695 78dc22f1e261c382b161055fae287aa9 installed DEBUG: python-unversioned-command-3.12.11-3.el10.noarch 1756120476 23 32d31d76feab4430ef1f042951d135fd installed DEBUG: python3-3.12.11-3.el10.x86_64 1756120471 32122 e6f511ab0a8af68dbc99529e47b683e8 installed DEBUG: python3-libs-3.12.11-3.el10.x86_64 1756120471 43634698 894765078c1914bee95b9686250cc3cc installed DEBUG: python3-packaging-24.2-2.el10.noarch 1738250594 570729 1edd3696535c1e17b1c56a05403d98dc installed DEBUG: python3-setuptools-69.0.3-12.el10.noarch 1750322830 7489822 ed0a4a9cfc6509ea88abe57e7d6fd627 installed DEBUG: python3-idna-3.7-4.el10.noarch 1730229122 608800 997087c9a5891316b3df42888f34d3a5 installed DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 1730229116 946183 60a4eef35b59b2e25c8628c2dded64e3 installed DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch 1739541276 469225 b16715f7769c47ca01364dd8cf4e2fba installed DEBUG: python3-urllib3-1.26.19-2.el10.noarch 1730229666 1020701 e3a3d61ec75bc975cf1e5f789ec8c2dc installed DEBUG: python3-babel-2.13.1-5.el10.noarch 1730215314 32699135 5612203d5825461cfefcd14e7dd5ceab installed DEBUG: python3-rpm-generators-14-12.el10.noarch 1730229620 83703 dd85a9253f6c833cd79c2e17d00a470d installed DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch 1746515787 337674 d19fd140b90095bfd843eef168db4ea2 installed DEBUG: python3-requests-2.32.4-1.el10.noarch 1753444661 488211 f934b19489b55854db91cf6d658371c2 installed DEBUG: python3-dns-2.6.1-1.el10.noarch 1723732656 2952737 518dd356689f8213ae29540a2a5e1a94 installed DEBUG: python3-docutils-0.20.1-5.el10.noarch 1730229238 5020198 7b945ee38a0e8f02c264b75de2588d9b installed DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 1730229370 57655 aae145c6ce911f725ac7d4f1ac134c23 installed DEBUG: python3-jinja2-3.1.6-1.el10.noarch 1743112165 1617187 acdcedea85f1bd1ebb50a957e43d99ca installed DEBUG: python3-pip-23.3.2-7.el10.noarch 1730229430 14859218 31e43046c676e62f524678e36656ed8c installed DEBUG: python3-imagesize-1.4.1-9.el10.noarch 1730229107 35540 d1301ccacc1cd88fc7bf7ccef9d38282 installed DEBUG: python3-pygments-2.18.0-1.el10.noarch 1737364998 8411601 ca4be5b2d1dbd1732832ba315a294496 installed DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch 1730229681 42883 8f90547e7075b9a66518309a9aa31916 installed DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 1730226519 65565 5cc3fe95daea76b302b8fe77892afe5b installed DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 1730226510 413717 936a559ba5ac2994e1418b3842bd3493 installed DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 1730226519 220177 99b622cbdf6b5e6928ae65060e972974 installed DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 1730217561 591737 c4560b6214e42242d0e94a19e5513624 installed DEBUG: gnupg2-2.4.5-2.el10.x86_64 1730217561 9979077 576528bb73b23f28ee9a004530cdd52f installed DEBUG: gpgme-1.23.2-6.el10.x86_64 1730217877 609635 669f9ce493cc5b368780557fd841b94c installed DEBUG: gpgmepp-1.23.2-6.el10.x86_64 1730217877 430341 0b853f44adc382c8a56218c74ef0d816 installed DEBUG: poppler-24.02.0-6.el10.x86_64 1736512704 3554297 8eb4214bb2065fd51e4fe40b664467a1 installed DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 1730219621 168984 a76084465e9251ddf218a3f69af247f0 installed DEBUG: libXau-1.0.11-8.el10.x86_64 1730222665 68459 fc57676cc147be91d56abc13cb5cfce4 installed DEBUG: libxcb-1.17.0-3.el10.x86_64 1730222737 1162650 53fbbf00f5a3c5d91f223d83f1066b80 installed DEBUG: libX11-1.8.10-1.el10.x86_64 1733735632 1350964 f4b8afd1803b859b313b66f5bb1f0bf5 installed DEBUG: libXrender-0.9.11-8.el10.x86_64 1730222908 51311 7ad31f9ac505f004c06c5a60612391bc installed DEBUG: libXext-1.3.6-3.el10.x86_64 1730222717 96253 96de174ce1016a085a28161c04d1806a installed DEBUG: libXft-2.3.8-8.el10.x86_64 1730222783 168381 b087060f92e999eb3e2153182309da93 installed DEBUG: libXpm-3.5.17-5.el10.x86_64 1730222910 152003 2df14c23f0dccf1e70096a716d4d6424 installed DEBUG: gd-2.3.3-22.el10.x86_64 1750858270 400915 2b368f215805a055f42d475db96b545a installed DEBUG: libXt-1.3.0-5.el10.x86_64 1730223042 448361 0353cb970accc8b9b554a33fdec9da66 installed DEBUG: libdatrie-0.2.13-11.el10.x86_64 1730220305 59289 cf20a9bff0a5711777fd6eed0eb8df8b installed DEBUG: libthai-0.1.29-10.el10.x86_64 1730222183 802278 58833d87ce0d583643743f26c6039e73 installed DEBUG: libijs-0.35-24.el10.x86_64 1730221026 67204 fc2a74580a1207d03f9ca2c1cbece5d0 installed DEBUG: libpaper-1:2.1.1-7.el10.x86_64 1730221516 50005 beb8bab2e988cb36754e28e9d899cdea installed DEBUG: pixman-0.43.4-2.el10.x86_64 1730228273 694319 d072d69959cb5752e428a3463e181f63 installed DEBUG: cairo-1.18.2-2.el10.x86_64 1730215330 1818236 9a30697458cf6ee76fb216cbb9ce544e installed DEBUG: pango-1.54.0-3.el10.x86_64 1730226353 1024097 7ed6bff29df6118cc7290c457de1b29a installed DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 1730215330 36040 f664305b3c936813aa92596252f29ed8 installed DEBUG: librsvg2-2.57.1-9.el10.x86_64 1732260608 4349023 6ce6e8059a446770303fa6e0d3ce24f5 installed DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 1732260608 15784 6f1acc267d6247c0d58dcafd7912b448 installed DEBUG: poppler-glib-24.02.0-6.el10.x86_64 1736512704 578768 9ad58314eeefbb0f89779a2980fd9b70 installed DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 1739178539 163402 41c0daea5347778ccd435d593bf95041 installed DEBUG: cups-filesystem-1:2.4.10-11.el10.noarch 1736272587 0 f481eace099bac9d66b161e53e1ecc51 installed DEBUG: cups-libs-1:2.4.10-11.el10.x86_64 1736272591 624534 10c2d962c979b5f21b6ce87ed1fba1ee installed DEBUG: libgs-10.02.1-16.el10.x86_64 1746621346 24333486 355882f756f9c9b71f6098932b310e10 installed DEBUG: graphviz-9.0.0-15.el10.x86_64 1730240660 4430109 2f76d0ebdd22fb0744c34e65e681482c installed DEBUG: ImageMagick-libs-0:6.9.12.98-1.el10s.x86_64 1739181763 8574479 e282b0723f4b530e070758309abd77f0 installed DEBUG: ImageMagick-0:6.9.12.98-1.el10s.x86_64 1739181763 245728 3d3079e28a22bc8ff24203f962b024d9 installed DEBUG: python3-sphinx-1:7.2.6-10.el10.noarch 1730229736 11309241 9a78413bc4ed4c3fcdf1d08d26a96211 installed DEBUG: python3-devel-3.12.11-3.el10.x86_64 1756120471 1336363 79e9825f61a722d77865667fee787628 installed DEBUG: python3-eventlet-0.40.0-1.el10s.noarch 1755169696 2163017 2473abdd1bccf46ef683c25b78db15c1 installed DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 1730229665 23459805 b8e4574462ef8ead73d9dfc3f52f45e2 installed DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch 1730229721 315016 8b0171b157b9722d621b59a5e754878b installed DEBUG: python3-pbr-6.1.1-1.el10s.noarch 1748618097 634274 c3a1df9e1005c2ab52308c84d38fb5ed installed DEBUG: python3-six-1.16.0-16.el10.noarch 1730229623 120439 2adba5efc7db90de5b163a28b00ccf71 installed DEBUG: authselect-1.5.0-8.el10.x86_64 1730215145 160761 4900e595754d431a53a35a510aeecb7f installed DEBUG: systemd-rpm-macros-257-13.el10.noarch 1755263176 10938 81b40b1a1a6b22fa383538045fd7e899 installed DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch 1751435630 45488 67587d28ddaebed51a9e23cec015074c installed DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch 1731588881 116503 57cf0d789d5e7802c3cb75324fc925c2 installed DEBUG: python3-wheel-1:0.41.2-5.el10.noarch 1730229891 518630 6963b4e5fbf77b4c0ef592c46b529aa1 installed DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch 1731059081 172653 e8eb11259fea0eeda969b316b8384265 installed DEBUG: python3-filelock-3.15.4-3.el10s.noarch 1731058737 92158 d8eabb789aaaa99bff7d95da27562b31 installed DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch 1731056783 82288 013ed4ee5e0d17c427b3e065ccdafb2f installed DEBUG: python3-distlib-0.3.9-1.el10s.noarch 1731059442 1217909 34438f3fd1f5935fe54e943f47d334e1 installed DEBUG: python3-chardet-5.2.0-1.el10s.noarch 1730888623 2161972 43e2c7d2f8583d29a4e6c384e1c44687 installed DEBUG: python3-cachetools-5.4.0-6.el10s.noarch 1731062713 140847 b0b431b6ccfc5012ae66e5e4c487b41a installed DEBUG: python3-wheel-wheel-1:0.41.2-5.el10.noarch 1730229891 65769 469e09806e2ddd6b642503c06d092713 installed DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch 1750322830 766397 a76df75d15e6fc5905616f30afd564f5 installed DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch 1730917676 655447 8c6bc214b126ae6d877648d0323ddcb8 installed DEBUG: python3-pluggy-1.3.0-5.el10.noarch 1730229371 186765 cd81f4a49466a80867355fe422378974 installed DEBUG: python3-colorama-0.4.6-13.el10.noarch 1730229065 194726 fbd819363ab7fbf8c59ce17abf06292d installed DEBUG: tox-4.21.2-3.el10s.noarch 1731061324 1250841 43af758a6323e0f5feee516e6ff80a43 installed DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch 1730902599 72788 4bcdce5f226c5bd50767a34a652624e2 installed DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch 1756901907 312149 c53ba390163f3cb80f7e5fa9ff13793d installed DEBUG: python3-iso8601-2.1.0-3.el10s.noarch 1738058890 52152 b88415a2b3711250a8dc0f772fa96c12 installed DEBUG: python3-webob-1.8.9-1.el10s.noarch 1737648216 1439046 cb1585b1b8ab9c2aa75b764ffc1bdba8 installed DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch 1737458511 1871591 01cc5831e388f9af11205a35f2338628 installed DEBUG: python3-netaddr-1.3.0-2.el10.noarch 1737397369 10138039 b6f5b55e515f9e9f09ccf7522a2a4e6f installed DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch 1752651861 880820 bc23c46f6f42c0353bbcefa948a2beee installed DEBUG: python3-subunit-1.4.4-5.el10s.noarch 1738655653 446682 9dbb0f1ec8efcd56c36d8a3026f830f8 installed DEBUG: python3-psutil-5.9.8-6.el10.x86_64 1748354405 1500396 90eefd25db20fae8fd606dd1adc6aed9 installed DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 1737453719 333975 d8341954028b5e0cd368f6644312fb1b installed DEBUG: python3-fixtures-4.2.2-1.el10s.noarch 1737468005 428292 9ab60f66b62f250ca0fe90dd0fd7821c installed DEBUG: python3-fasteners-0.19-1.el10s.noarch 1738579537 118969 a68e342eb69e2c9124f233f7913a78a4 installed DEBUG: python3-pyasn1-0.6.1-1.el10.noarch 1731706247 894742 76789712e57575ede7d56544f6989356 installed DEBUG: python3-decorator-5.1.1-12.el10.noarch 1730229177 79127 9c6e14cd2b6e3665cbf1998cd51a20b3 installed DEBUG: libtirpc-1.3.5-1.el10.x86_64 1730222175 207610 ba47260355e0efc590c3362ffa428b25 installed DEBUG: libnvme-1.13-1.el10.x86_64 1747149294 296502 01fdd98ba36ce8c824bedbbc267ad0f6 installed DEBUG: libaio-0.3.111-22.el10.x86_64 1733938481 57853 26e6075dd6fd01be99e656fd4c756ee8 installed DEBUG: kmod-31-12.el10.x86_64 1755586286 275075 f770c413b70c3f78d7ebd3d4b323b3b6 installed DEBUG: device-mapper-event-libs-10:1.02.206-3.el10.x86_64 1749631649 58908 a2316a4bfbe1a2c872b6e0045ea0cde7 installed DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch 1737466362 113932 2f3d514cfdb455e1696192d12e05a835 installed DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 1738921897 207116 d7d9f9001e7e352a2c15ea0cd04f5efd installed DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch 1739361663 96455 f6e26491dfeeb13224155a9c231ef924 installed DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch 1756900570 61959 8264ea1bdb5643f3316364730ce51005 installed DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch 1757114611 312968 8a954bed5bd7f821dd3d146fc1e2eae0 installed DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch 1737371818 361593 33704c3a80b274da1912c816d36d1d4b installed DEBUG: python3-vine-5.1.0-10.el10s.noarch 1738053141 59036 ff46523602c01279bc4e42484dfbc5b1 installed DEBUG: python3-amqp-5.2.0-7.el10s.noarch 1738328407 440885 95ff1edfd58eda07f54bc179c34d4c78 installed DEBUG: python3-tenacity-8.2.3-1.el10s.noarch 1738684952 160047 141c93dc6da08b605d39441a899bdb2e installed DEBUG: python3-redis-5.1.1-3.el10s.noarch 1730971972 2548258 d9405628d457537a293a385fbb0e6ca8 installed DEBUG: python3-dulwich-0.22.1-2.el10s.x86_64 1738576764 2706882 0c18ad333c352a3ee3947d78ba3b34e0 installed DEBUG: python3-oauthlib-3.2.2-6.el10.noarch 1730229429 1035938 8351e7767c2ebcb500bd5ca2a47d898e installed DEBUG: python3-mako-1.2.3-9.el10.noarch 1730229289 717113 0b92d12cd53eeb81954d2064b413b27f installed DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch 1738829755 595026 ccc7a9e55c7fc53f75196f0dcd1f332b installed DEBUG: userspace-rcu-0.14.0-7.el10.x86_64 1730233428 415848 3ed455e76a82e2be445fb0bc8c4ec71d installed DEBUG: python3-wcwidth-0.2.6-6.el10.noarch 1730229871 519341 8e7b16c7ab6f5ae90d7bea01c8d4eee7 installed DEBUG: python3-prettytable-3.6.0-10.el10.noarch 1730229417 363172 35b35565e30c4e035dcff0ad92455c06 installed DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 1730229664 710165 1607242203faedddb4ce77c2c8e8dbb5 installed DEBUG: python3-attrs-23.2.0-7.el10.noarch 1730228997 382200 403ebaaf3480f5841698588191fa13da installed DEBUG: python3-referencing-0.31.1-6.el10.noarch 1730229704 320360 a5d547442b1a668017a013d98058564f installed DEBUG: libref_array-0.1.5-58.el10.x86_64 1730215619 58662 0bed69971361e0965f98c738477f98a5 installed DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch 1753168096 148285 c99c4e9ca1eb64968da7121315917f01 installed DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch 1757064578 3093237 8d5df5df154c72309c011ca1698472cf installed DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch 1730229300 46869 c237b466880c96dec683c5db43744759 installed DEBUG: python3-jsonschema-4.19.1-7.el10.noarch 1730229314 870395 47950eed156da4e95abb6f89b1b0f2f4 installed DEBUG: device-mapper-multipath-libs-0.9.9-11.el10.x86_64 1752533713 975657 2a34172bec80468a6affcf028b05c20d installed DEBUG: python3-alembic-1.13.1-7.el10.noarch 1730229114 2760122 d971ffa58ebfa22a8379dd30340b57d2 installed DEBUG: python3-requests-oauthlib-1.3.1-11.el10.noarch 1730229675 137951 03037149528abdaf13c492c82f7aa9ed installed DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch 1738660739 1764794 c78f03e5a4da3cf3fdbd6cadfbddd04d installed DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch 1739444810 184834 9730fb14544e40d39bf092d2e6c363e5 installed DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch 1756900895 141561 44826a8452d7ebde934e23f7b0efb6db installed DEBUG: device-mapper-event-10:1.02.206-3.el10.x86_64 1749631649 56090 bc76141520be9c28b7a1ef04f944b205 installed DEBUG: lvm2-libs-10:2.03.32-3.el10.x86_64 1749631649 2617801 1506b0ad3584adffc419a3a935d91464 installed DEBUG: nvme-cli-2.13-2.el10.x86_64 1750682912 7054094 be83345c8420711bb813aeb32c7028c1 installed DEBUG: rpcbind-1.2.7-3.el10.x86_64 1730230822 114584 ac575603e7f9ed094e0e69d9297298ac installed DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch 1738852778 353626 22f3280b7314901f6d08d6a3d3b76023 installed DEBUG: python3-pyasn1-modules-0.6.1-1.el10.noarch 1731706247 1790316 7d708b5788f6b6e673a7900ab7e0a9f2 installed DEBUG: python3-rsa-4.9-8.el10s.noarch 1738761009 246258 6fd225cd227d5a4b1375366ea9efc08b installed DEBUG: python3-google-auth-1:2.37.0-1.el10s.noarch 1737368221 1449911 1ed9193d75d0e2879c5f35d100210df9 installed DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 1738594796 179246 f2544d11da0dbfca2607e5c8a69d4557 installed DEBUG: python3-websocket-client-1.8.0-2.el10s.noarch 1737450666 454161 ced85f6368868690d4ec011429355307 installed DEBUG: python3-waitress-3.0.1-1.el10s.noarch 1738826477 336903 46eb084e4b84a88928a5dc103e1f6227 installed DEBUG: python3-uhashring-2.3-8.el10s.noarch 1738590060 67891 c273a0126c22274490891f36a375a3e0 installed DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch 1738656887 456243 a19ff8f6dab6c4416cd799f32211e0b7 installed DEBUG: python3-testresources-2.0.1-18.el10s.noarch 1737469273 315070 4a1fd429212b8adc607027062b474b0a installed DEBUG: python3-statsd-3.2.1-33.el10s.noarch 1738055041 150783 97f5fa9ebb10942c7cae2f4058f5d97f installed DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch 1738052245 208254 5f5d9f7b447feddaa5efe1b1c82cb9f1 installed DEBUG: python3-repoze-lru-0.7-25.el10s.noarch 1737369170 117180 a0564003fbb8efcb9bd007fb7c7bce60 installed DEBUG: python3-routes-2.5.1-11.el10s.noarch 1738828305 503232 6e1f36e96702a81f55fe60a350b9f3e8 installed DEBUG: python3-pytz-2024.1-3.el10s.noarch 1730926953 231152 a2e7e129993bcdf51e7de413b333d799 installed DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch 1737111011 93868 2cc1af441efe2e9a4ac41c3c6c5f0dea installed DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch 1738593594 803168 ec2318d07d10e1d03f0d3c4ae411ac0f installed DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch 1737647799 129765 5fa8df2820887dd91d7f999c050002b7 installed DEBUG: python3-memcached-1.59-15.el10s.noarch 1737110683 140352 d94e9ff3cf83bec16f6817777772d3c1 installed DEBUG: python3-kazoo-2.8.0-16.el10s.noarch 1737647488 759436 10bb47174f0ddc2cfa5ba6c480ac7004 installed DEBUG: python3-zake-0.2.2-22.el10s.noarch 1738052178 172875 cfac917a3b9a5b1043153668df93de03 installed DEBUG: python3-extras-1.0.0-36.el10s.noarch 1737467939 12597 b0937f731ece6ed29fa769c955cbe551 installed DEBUG: python3-durationpy-0.9-2.el10s.noarch 1738923730 12482 3566c2851809b2c6508ed5bbeada5ef6 installed DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch 1737470470 200931 3ab39d6a704ee50a9b22e90b18ca232c installed DEBUG: python3-certifi-2024.08.30-1.el10s.noarch 1737112939 6911 aae4c5e71696052ccbba6fe27c0dad0d installed DEBUG: python3-autopage-0.5.2-8.el10s.noarch 1738684947 311747 122570d58f3b3d41c0293b04710c7a76 installed DEBUG: libsodium-1.0.20-2.el10s.x86_64 1736248689 394283 9cc208bfa5feeaec33858f2774b31bf5 installed DEBUG: python3-jsonpointer-2.3-9.el10.noarch 1730229387 46632 5a97a4414ae4c90834ad61e965959284 installed DEBUG: python3-jsonpatch-1.33-6.el10.noarch 1730229351 75085 5e600f110fe6e221b10bbc8468263bf8 installed DEBUG: python3-warlock-2.0.1-8.el10s.noarch 1737374823 45870 0486884f148ec6ae1bb6e10fe5f80c69 installed DEBUG: python3-jmespath-1.0.1-8.el10.noarch 1730229299 151984 265788c58a744f867d22005c064fb608 installed DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch 1730229609 405275 f53e9df94138062816104ac985c950b8 installed DEBUG: libxslt-1.1.39-8.el10.x86_64 1753879736 492741 34fa52bb9a6ddf53759c567f36e373dc installed DEBUG: python3-lxml-5.2.1-4.el10.x86_64 1730229297 5186202 ced452f341bcf7ba29d17be6188670e4 installed DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch 1738761737 1497664 483d4c912c580096af4e6b00ea04d678 installed DEBUG: which-2.21-44.el10.x86_64 1751378208 81642 d5552843c23d6b8cfabde4653c8bb771 installed DEBUG: python3-cmd2-2.5.8-1.el10s.noarch 1737368129 1646915 4dbb83db27a73ae01c33962f10987772 installed DEBUG: sg3_utils-libs-1.48-7.el10.x86_64 1730805054 270933 8d6158a30af75ae609db6473b3891f09 installed DEBUG: sg3_utils-1.48-7.el10.x86_64 1730805054 3225052 00c109f7a93af140a94e2cbea9e1b1db installed DEBUG: quota-nls-1:4.09-9.el10.noarch 1734387363 280116 a65fcc763db7b8434d1fd2d78c6efdbb installed DEBUG: python3-pyparsing-3.1.1-7.el10.noarch 1730229042 1038569 10cd8727b47570d8ed575363f0a84a31 installed DEBUG: python3-ply-3.11-25.el10.noarch 1730229427 573665 e1e9239f24eebd8509c6c85309d3889d installed DEBUG: python3-pycparser-2.20-16.el10.noarch 1730229473 859394 b6d61bd85b25ad629a9c992b6becd9d9 installed DEBUG: python3-cffi-1.16.0-7.el10.x86_64 1730229065 1363295 84e5dc989caac4c9fb72c16124bfbdc2 installed DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 1730229073 4929962 7c78461ef2f085065d2f134c4d525135 installed DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch 1736244268 777252 673c197e46e16ed2ea0d6b9cc28301ea installed DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 1737382685 87531 b79dafd030634aa2736f096d41e5c258 installed DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 1738656379 618482 def02bc6880c4e5a1ec8071d9ef3a476 installed DEBUG: python3-paramiko-3.5.0-1.el10s.noarch 1738657430 1764475 c5675e951c9052fe50c6a733b58dd600 installed DEBUG: python3-paste-3.10.1-6.el10s.noarch 1738826853 2756313 dabf06dcee0cf091e090b448fb196279 installed DEBUG: python3-jwt-2.8.0-1.el10s.noarch 1737649448 166611 70a162d2ef1df894aca9e84280beaa52 installed DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch 1737649448 5525 55a7ccf79dfa32d7d3f7e3a091fdbdf0 installed DEBUG: ncurses-6.4-14.20240127.el10.x86_64 1730224743 639954 e942b42aa89c13a92455007cfe22da55 installed DEBUG: lsscsi-0.32-15.el10.x86_64 1730223274 119587 529116d96a741405794f03ca496cdc5c installed DEBUG: libyaml-0.2.5-16.el10.x86_64 1730222984 137595 1e4c8786f4e977fbd15fdf3c9f77a88b installed DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 1730229919 800922 589b78466347469576d5676b797b3d22 installed DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch 1750230126 367634 ea22dec32abd089e68f4ff0c89748548 installed DEBUG: python3-stestr-4.1.0-1.el10s.noarch 1738759744 827126 01732d2afa3169d0f9510b202e45c94b installed DEBUG: python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch 1739802752 159340 a4faa94c3b1130e2375261ade2519d24 installed DEBUG: python3-tosca-parser-2.12.0-1.el10s.noarch 1739541334 1381070 0332f0ffd9686be7c87bad692b36e358 installed DEBUG: libpath_utils-0.2.1-58.el10.x86_64 1730215619 62880 c719afc8ee51adb24f57061cd5cc4eff installed DEBUG: libnl3-3.11.0-1.el10.x86_64 1731509392 1085191 32f218d932cde20cb505f4ddddd547d0 installed DEBUG: libnfsidmap-1:2.8.3-0.el10.x86_64 1746742167 192563 0ada3c70f38fa67abf5f159d0431a1e4 installed DEBUG: libev-4.33-14.el10.x86_64 1737730068 107658 24ea22bafc2266bd252378fc56bbbefd installed DEBUG: libverto-libev-0.3.2-10.el10.x86_64 1730222483 16004 a855d4fe651935a369f34be5c5092e8c installed DEBUG: libcollection-0.7.0-58.el10.x86_64 1730215619 100992 3b33d02575f5f5f01adc1227f9a49caf installed DEBUG: libbasicobjects-0.1.1-58.el10.x86_64 1730215619 58548 9f943d10dedbd2b4880197b830835548 installed DEBUG: libini_config-1.3.1-58.el10.x86_64 1730215619 163216 2b8448e5121509242d0a10c0e94b88e6 installed DEBUG: gssproxy-0.9.2-10.el10.x86_64 1736441043 277780 47625c6c94d0632bdd71f91b6d60ea2b installed DEBUG: kpartx-0.9.9-11.el10.x86_64 1752533713 88323 1faf29aba69cc55ddce11006f05f2c64 installed DEBUG: device-mapper-multipath-0.9.9-11.el10.x86_64 1752533713 411009 2a9f30263ec4f1e03328b2e3806c2dbf installed DEBUG: keyutils-1.6.3-5.el10.x86_64 1730219803 159628 660424cdf768d0b1466d2a05c9158e9f installed DEBUG: kbd-misc-2.6.4-7.el10.noarch 1736498155 2623568 63b2e0c43f24d383521df865fa92f8e8 installed DEBUG: kbd-legacy-2.6.4-7.el10.noarch 1736498155 580739 ad29597ab46788ad098343b7fdbffe54 installed DEBUG: kbd-2.6.4-7.el10.x86_64 1736498154 1588486 643515270e9a6046e043b6602e91e502 installed DEBUG: systemd-udev-257-13.el10.x86_64 1755263174 12213928 b099722853cfa46b86041c49cff9c349 installed DEBUG: isns-utils-libs-0.103-1.el10.x86_64 1734158130 491090 3bb43a61960ce61e6aa4b88739c1eba9 installed DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 1747192525 171534 b950d43a91ccb1a12776fd432bb1487a installed DEBUG: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 1747192525 1461766 569455b991121d6fa8283907a219d149 installed DEBUG: groff-base-1.23.0-10.el10.x86_64 1730217931 4034942 e004eeb2536502e550cf5bd4ef60f50e installed DEBUG: perl-Digest-1.20-511.el10.noarch 1730226989 36060 c6615565782c90a4f61c1b5889a5166f installed DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 1730227064 61168 a2b95b167b4e092a064071e7dece884a installed DEBUG: perl-B-0:1.89-514.el10.x86_64 1752149556 509884 a0075629e673553688c368b83350e9fb installed DEBUG: perl-FileHandle-0:2.05-514.el10.noarch 1752149566 9568 50f9a7139d091ad8f92feef1f46d6c5d installed DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 1730227050 114342 8af3bf30ce603515408a201c2b4ffec2 installed DEBUG: perl-libnet-3.15-512.el10.noarch 1730227715 295890 c7a899752cbba4228196d8f281aeb0ce installed DEBUG: perl-AutoLoader-0:5.74-514.el10.noarch 1752149566 21029 67b412a9a2ea85e058d669c80fa5d838 installed DEBUG: perl-URI-5.27-3.el10.noarch 1730228291 245507 ba6540dd6568942c1082e110148a8a0c installed DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 1730227956 23045 53c84d684fc665d946d54da086620752 installed DEBUG: perl-Time-Local-2:1.350-511.el10.noarch 1730228183 70554 d6e7f9014a4bf0da32c73f65b93eb955 installed DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch 1730227659 9370 c8d564076a5b9bd0052c6781331686a3 installed DEBUG: perl-if-0:0.61.000-514.el10.noarch 1752149566 5948 fa330f49be1c401ab0fd6c3179b7ed9d installed DEBUG: perl-locale-0:1.12-514.el10.noarch 1752149566 6653 52bd256fd5a3f48fef031e20a7564533 installed DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch 1730227475 100992 3b8ccd7c1b965c316d7c0fa7454c7047 installed DEBUG: perl-File-Path-2.18-511.el10.noarch 1730227285 65002 db8687251ee6f09cbb3b3eb0ea6b4569 installed DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch 1730227812 25476 b7e81a3328873387eac23a5d3c45cead installed DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch 1730227469 701396 2295223ee39d4db301018e2b672e4a8e installed DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 1747820179 1412004 d113675d9f608c610450b175bd42cd5a installed DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch 1730228023 99820 1d65c4bb79be9248013ae26a66ff0885 installed DEBUG: perl-Class-Struct-0:0.68-514.el10.noarch 1752149566 25968 515b4c567aac69c9a07d1101dbaeaf5b installed DEBUG: perl-POSIX-0:2.20-514.el10.x86_64 1752149556 236585 b7c1836ab0171c465e1cce0fbd183aec installed DEBUG: perl-IPC-Open3-0:1.22-514.el10.noarch 1752149566 22995 ad050f990242aeb6871ec24b617ef16d installed DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch 1730227288 166172 5c86a41dc019fb8c97629db7524a336d installed DEBUG: perl-Term-Cap-1.18-511.el10.noarch 1730227953 29958 fd0c61ec8054bac86b6cb700467238ac installed DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch 1730227417 155788 0708640bcd02b366f5bb0e000023ebe0 installed DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch 1730227771 573280 5988a33959e10908eabe5cbb3562e421 installed DEBUG: perl-Socket-4:2.038-511.el10.x86_64 1730227897 126969 23874130d4f0d496fc39a2054d31e8af installed DEBUG: perl-SelectSaver-0:1.02-514.el10.noarch 1752149566 2220 1daf9ac1d126017e98d15acf197a3068 installed DEBUG: perl-Symbol-0:1.09-514.el10.noarch 1752149566 6976 c5ed767edd700544718b30b3b7598682 installed DEBUG: perl-File-stat-0:1.14-514.el10.noarch 1752149566 12808 11f06311d4b00bc6ee4cb8b2025ed962 installed DEBUG: perl-podlators-1:5.01-511.el10.noarch 1730227858 315477 4f2938cb1bd5cb908077869a67c70f8b installed DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch 1730227796 166972 f13b246589f692706409a2944dde35a0 installed DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch 1730227965 13839 3842925b9616ba29740278ee2833ca26 installed DEBUG: perl-Fcntl-0:1.18-514.el10.x86_64 1752149556 45991 eb5a71fad16fe689dc3241e4e794a42f installed DEBUG: perl-base-0:2.27-514.el10.noarch 1752149566 12844 2c575b61dc436213cd9b36e4d9389f47 installed DEBUG: perl-mro-0:1.29-514.el10.x86_64 1752149556 46620 bbaac2345df2e5e78085b22526890bb4 installed DEBUG: perl-IO-0:1.55-514.el10.x86_64 1752149556 154599 4aba8c3e1ff1e60aadc1c418f0373174 installed DEBUG: perl-overloading-0:0.02-514.el10.noarch 1752149566 4961 c6311d2eded603aef2bdfc131ed28d24 installed DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch 1730227785 86712 d457223ca2488f4f08c5fa109173c36a installed DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 1730227655 47172 b7f5740299a2b47aa762e614fcedd1f8 installed DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 1730227903 148958 9e6233a6ae137940c171b81f02481bdc installed DEBUG: perl-constant-1.33-512.el10.noarch 1730226803 26840 5472c1ad7a46a15e13497537068e8f5a installed DEBUG: perl-parent-1:0.241-512.el10.noarch 1730227844 9959 1880738673852b5139cfae95e9ab3e33 installed DEBUG: perl-Errno-0:1.38-514.el10.x86_64 1752149556 8531 81b6689ca14d3d0947b3b6144d46816b installed DEBUG: perl-File-Basename-0:2.86-514.el10.noarch 1752149566 14342 a1f76a6b2437f117db37b656cd745d9f installed DEBUG: perl-Getopt-Std-0:1.14-514.el10.noarch 1752149566 11449 882c99ddc73a6ef37d1f0127a1239250 installed DEBUG: perl-Storable-1:3.32-511.el10.x86_64 1730227965 242018 5a87e78241693ca4065babc1e841802f installed DEBUG: perl-overload-0:1.37-514.el10.noarch 1752149566 73252 41c6a995bda9f21ad53d49f839f0f84b installed DEBUG: perl-vars-0:1.05-514.el10.noarch 1752149566 3960 1745c06638516ee49ecfd9f3967ee62f installed DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch 1730227288 147853 4ddc14e0ccd2d8df9dc3004645893d63 installed DEBUG: perl-Carp-1.54-511.el10.noarch 1730226809 47652 3c34e34b832112dc81f1f579a65b7cef installed DEBUG: perl-Exporter-5.78-511.el10.noarch 1730226981 55539 ae13c00533b8ff50562bd1cf83e05e91 installed DEBUG: perl-PathTools-3.91-512.el10.x86_64 1737637077 178820 e64b82c0abf4c1b472d449bda787d874 installed DEBUG: perl-NDBM_File-0:1.17-514.el10.x86_64 1752149556 29126 4267fbf0b61fbde432cb5b4449d64073 installed DEBUG: perl-DynaLoader-0:1.56-514.el10.x86_64 1752149556 32841 49fc482b40caa5dc71c16285d97d36e7 installed DEBUG: perl-Encode-4:3.21-511.el10.x86_64 1730226996 4931658 22632a066b19270ba30b3bfb10204151 installed DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 1752149556 10261544 27d39240f374c2529d5a08a4f4c41459 installed DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 1752149556 125186 b6eebed9127e57b047115283867a40eb installed DEBUG: memcached-0:1.6.23-7.el10.x86_64 1730224144 477607 771ea0f9618c09c7082d37335bec3f89 installed DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch 1738925959 187175 eec52fa5e2d04c7c12e3e423161f8fb1 installed DEBUG: e2fsprogs-libs-1.47.1-4.el10.x86_64 1750842543 547823 b50aaab24abf2e93f2c47167ef1af032 installed DEBUG: quota-1:4.09-9.el10.x86_64 1734387362 711789 4135299db8651da72d5a29d41910755a installed DEBUG: nfs-utils-1:2.8.3-0.el10.x86_64 1746742167 1347968 5d8d6ccc0f81611a1ed4fc53d67dd4dc installed DEBUG: device-mapper-persistent-data-1.1.0-2.el10.x86_64 1730382724 3258659 5addd0f9ef186aa59c110f29d3064ea5 installed DEBUG: lvm2-10:2.03.32-3.el10.x86_64 1749631649 3831158 aee7291a94f6c67e169e9d442e8cb534 installed DEBUG: cryptsetup-2.7.5-2.el10.x86_64 1730215738 735665 ee2ac07019991db5bb70a7b0597fffe9 installed DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch 1739453755 28773 4e7043243b8d32c7faf710880da0bd00 installed DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch 1750231298 6638477 9bf0b4b744caf22ec76cfeb7348350c7 installed DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch 1753168199 244083 ca1b8fd4c9f683cb5e124cee6e199339 installed DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch 1739371822 18900 2c7defe4e86c86771a7b42d5f51b320b installed DEBUG: python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch 1756901473 14693 d4ca0a88040abf9e73a3ed969aeffcbf installed DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch 1756901269 18922 85e49e63a4af93395600274c96895e83 installed DEBUG: python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch 1756904408 14248 298581e5f4cfc34c7ea8feeb432c3b34 installed DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch 1756900677 15702 c79b7bab3fffbe38720045811957b58c installed DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch 1753166438 10966 55c1b38df3851fd406631f58dc5701cf installed DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch 1756902937 16987 206e8f6ed80e2701bc23a83bd2eeb66f installed DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch 1756901812 16906 7e0f5adbf623e623e5334f5105a92ef5 installed DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch 1756901812 220012 908466564f2908ba443e4e35b8af97b2 installed DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch 1756901269 452241 4e86131f59820e975dc48f4770af9ec5 installed DEBUG: python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch 1753166548 1507679 2ea601cdd6478102988eb3f6acd84542 installed DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch 1756901054 93885 c0fde777fbd0d2a64efaa308de6ff65a installed DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch 1756902937 215270 ce980aa6e2671ee31a64b195d6e5440e installed DEBUG: python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch 1756902468 1330561 18d9064a33b5225faed22b910cd59053 installed DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch 1753166311 332077 12859d126e199392b23d25fe7b6c8d7a installed DEBUG: python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch 1756904408 128848 ed3b2a79a7f3144226eaff2f8b23b48e installed DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch 1750230846 14190 50d241be5209eeaf90c956a08ce29c6f installed DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch 1750230846 14190 80f77bb15cacd8b55e252c8eda61ccaa installed DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch 1750230846 539809 4167872d45a8db211c4864efc2cfa344 installed DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch 1748358840 767414 e98bacd4cb3c1a5c554f9c4eddbf35ee installed DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch 1748358840 21103 aabc602552ac8e68eeb9c32ad117ef93 installed DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch 1753167687 818372 6a5b5d3c68c8071cfff61c04e680609a installed DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch 1756901594 51339 58e6144d7277368d1bc89d3e22208192 installed DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch 1756899949 814082 62fcb2c191d94fac84f6f256b1a2abcb installed DEBUG: python3-novaclient-1:18.11.0-0.20250903121841.45a4ab5.el10.noarch 1756902008 1138891 95c6e9025b7f8a0cb0c7d9be0406a286 installed DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch 1756900677 311075 db05bfc96c0a16f4f794f82ba4ae3987 installed DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch 1739371822 194850 9a69e1beef6d49df24c6c11148992f6e installed DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch 1753166438 226719 cb91aeea301b547f9bf9037e9efc7b45 installed DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch 1757078681 1189903 9b2940da484f3ab11ea5cdd363413a96 installed DEBUG: python3-glanceclient-1:4.9.0-0.20250722065403.0b3a8ab.el10.noarch 1753167352 715351 439e5db8df07a79d1c120cec84c50be0 installed DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch 1756903985 13681 9b5eb50bbba194a27600ed8cd9f3445a installed DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch 1756903985 13398 5912ca37bce460aa8c7fa344ab49e252 installed DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch 1756903985 628838 b44cc4b2bf94aa6e834270f091172ec7 installed DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch 1756900424 18975 be74c63b77c9efe823f3560909f77265 installed DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch 1756900424 132197 266ed7a44a4f49b44c995d3151c7a5fd installed DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch 1756905007 397090 492bd99631c8f0bb3d81bfbb27ff741f installed DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch 1753169215 846653 fb52878946bfcb7b995dd6be2daba842 installed DEBUG: python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch 1741719045 2659013 7f0da277f9a5102ce9538771e9f50cd5 installed DEBUG: python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch 1757083493 3708304 8c0eab4c3db0eef481ec12baaac1904f installed DEBUG: python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch 1741597394 2321985 026aa026a3a24482d6c71b0d1db05d9e installed DEBUG: python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch 1741597394 15638 1873b001009b418a545baa6ffe9d7897 installed DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 28647 e33c5ae7a4b4e2f16f43be098d3125c3 installed DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 13791 2b92dc3d5b2a43b1f1df00bfa732d93e installed DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 13791 a078fc78b5c8efe19748020c14f1b21f installed DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 221550 46224ac19eeef234790b6aaf0abe9566 installed DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch 1753167578 473625 619e1670d3b4fe62afa110302e428f06 installed DEBUG: python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch 1756901473 329145 5a1011471c0f78e9e26c34dae7df9b4a installed DEBUG: python3-tempest-1:44.0.1-0.20250905214038.538f6af.el10.noarch 1757108541 8533187 fa0fc45835af775b3190f3bf217b376b installed DEBUG: python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch 1742291201 779598 8b6e8011b9b3663d32c3d56f2a0d0748 installed DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch 1756901161 65506 6b1a9e3b8465c677c2661246895a1531 installed DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch 1756903047 759215 a9e8abdb0b77d8aba6f3a7f2e9412112 installed DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch 1753166658 1671765 f71b145827a0faee694784661a900aee installed DEBUG: python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch 1756903713 646485 9b3e45dd229c8640c7025333b5a809af installed DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch 1756900783 183986 042920296dd719cf5f68d8777ba4f182 installed DEBUG: python3-reno-4.1.0-0.20250212114939.47651ec.el10.noarch 1739361028 605471 a5392bb531fe0e8143e2f6a2778fc899 installed DEBUG: python3-kubernetes-1:31.0.0-3.el10s.noarch 1737552310 28604809 6972e8ec4f81230aa574f499af1221e0 installed DEBUG: python3-webtest-3.0.0-1.el10s.noarch 1738827128 355044 65e0f954f7e9d1fece1962e38bf926eb installed DEBUG: python3-openstackdocstheme-3.0.0-10.el10s.noarch 1738577793 2266648 335ab9a0927433fde27de8be29ac0264 installed DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch 1747131136 153534 44d4e730cbe0666e5fe250ecd312766c installed DEBUG: python3-freezegun-1.5.1-3.el10s.noarch 1737471264 178154 b67b1990b9128e74ee43dd65a2e03f4a installed DEBUG: python3-sphinxcontrib-apidoc-0.5.0-1.el10s.noarch 1736948186 36448 8a3d727cd5bb869daca121d8ac8cc420 installed DEBUG: python3-requests-mock-1.12.1-1.el10s.noarch 1739182421 127333 f37b06704f7e23bcc097f6390fdeb10f installed DEBUG: python3-pyroute2-0.7.12-5.el10s.noarch 1737369181 3682209 22a18f5a4e0742106722f96bbe9aee1c installed DEBUG: python3-ddt-1.6.0-1.el10s.noarch 1736953271 35480 0b37dd2751d6a86017d96e986f46388b installed DEBUG: python3-coverage-7.3.2-5.el10s.x86_64 1736244875 1741945 e43eed50f1361181f0b465f37a90fdfd installed DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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: Outputting list of installed packages INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/openstack-tacker.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-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=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/openstack-tacker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.fwyhjD DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + '[' -f setup.py ']' DEBUG: + echo 'python3dist(setuptools) >= 40.8' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + RPM_TOXENV=py312,docs DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir --output /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires -t -e py312,docs DEBUG: Handling setuptools >= 40.8 from default build backend DEBUG: Requirement satisfied: setuptools >= 40.8 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr>=2.0.0 from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK ✔ in 0.01 seconds DEBUG: py312: OK (0.01 seconds) DEBUG: docs: OK (0.00 seconds) DEBUG: congratulations :) (0.13 seconds) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling pbr>=5.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pbr>=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Paste>=2.0.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Paste>=2.0.2 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy>=1.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PasteDeploy>=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling Routes>=2.3.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: Routes>=2.3.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling amqp>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: amqp>=2.4.0 DEBUG: (installed: amqp 5.2.0) DEBUG: Handling eventlet>=0.30.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: eventlet>=0.30.1 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling requests>=2.25.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests>=2.25.1 DEBUG: (installed: requests 2.32.4) DEBUG: Handling jsonschema>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: jsonschema>=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware>=4.17.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: keystonemiddleware>=4.17.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling kombu>=4.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: kombu>=4.3.0 DEBUG: (installed: kombu 5.3.7) DEBUG: Handling netaddr>=0.7.18 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: netaddr>=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling SQLAlchemy>=1.3.11 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: SQLAlchemy>=1.3.11 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling WebOb>=1.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebOb>=1.7.1 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling alembic>=0.9.6 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: alembic>=0.9.6 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling stevedore>=3.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stevedore>=3.3.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling oslo.concurrency>=3.26.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.concurrency>=3.26.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling oslo.config>=6.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.config>=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context>=2.22.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.context>=2.22.0 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db>=5.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.db>=5.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.log>=3.36.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.log>=3.36.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging>=14.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.messaging>=14.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=3.31.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.middleware>=3.31.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.policy>=4.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.policy>=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.reports>=1.18.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.reports>=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.serialization!=2.19.1,>=2.18.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.serialization!=2.19.1,>=2.18.0 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service>=2.5.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.service>=2.5.0 DEBUG: (installed: oslo.service 4.3.0) DEBUG: Handling oslo.upgradecheck>=1.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.upgradecheck>=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling oslo.utils>=7.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.utils>=7.0.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.versionedobjects>=1.33.3 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslo.versionedobjects>=1.33.3 DEBUG: (installed: oslo.versionedobjects 3.8.0) DEBUG: Handling openstacksdk>=0.44.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstacksdk>=0.44.0 DEBUG: (installed: openstacksdk 4.6.0) DEBUG: Handling python-barbicanclient>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-barbicanclient>=4.5.2 DEBUG: (installed: python-barbicanclient 7.2.0) DEBUG: Handling python-heatclient>=1.10.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-heatclient>=1.10.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: Handling python-keystoneclient>=3.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-keystoneclient>=3.8.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling python-neutronclient>=6.7.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-neutronclient>=6.7.0 DEBUG: (installed: python-neutronclient 11.6.0) DEBUG: Handling python-novaclient>=9.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-novaclient>=9.1.0 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-tackerclient>=1.11.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-tackerclient>=1.11.0 DEBUG: (installed: python-tackerclient 2.4.0) DEBUG: Handling rfc3986>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: rfc3986>=1.2.0 DEBUG: (installed: rfc3986 1.5.0) DEBUG: Handling cryptography>=2.7 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: cryptography>=2.7 DEBUG: (installed: cryptography 43.0.0) DEBUG: Handling paramiko>=2.7.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: paramiko>=2.7.1 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling pyroute2>=0.4.21;sys_platform!='win32' from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: pyroute2>=0.4.21;sys_platform!='win32' DEBUG: (installed: pyroute2 0.7.12) DEBUG: Handling castellan>=0.16.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: castellan>=0.16.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling kubernetes>=18.20.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: kubernetes>=18.20.0 DEBUG: (installed: kubernetes 31.0.0) DEBUG: Handling setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling tooz>=1.58.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tooz>=1.58.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling PyYAML>=5.4.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyYAML>=5.4.1 DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling PyMySQL>=0.10.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyMySQL>=0.10.1 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling PyJWT>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyJWT>=2.4.0 DEBUG: (installed: PyJWT 2.8.0) DEBUG: Handling glance-store>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: glance-store>=2.4.0 DEBUG: (installed: glance-store 4.9.1) DEBUG: Handling heat-translator>=2.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: heat-translator>=2.3.0 DEBUG: (installed: heat-translator 3.2.0) DEBUG: Handling tosca-parser>=2.3.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tosca-parser>=2.3.0 DEBUG: (installed: tosca-parser 2.12.0) DEBUG: Handling coverage!=4.4,>=4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: coverage!=4.4,>=4.0 DEBUG: (installed: coverage 7.3.2) DEBUG: Handling ddt>=1.0.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: ddt>=1.0.1 DEBUG: (installed: ddt 1.6.0) DEBUG: Handling fixtures>=3.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: fixtures>=3.0.0 DEBUG: (installed: fixtures 4.2.2) DEBUG: Handling python-subunit>=1.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-subunit>=1.0.0 DEBUG: (installed: python-subunit 1.4.4) DEBUG: Handling python-tackerclient>=0.8.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-tackerclient>=0.8.0 DEBUG: (installed: python-tackerclient 2.4.0) DEBUG: Handling python-cinderclient>=8.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-cinderclient>=8.0.0 DEBUG: (installed: python-cinderclient 9.8.0) DEBUG: Handling oslotest>=3.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: oslotest>=3.2.0 DEBUG: (installed: oslotest 5.0.1) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: stestr>=2.0.0 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling tempest>=22.0.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tempest>=22.0.0 DEBUG: (installed: tempest 44.0.1.dev23) DEBUG: Handling testtools>=2.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: testtools>=2.2.0 DEBUG: (installed: testtools 2.7.2) DEBUG: Handling WebTest>=2.0.27 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: WebTest>=2.0.27 DEBUG: (installed: WebTest 3.0.0) DEBUG: Handling python-barbicanclient>=4.5.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: python-barbicanclient>=4.5.2 DEBUG: (installed: python-barbicanclient 7.2.0) DEBUG: Handling requests-mock>=1.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: requests-mock>=1.2.0 DEBUG: (installed: requests-mock 1.12.1) DEBUG: Handling PyMySQL>=0.10.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyMySQL>=0.10.1 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling freezegun>=1.2.2 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: freezegun>=1.2.2 DEBUG: (installed: freezegun 1.5.1) DEBUG: Handling PyJWT>=2.4.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: PyJWT>=2.4.0 DEBUG: (installed: PyJWT 2.8.0) DEBUG: Handling tox from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling sphinx>=2.0.0,!=2.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinx>=2.0.0,!=2.1.0 DEBUG: (installed: sphinx 7.2.6) DEBUG: Handling sphinxcontrib-apidoc>=0.2.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: sphinxcontrib-apidoc>=0.2.0 DEBUG: (installed: sphinxcontrib-apidoc 0.5.0) DEBUG: Handling openstackdocstheme>=2.2.1 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: openstackdocstheme>=2.2.1 DEBUG: (installed: openstackdocstheme 3.0.0) DEBUG: Handling reno>=3.1.0 from tox --print-deps-only: py312,docs DEBUG: Requirement satisfied: reno>=3.1.0 DEBUG: (installed: reno 4.1.0) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: writing tacker.egg-info/PKG-INFO DEBUG: writing dependency_links to tacker.egg-info/dependency_links.txt DEBUG: writing entry points to tacker.egg-info/entry_points.txt DEBUG: writing requirements to tacker.egg-info/requires.txt DEBUG: writing top-level names to tacker.egg-info/top_level.txt DEBUG: writing pbr to tacker.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git 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: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'tacker.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/tacker-13.1.0.dev4/tacker-13.1.0.dev4.dist-info' DEBUG: Handling pbr >=5.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: pbr >=5.5.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling Paste >=2.0.2 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: Paste >=2.0.2 DEBUG: (installed: Paste 3.10.1) DEBUG: Handling PasteDeploy >=1.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PasteDeploy >=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling Routes >=2.3.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: Routes >=2.3.1 DEBUG: (installed: Routes 2.5.1) DEBUG: Handling amqp >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: amqp >=2.4.0 DEBUG: (installed: amqp 5.2.0) DEBUG: Handling eventlet >=0.30.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: eventlet >=0.30.1 DEBUG: (installed: eventlet 0.40.0) DEBUG: Handling requests >=2.25.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: requests >=2.25.1 DEBUG: (installed: requests 2.32.4) DEBUG: Handling jsonschema >=3.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: jsonschema >=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware >=4.17.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: keystonemiddleware >=4.17.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling kombu >=4.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: kombu >=4.3.0 DEBUG: (installed: kombu 5.3.7) DEBUG: Handling netaddr >=0.7.18 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: netaddr >=0.7.18 DEBUG: (installed: netaddr 1.3.0) DEBUG: Handling SQLAlchemy >=1.3.11 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: SQLAlchemy >=1.3.11 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling WebOb >=1.7.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: WebOb >=1.7.1 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling alembic >=0.9.6 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: alembic >=0.9.6 DEBUG: (installed: alembic 1.13.1) DEBUG: Handling stevedore >=3.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: stevedore >=3.3.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling oslo.concurrency >=3.26.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.concurrency >=3.26.0 DEBUG: (installed: oslo.concurrency 7.2.0) DEBUG: Handling oslo.config >=6.8.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.config >=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.context >=2.22.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.context >=2.22.0 DEBUG: (installed: oslo.context 6.1.0) DEBUG: Handling oslo.db >=5.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.db >=5.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.log >=3.36.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.log >=3.36.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.messaging >=14.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.messaging >=14.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware >=3.31.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.middleware >=3.31.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.policy >=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.reports >=1.18.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.reports >=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.serialization !=2.19.1,>=2.18.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.serialization !=2.19.1,>=2.18.0 DEBUG: (installed: oslo.serialization 5.8.0) DEBUG: Handling oslo.service >=2.5.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.service >=2.5.0 DEBUG: (installed: oslo.service 4.3.0) DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.upgradecheck >=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling oslo.utils >=7.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.utils >=7.0.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling oslo.versionedobjects >=1.33.3 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: oslo.versionedobjects >=1.33.3 DEBUG: (installed: oslo.versionedobjects 3.8.0) DEBUG: Handling openstacksdk >=0.44.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: openstacksdk >=0.44.0 DEBUG: (installed: openstacksdk 4.6.0) DEBUG: Handling python-barbicanclient >=4.5.2 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-barbicanclient >=4.5.2 DEBUG: (installed: python-barbicanclient 7.2.0) DEBUG: Handling python-heatclient >=1.10.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-heatclient >=1.10.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: Handling python-keystoneclient >=3.8.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-keystoneclient >=3.8.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling python-neutronclient >=6.7.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-neutronclient >=6.7.0 DEBUG: (installed: python-neutronclient 11.6.0) DEBUG: Handling python-novaclient >=9.1.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-novaclient >=9.1.0 DEBUG: (installed: python-novaclient 18.11.0) DEBUG: Handling python-tackerclient >=1.11.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: python-tackerclient >=1.11.0 DEBUG: (installed: python-tackerclient 2.4.0) DEBUG: Handling rfc3986 >=1.2.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: rfc3986 >=1.2.0 DEBUG: (installed: rfc3986 1.5.0) DEBUG: Handling cryptography >=2.7 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: cryptography >=2.7 DEBUG: (installed: cryptography 43.0.0) DEBUG: Handling paramiko >=2.7.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: paramiko >=2.7.1 DEBUG: (installed: paramiko 3.5.0) DEBUG: Handling pyroute2 >=0.4.21 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: pyroute2 >=0.4.21 DEBUG: (installed: pyroute2 0.7.12) DEBUG: Handling castellan >=0.16.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: castellan >=0.16.0 DEBUG: (installed: castellan 5.4.1) DEBUG: Handling kubernetes >=18.20.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: kubernetes >=18.20.0 DEBUG: (installed: kubernetes 31.0.0) DEBUG: Handling setuptools !=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: setuptools !=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling tooz >=1.58.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: tooz >=1.58.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling PyYAML >=5.4.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PyYAML >=5.4.1 DEBUG: (installed: PyYAML 6.0.1) DEBUG: Handling PyMySQL >=0.10.1 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PyMySQL >=0.10.1 DEBUG: (installed: PyMySQL 1.1.1) DEBUG: Handling PyJWT >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: PyJWT >=2.4.0 DEBUG: (installed: PyJWT 2.8.0) DEBUG: Handling glance-store >=2.4.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: glance-store >=2.4.0 DEBUG: (installed: glance-store 4.9.1) DEBUG: Handling heat-translator >=2.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: heat-translator >=2.3.0 DEBUG: (installed: heat-translator 3.2.0) DEBUG: Handling tosca-parser >=2.3.0 from hook generated metadata: Requires-Dist (tacker) DEBUG: Requirement satisfied: tosca-parser >=2.3.0 DEBUG: (installed: tosca-parser 2.12.0) DEBUG: + cat /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv tacker-13.1.0.dev4.dist-info/ DEBUG: removed 'tacker-13.1.0.dev4.dist-info/AUTHORS' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/LICENSE' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/METADATA' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/entry_points.txt' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/pbr.json' DEBUG: removed 'tacker-13.1.0.dev4.dist-info/top_level.txt' DEBUG: removed directory 'tacker-13.1.0.dev4.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dcB3MG DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + mkdir -p /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir DEBUG: Processing /builddir/build/BUILD/tacker-13.1.0.dev4 DEBUG: Preparing metadata (pyproject.toml): started DEBUG: Running command Preparing metadata (pyproject.toml) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: creating /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info DEBUG: writing /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/PKG-INFO DEBUG: writing dependency_links to /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/dependency_links.txt DEBUG: writing entry points to /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/entry_points.txt DEBUG: writing requirements to /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/requires.txt DEBUG: writing top-level names to /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/top_level.txt DEBUG: writing pbr to /builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: writing manifest file '/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/SOURCES.txt' DEBUG: [pbr] In git context, generating filelist from git 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: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file '/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-modern-metadata-4gpvx8ti/tacker-13.1.0.dev4.dist-info' DEBUG: Preparing metadata (pyproject.toml): finished with status 'done' DEBUG: Building wheels for collected packages: tacker DEBUG: Building wheel for tacker (pyproject.toml): started DEBUG: Running command Building wheel for tacker (pyproject.toml) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: running bdist_wheel DEBUG: running build DEBUG: running build_py DEBUG: creating build DEBUG: creating build/lib DEBUG: creating build/lib/tacker DEBUG: creating build/lib/tacker/vnfm DEBUG: creating build/lib/tacker/vnfm/mgmt_drivers DEBUG: copying tacker/vnfm/mgmt_drivers/vnflcm_noop.py -> build/lib/tacker/vnfm/mgmt_drivers DEBUG: copying tacker/vnfm/mgmt_drivers/vnflcm_abstract_driver.py -> build/lib/tacker/vnfm/mgmt_drivers DEBUG: copying tacker/vnfm/mgmt_drivers/constants.py -> build/lib/tacker/vnfm/mgmt_drivers DEBUG: copying tacker/vnfm/mgmt_drivers/__init__.py -> build/lib/tacker/vnfm/mgmt_drivers DEBUG: creating build/lib/tacker/tests DEBUG: creating build/lib/tacker/tests/unit DEBUG: creating build/lib/tacker/tests/unit/agent DEBUG: copying tacker/tests/unit/agent/__init__.py -> build/lib/tacker/tests/unit/agent DEBUG: creating build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_utils.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_store.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_oidc_utils.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_log.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_ext_oauth2_auth.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_csar_utils.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_crypt_utils.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/test_config.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/fakes.py -> build/lib/tacker/tests/unit/common DEBUG: copying tacker/tests/unit/common/__init__.py -> build/lib/tacker/tests/unit/common DEBUG: creating build/lib/tacker/cmd DEBUG: creating build/lib/tacker/cmd/eventlet DEBUG: copying tacker/cmd/eventlet/tacker_server.py -> build/lib/tacker/cmd/eventlet DEBUG: copying tacker/cmd/eventlet/conductor.py -> build/lib/tacker/cmd/eventlet DEBUG: copying tacker/cmd/eventlet/__init__.py -> build/lib/tacker/cmd/eventlet DEBUG: copying tacker/tests/unit/testlib_api.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/test_wsgi.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/test_policy.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/test_context.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/test_auth.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/fixtures.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/fake_request.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/fake_auth.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/extension_stubs.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/database_stubs.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/base.py -> build/lib/tacker/tests/unit DEBUG: copying tacker/tests/unit/__init__.py -> build/lib/tacker/tests/unit DEBUG: creating build/lib/tacker/tests/unit/common/container DEBUG: copying tacker/tests/unit/common/container/test_kubernetes_utils.py -> build/lib/tacker/tests/unit/common/container DEBUG: copying tacker/tests/unit/common/container/__init__.py -> build/lib/tacker/tests/unit/common/container DEBUG: creating build/lib/tacker/tests/functional DEBUG: creating build/lib/tacker/tests/functional/sol DEBUG: creating build/lib/tacker/tests/functional/sol/legacy_nfvo DEBUG: copying tacker/tests/functional/sol/legacy_nfvo/test_vim.py -> build/lib/tacker/tests/functional/sol/legacy_nfvo DEBUG: copying tacker/tests/functional/sol/legacy_nfvo/__init__.py -> build/lib/tacker/tests/functional/sol/legacy_nfvo DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_scale.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_multi_ns.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_helm.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_heal.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_container_update.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/base.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes/vnflcm/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: creating build/lib/tacker/common DEBUG: creating build/lib/tacker/common/container DEBUG: copying tacker/common/container/kubernetes_utils.py -> build/lib/tacker/common/container DEBUG: copying tacker/common/container/__init__.py -> build/lib/tacker/common/container DEBUG: copying tacker/tests/functional/keystone.py -> build/lib/tacker/tests/functional DEBUG: copying tacker/tests/functional/base_v2.py -> build/lib/tacker/tests/functional DEBUG: copying tacker/tests/functional/base.py -> build/lib/tacker/tests/functional DEBUG: copying tacker/tests/functional/__init__.py -> build/lib/tacker/tests/functional DEBUG: creating build/lib/tacker/tests/unit/nfvo DEBUG: copying tacker/tests/unit/nfvo/test_nfvo_plugin.py -> build/lib/tacker/tests/unit/nfvo DEBUG: copying tacker/tests/unit/nfvo/__init__.py -> build/lib/tacker/tests/unit/nfvo DEBUG: creating build/lib/tacker/db DEBUG: creating build/lib/tacker/db/migration DEBUG: copying tacker/db/migration/purge_tables.py -> build/lib/tacker/db/migration DEBUG: copying tacker/db/migration/migrate_to_v2.py -> build/lib/tacker/db/migration DEBUG: copying tacker/db/migration/cli.py -> build/lib/tacker/db/migration DEBUG: copying tacker/db/migration/__init__.py -> build/lib/tacker/db/migration DEBUG: creating build/lib/tacker/tests/functional/sol_https_v2 DEBUG: copying tacker/tests/functional/sol_https_v2/test_vnfpm_https_basic.py -> build/lib/tacker/tests/functional/sol_https_v2 DEBUG: copying tacker/tests/functional/sol_https_v2/test_vnflcm_https_basic.py -> build/lib/tacker/tests/functional/sol_https_v2 DEBUG: copying tacker/tests/functional/sol_https_v2/test_vnffm_https_basic.py -> build/lib/tacker/tests/functional/sol_https_v2 DEBUG: copying tacker/tests/functional/sol_https_v2/paramgen.py -> build/lib/tacker/tests/functional/sol_https_v2 DEBUG: copying tacker/tests/functional/sol_https_v2/__init__.py -> build/lib/tacker/tests/functional/sol_https_v2 DEBUG: creating build/lib/tacker/api DEBUG: creating build/lib/tacker/api/v1 DEBUG: copying tacker/api/v1/router.py -> build/lib/tacker/api/v1 DEBUG: copying tacker/api/v1/resource_helper.py -> build/lib/tacker/api/v1 DEBUG: copying tacker/api/v1/resource.py -> build/lib/tacker/api/v1 DEBUG: copying tacker/api/v1/base.py -> build/lib/tacker/api/v1 DEBUG: copying tacker/api/v1/attributes.py -> build/lib/tacker/api/v1 DEBUG: copying tacker/api/v1/__init__.py -> build/lib/tacker/api/v1 DEBUG: creating build/lib/tacker/glance_store DEBUG: copying tacker/glance_store/store.py -> build/lib/tacker/glance_store DEBUG: copying tacker/glance_store/__init__.py -> build/lib/tacker/glance_store DEBUG: creating build/lib/tacker/tests/functional/common DEBUG: copying tacker/tests/functional/common/logging_utils.py -> build/lib/tacker/tests/functional/common DEBUG: copying tacker/tests/functional/common/fake_server.py -> build/lib/tacker/tests/functional/common DEBUG: copying tacker/tests/functional/common/fake_grant_server.py -> build/lib/tacker/tests/functional/common DEBUG: copying tacker/tests/functional/common/__init__.py -> build/lib/tacker/tests/functional/common DEBUG: creating build/lib/tacker/api/views DEBUG: copying tacker/api/views/vnf_subscriptions.py -> build/lib/tacker/api/views DEBUG: copying tacker/api/views/vnf_packages.py -> build/lib/tacker/api/views DEBUG: copying tacker/api/views/vnf_lcm_op_occs.py -> build/lib/tacker/api/views DEBUG: copying tacker/api/views/vnf_lcm.py -> build/lib/tacker/api/views DEBUG: copying tacker/api/views/versions.py -> build/lib/tacker/api/views DEBUG: copying tacker/api/views/__init__.py -> build/lib/tacker/api/views DEBUG: creating build/lib/tacker/tests/unit/glance_store DEBUG: copying tacker/tests/unit/glance_store/test_store.py -> build/lib/tacker/tests/unit/glance_store DEBUG: copying tacker/tests/unit/glance_store/__init__.py -> build/lib/tacker/tests/unit/glance_store DEBUG: creating build/lib/tacker/hacking DEBUG: copying tacker/hacking/checks.py -> build/lib/tacker/hacking DEBUG: copying tacker/hacking/__init__.py -> build/lib/tacker/hacking DEBUG: creating build/lib/tacker/tests/unit/nfvo/drivers DEBUG: creating build/lib/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py -> build/lib/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py -> build/lib/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying tacker/tests/unit/nfvo/drivers/vim/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers/vim DEBUG: creating build/lib/tacker/tests/common DEBUG: copying tacker/tests/common/__init__.py -> build/lib/tacker/tests/common DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/zipgen.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_threshold_basic.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_basic.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_vnflcm_basic.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_vnffm_basic.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_threshold_prometheus_plugin.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_prom_auto_scale_heal.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_kubernetes_container_update.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_helm.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/test_change_vnfpkg.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/paramgen.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/base_v2.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_v2/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes_v2 DEBUG: creating build/lib/tacker/nfvo DEBUG: creating build/lib/tacker/nfvo/drivers DEBUG: copying tacker/nfvo/drivers/__init__.py -> build/lib/tacker/nfvo/drivers DEBUG: creating build/lib/tacker/policies DEBUG: copying tacker/policies/vnf_package.py -> build/lib/tacker/policies DEBUG: copying tacker/policies/vnf_lcm.py -> build/lib/tacker/policies DEBUG: copying tacker/policies/base.py -> build/lib/tacker/policies DEBUG: copying tacker/policies/__init__.py -> build/lib/tacker/policies DEBUG: creating build/lib/tacker/tests/unit/agent/linux DEBUG: copying tacker/tests/unit/agent/linux/test_utils.py -> build/lib/tacker/tests/unit/agent/linux DEBUG: copying tacker/tests/unit/agent/linux/__init__.py -> build/lib/tacker/tests/unit/agent/linux DEBUG: creating build/lib/tacker/tests/functional/sol_separated_nfvo DEBUG: creating build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying tacker/tests/functional/sol_separated_nfvo/vnflcm/test_vnf_instance_with_user_data_nfvo_separate.py -> build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_vnfpkgm.py -> build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_grant.py -> build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying tacker/tests/functional/sol_separated_nfvo/vnflcm/__init__.py -> build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/test_vim.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant DEBUG: copying tacker/tests/functional/sol_kubernetes_multi_tenant/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant DEBUG: creating build/lib/tacker/db/vnfm DEBUG: copying tacker/db/vnfm/vnfm_db.py -> build/lib/tacker/db/vnfm DEBUG: copying tacker/db/vnfm/__init__.py -> build/lib/tacker/db/vnfm DEBUG: creating build/lib/tacker/tests/unit/api DEBUG: creating build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/test_vnf_instance.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/test_vim.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/test_router.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/test_resource_helper.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/test_resource.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/test_attributes.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/fakes.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: copying tacker/tests/unit/api/v1/__init__.py -> build/lib/tacker/tests/unit/api/v1 DEBUG: creating build/lib/tacker/tests/functional/sol_multi_tenant DEBUG: copying tacker/tests/functional/sol_multi_tenant/__init__.py -> build/lib/tacker/tests/functional/sol_multi_tenant DEBUG: creating build/lib/tacker/tests/compliance DEBUG: creating build/lib/tacker/tests/compliance/sol003 DEBUG: copying tacker/tests/compliance/sol003/test_vnflcm.py -> build/lib/tacker/tests/compliance/sol003 DEBUG: copying tacker/tests/compliance/sol003/base.py -> build/lib/tacker/tests/compliance/sol003 DEBUG: copying tacker/tests/compliance/sol003/__init__.py -> build/lib/tacker/tests/compliance/sol003 DEBUG: creating build/lib/tacker/tests/unit/conductor DEBUG: creating build/lib/tacker/tests/unit/conductor/conductorrpc DEBUG: copying tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py -> build/lib/tacker/tests/unit/conductor/conductorrpc DEBUG: copying tacker/tests/unit/conductor/conductorrpc/test_vnf_lcm_rpc.py -> build/lib/tacker/tests/unit/conductor/conductorrpc DEBUG: copying tacker/tests/unit/conductor/conductorrpc/__init__.py -> build/lib/tacker/tests/unit/conductor/conductorrpc DEBUG: copying tacker/cmd/status.py -> build/lib/tacker/cmd DEBUG: copying tacker/cmd/__init__.py -> build/lib/tacker/cmd DEBUG: creating build/lib/tacker/tests/unit/sol_refactored DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/infra_drivers DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_kubernetes.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm_utils.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/fakes.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: creating build/lib/tacker/plugins DEBUG: copying tacker/plugins/__init__.py -> build/lib/tacker/plugins DEBUG: creating build/lib/tacker/tests/unit/vnfm DEBUG: creating build/lib/tacker/tests/unit/vnfm/lcm_user_data DEBUG: creating build/lib/tacker/tests/unit/vnfm/lcm_user_data/utils DEBUG: copying tacker/tests/unit/vnfm/lcm_user_data/utils/test_utils.py -> build/lib/tacker/tests/unit/vnfm/lcm_user_data/utils DEBUG: copying tacker/tests/unit/vnfm/lcm_user_data/utils/__init__.py -> build/lib/tacker/tests/unit/vnfm/lcm_user_data/utils DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/test_kubernetes_multi_tenant.py -> build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/fake_vnflcm.py -> build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/base.py -> build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: creating build/lib/tacker/conf DEBUG: copying tacker/conf/vnf_package.py -> build/lib/tacker/conf DEBUG: copying tacker/conf/vnf_lcm.py -> build/lib/tacker/conf DEBUG: copying tacker/conf/policy.py -> build/lib/tacker/conf DEBUG: copying tacker/conf/opts.py -> build/lib/tacker/conf DEBUG: copying tacker/conf/coordination.py -> build/lib/tacker/conf DEBUG: copying tacker/conf/conductor.py -> build/lib/tacker/conf DEBUG: copying tacker/conf/__init__.py -> build/lib/tacker/conf DEBUG: creating build/lib/tacker/tests/unit/keymgr DEBUG: copying tacker/tests/unit/keymgr/test_barbican_key_manager.py -> build/lib/tacker/tests/unit/keymgr DEBUG: copying tacker/tests/unit/keymgr/__init__.py -> build/lib/tacker/tests/unit/keymgr DEBUG: creating build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/test_vnflcm_driver.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/test_utils.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/test_sync_resource.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/test_load_vnf_interfaces.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/test_controller.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/fakes.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: copying tacker/tests/unit/vnflcm/__init__.py -> build/lib/tacker/tests/unit/vnflcm DEBUG: creating build/lib/tacker/vnflcm DEBUG: copying tacker/vnflcm/vnflcm_driver.py -> build/lib/tacker/vnflcm DEBUG: copying tacker/vnflcm/utils.py -> build/lib/tacker/vnflcm DEBUG: copying tacker/vnflcm/abstract_driver.py -> build/lib/tacker/vnflcm DEBUG: copying tacker/vnflcm/__init__.py -> build/lib/tacker/vnflcm DEBUG: copying tacker/api/versions.py -> build/lib/tacker/api DEBUG: copying tacker/api/extensions.py -> build/lib/tacker/api DEBUG: copying tacker/api/api_common.py -> build/lib/tacker/api DEBUG: copying tacker/api/__init__.py -> build/lib/tacker/api DEBUG: copying tacker/tests/functional/sol_kubernetes/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying tacker/tests/unit/sol_refactored/mgmt_drivers/test_server_notification.py -> build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying tacker/tests/unit/sol_refactored/mgmt_drivers/test_container_update_mgmt.py -> build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying tacker/tests/unit/sol_refactored/mgmt_drivers/fakes.py -> build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying tacker/tests/unit/sol_refactored/mgmt_drivers/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: creating build/lib/tacker/db/db_sqlalchemy DEBUG: copying tacker/db/db_sqlalchemy/models.py -> build/lib/tacker/db/db_sqlalchemy DEBUG: copying tacker/db/db_sqlalchemy/api.py -> build/lib/tacker/db/db_sqlalchemy DEBUG: copying tacker/db/db_sqlalchemy/__init__.py -> build/lib/tacker/db/db_sqlalchemy DEBUG: copying tacker/nfvo/nfvo_plugin.py -> build/lib/tacker/nfvo DEBUG: copying tacker/nfvo/__init__.py -> build/lib/tacker/nfvo DEBUG: creating build/lib/tacker/conductor DEBUG: copying tacker/conductor/conductor_server.py -> build/lib/tacker/conductor DEBUG: copying tacker/conductor/__init__.py -> build/lib/tacker/conductor DEBUG: creating build/lib/tacker/db/migration/alembic_migrations DEBUG: copying tacker/db/migration/alembic_migrations/env.py -> build/lib/tacker/db/migration/alembic_migrations DEBUG: copying tacker/db/migration/alembic_migrations/__init__.py -> build/lib/tacker/db/migration/alembic_migrations DEBUG: creating build/lib/tacker/tests/unit/db DEBUG: creating build/lib/tacker/tests/unit/db/common_services DEBUG: copying tacker/tests/unit/db/common_services/test_common_services_db_plugin.py -> build/lib/tacker/tests/unit/db/common_services DEBUG: copying tacker/tests/unit/db/common_services/__init__.py -> build/lib/tacker/tests/unit/db/common_services DEBUG: creating build/lib/tacker/tests/unit/cmd DEBUG: copying tacker/tests/unit/cmd/test_status.py -> build/lib/tacker/tests/unit/cmd DEBUG: copying tacker/tests/unit/cmd/__init__.py -> build/lib/tacker/tests/unit/cmd DEBUG: copying tacker/tests/unit/db/utils.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_vnf_resource.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_vnf_package_vnfd.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_vnf_package.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_vnf_instance.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_vnf_artifact.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_db_purge_delete.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_db_migration_to_v2.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/test_db_migration.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/base.py -> build/lib/tacker/tests/unit/db DEBUG: copying tacker/tests/unit/db/__init__.py -> build/lib/tacker/tests/unit/db DEBUG: creating build/lib/tacker/vnfm/infra_drivers DEBUG: copying tacker/vnfm/infra_drivers/scale_driver.py -> build/lib/tacker/vnfm/infra_drivers DEBUG: copying tacker/vnfm/infra_drivers/noop.py -> build/lib/tacker/vnfm/infra_drivers DEBUG: copying tacker/vnfm/infra_drivers/abstract_driver.py -> build/lib/tacker/vnfm/infra_drivers DEBUG: copying tacker/vnfm/infra_drivers/__init__.py -> build/lib/tacker/vnfm/infra_drivers DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/api DEBUG: copying tacker/tests/unit/sol_refactored/api/test_wsgi.py -> build/lib/tacker/tests/unit/sol_refactored/api DEBUG: copying tacker/tests/unit/sol_refactored/api/test_validator.py -> build/lib/tacker/tests/unit/sol_refactored/api DEBUG: copying tacker/tests/unit/sol_refactored/api/test_api_version.py -> build/lib/tacker/tests/unit/sol_refactored/api DEBUG: copying tacker/tests/unit/sol_refactored/api/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/api DEBUG: creating build/lib/tacker/tests/functional/sol_v2_az_retry DEBUG: copying tacker/tests/functional/sol_v2_az_retry/test_az_retry.py -> build/lib/tacker/tests/functional/sol_v2_az_retry DEBUG: copying tacker/tests/functional/sol_v2_az_retry/__init__.py -> build/lib/tacker/tests/functional/sol_v2_az_retry DEBUG: creating build/lib/tacker/objects DEBUG: copying tacker/objects/vnfd_attribute.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnfd.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_software_image.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_resources.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_package_vnfd.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_package.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_lcm_subscriptions.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_lcm_op_occs.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_instantiated_info.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_instance.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_deployment_flavour.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf_artifact.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vnf.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/vim_connection.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/terminate_vnf_req.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/scale_vnf_request.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/instantiate_vnf_req.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/heal_vnf_request.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/grant_request.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/grant.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/fields.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/common.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/change_ext_conn_req.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/cancel_mode.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/base.py -> build/lib/tacker/objects DEBUG: copying tacker/objects/__init__.py -> build/lib/tacker/objects DEBUG: creating build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnfd_attribute.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnfd.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_software_images.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_resource.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_package_vnfd.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_package.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_lcm_subscriptions.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_lcm_op_occs.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_instantiated_info.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_instance.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vnf_deployment_flavour.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_vim_connection.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_terminate_vnf_request.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_instantiate_vnf_req.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_grant.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_fields.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/test_change_ext_conn_req.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/fakes.py -> build/lib/tacker/tests/unit/objects DEBUG: copying tacker/tests/unit/objects/__init__.py -> build/lib/tacker/tests/unit/objects DEBUG: creating build/lib/tacker/agent DEBUG: copying tacker/agent/__init__.py -> build/lib/tacker/agent DEBUG: creating build/lib/tacker/plugins/common_services DEBUG: copying tacker/plugins/common_services/common_services_plugin.py -> build/lib/tacker/plugins/common_services DEBUG: copying tacker/plugins/common_services/__init__.py -> build/lib/tacker/plugins/common_services DEBUG: creating build/lib/tacker/tests/unit/policies DEBUG: copying tacker/tests/unit/policies/test_vnf_package.py -> build/lib/tacker/tests/unit/policies DEBUG: copying tacker/tests/unit/policies/test_vnf_lcm.py -> build/lib/tacker/tests/unit/policies DEBUG: copying tacker/tests/unit/policies/base.py -> build/lib/tacker/tests/unit/policies DEBUG: copying tacker/tests/unit/policies/__init__.py -> build/lib/tacker/tests/unit/policies DEBUG: creating build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/tests/functional/sol/vnflcm/test_vnflcm_noop.py -> build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/tests/functional/sol/vnflcm/test_vnf_instance.py -> build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/tests/functional/sol/vnflcm/fake_vnfpkgm.py -> build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/tests/functional/sol/vnflcm/fake_vnflcm.py -> build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/tests/functional/sol/vnflcm/base.py -> build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/tests/functional/sol/vnflcm/__init__.py -> build/lib/tacker/tests/functional/sol/vnflcm DEBUG: copying tacker/common/utils.py -> build/lib/tacker/common DEBUG: copying tacker/common/topics.py -> build/lib/tacker/common DEBUG: copying tacker/common/test_lib.py -> build/lib/tacker/common DEBUG: copying tacker/common/safe_utils.py -> build/lib/tacker/common DEBUG: copying tacker/common/rpc.py -> build/lib/tacker/common DEBUG: copying tacker/common/oidc_utils.py -> build/lib/tacker/common DEBUG: copying tacker/common/log.py -> build/lib/tacker/common DEBUG: copying tacker/common/ext_oauth2_auth.py -> build/lib/tacker/common DEBUG: copying tacker/common/exceptions.py -> build/lib/tacker/common DEBUG: copying tacker/common/eventlet_utils.py -> build/lib/tacker/common DEBUG: copying tacker/common/driver_manager.py -> build/lib/tacker/common DEBUG: copying tacker/common/csar_utils.py -> build/lib/tacker/common DEBUG: copying tacker/common/crypt_utils.py -> build/lib/tacker/common DEBUG: copying tacker/common/coordination.py -> build/lib/tacker/common DEBUG: copying tacker/common/constants.py -> build/lib/tacker/common DEBUG: copying tacker/common/config.py -> build/lib/tacker/common DEBUG: copying tacker/common/cmd_executer.py -> build/lib/tacker/common DEBUG: copying tacker/common/clients.py -> build/lib/tacker/common DEBUG: copying tacker/common/__init__.py -> build/lib/tacker/common DEBUG: creating build/lib/tacker/extensions DEBUG: copying tacker/extensions/vnfm.py -> build/lib/tacker/extensions DEBUG: copying tacker/extensions/vnflcm.py -> build/lib/tacker/extensions DEBUG: copying tacker/extensions/nfvo.py -> build/lib/tacker/extensions DEBUG: copying tacker/extensions/common_services.py -> build/lib/tacker/extensions DEBUG: copying tacker/extensions/__init__.py -> build/lib/tacker/extensions DEBUG: creating build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_multi_tenant/vnflcm/test_vnf_lcm_with_multi_tenant.py -> build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_multi_tenant/vnflcm/fake_vnflcm.py -> build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_multi_tenant/vnflcm/base.py -> build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying tacker/tests/functional/sol_multi_tenant/vnflcm/__init__.py -> build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: creating build/lib/tacker/tests/functional/sol_enhanced_policy DEBUG: creating build/lib/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v2.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v1.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnf_package_apis.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vim_apis_openstack.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol/__init__.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: creating build/lib/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: copying tacker/tests/functional/sol_encrypt_cred_v2/test_encrypt_credentials.py -> build/lib/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: copying tacker/tests/functional/sol_encrypt_cred_v2/paramgen.py -> build/lib/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: copying tacker/tests/functional/sol_encrypt_cred_v2/__init__.py -> build/lib/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: creating build/lib/tacker/conductor/conductorrpc DEBUG: copying tacker/conductor/conductorrpc/vnf_pkgm_rpc.py -> build/lib/tacker/conductor/conductorrpc DEBUG: copying tacker/conductor/conductorrpc/vnf_lcm_rpc.py -> build/lib/tacker/conductor/conductorrpc DEBUG: copying tacker/conductor/conductorrpc/__init__.py -> build/lib/tacker/conductor/conductorrpc DEBUG: copying tacker/tests/uuidsentinel.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/utils.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/tools.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/post_mortem_debug.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/fake_notifier.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/constants.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/base.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/__init__.py -> build/lib/tacker/tests DEBUG: copying tacker/tests/unit/vnfm/test_vim_client.py -> build/lib/tacker/tests/unit/vnfm DEBUG: copying tacker/tests/unit/vnfm/test_plugin.py -> build/lib/tacker/tests/unit/vnfm DEBUG: copying tacker/tests/unit/vnfm/test_nfvo_client.py -> build/lib/tacker/tests/unit/vnfm DEBUG: copying tacker/tests/unit/vnfm/__init__.py -> build/lib/tacker/tests/unit/vnfm DEBUG: copying tacker/db/types.py -> build/lib/tacker/db DEBUG: copying tacker/db/sqlalchemyutils.py -> build/lib/tacker/db DEBUG: copying tacker/db/models_v1.py -> build/lib/tacker/db DEBUG: copying tacker/db/model_base.py -> build/lib/tacker/db DEBUG: copying tacker/db/db_base.py -> build/lib/tacker/db DEBUG: copying tacker/db/api.py -> build/lib/tacker/db DEBUG: copying tacker/db/__init__.py -> build/lib/tacker/db DEBUG: creating build/lib/tacker/tests/functional/sol/vnflcm_userdata DEBUG: copying tacker/tests/functional/sol/vnflcm_userdata/test_vnf_instance_with_user_data.py -> build/lib/tacker/tests/functional/sol/vnflcm_userdata DEBUG: copying tacker/tests/functional/sol/vnflcm_userdata/__init__.py -> build/lib/tacker/tests/functional/sol/vnflcm_userdata DEBUG: copying tacker/tests/functional/sol/__init__.py -> build/lib/tacker/tests/functional/sol DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_userdata_default.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_openstack.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/openstack/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers DEBUG: creating build/lib/tacker/api/vnflcm DEBUG: creating build/lib/tacker/api/vnflcm/v1 DEBUG: copying tacker/api/vnflcm/v1/sync_resource.py -> build/lib/tacker/api/vnflcm/v1 DEBUG: copying tacker/api/vnflcm/v1/router.py -> build/lib/tacker/api/vnflcm/v1 DEBUG: copying tacker/api/vnflcm/v1/controller.py -> build/lib/tacker/api/vnflcm/v1 DEBUG: copying tacker/api/vnflcm/v1/__init__.py -> build/lib/tacker/api/vnflcm/v1 DEBUG: creating build/lib/tacker/vnfm/infra_drivers/kubernetes DEBUG: creating build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/test_kubernetes_oidc_auth.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/base_v2.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: creating build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_vim_apis_kubernetes.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v2.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v1.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/__init__.py -> build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: creating build/lib/tacker/tests/functional/sol_terraform_v2 DEBUG: copying tacker/tests/functional/sol_terraform_v2/test_terraform.py -> build/lib/tacker/tests/functional/sol_terraform_v2 DEBUG: copying tacker/tests/functional/sol_terraform_v2/paramgen.py -> build/lib/tacker/tests/functional/sol_terraform_v2 DEBUG: copying tacker/tests/functional/sol_terraform_v2/base_v2.py -> build/lib/tacker/tests/functional/sol_terraform_v2 DEBUG: copying tacker/tests/functional/sol_terraform_v2/__init__.py -> build/lib/tacker/tests/functional/sol_terraform_v2 DEBUG: creating build/lib/tacker/api/validation DEBUG: copying tacker/api/validation/validators.py -> build/lib/tacker/api/validation DEBUG: copying tacker/api/validation/parameter_types.py -> build/lib/tacker/api/validation DEBUG: copying tacker/api/validation/__init__.py -> build/lib/tacker/api/validation DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_update_template.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_etsi_translate_template.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying tacker/tests/unit/conductor/test_conductor_server.py -> build/lib/tacker/tests/unit/conductor DEBUG: copying tacker/tests/unit/conductor/fakes.py -> build/lib/tacker/tests/unit/conductor DEBUG: copying tacker/tests/unit/conductor/__init__.py -> build/lib/tacker/tests/unit/conductor DEBUG: creating build/lib/tacker/tosca DEBUG: copying tacker/tosca/utils.py -> build/lib/tacker/tosca DEBUG: copying tacker/tosca/__init__.py -> build/lib/tacker/tosca DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying tacker/tests/unit/sol_refactored/nfvo/test_nfvo_client.py -> build/lib/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying tacker/tests/unit/sol_refactored/nfvo/test_local_nfvo.py -> build/lib/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying tacker/tests/unit/sol_refactored/nfvo/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying tacker/api/vnflcm/__init__.py -> build/lib/tacker/api/vnflcm DEBUG: creating build/lib/tacker/nfvo/drivers/vim DEBUG: copying tacker/nfvo/drivers/vim/openstack_driver.py -> build/lib/tacker/nfvo/drivers/vim DEBUG: copying tacker/nfvo/drivers/vim/kubernetes_driver.py -> build/lib/tacker/nfvo/drivers/vim DEBUG: copying tacker/nfvo/drivers/vim/abstract_vim_driver.py -> build/lib/tacker/nfvo/drivers/vim DEBUG: copying tacker/nfvo/drivers/vim/__init__.py -> build/lib/tacker/nfvo/drivers/vim DEBUG: creating build/lib/tacker/tests/unit/api/v2 DEBUG: copying tacker/tests/unit/api/v2/test_api_v2.py -> build/lib/tacker/tests/unit/api/v2 DEBUG: copying tacker/tests/unit/api/v2/__init__.py -> build/lib/tacker/tests/unit/api/v2 DEBUG: creating build/lib/tacker/agent/linux DEBUG: copying tacker/agent/linux/utils.py -> build/lib/tacker/agent/linux DEBUG: copying tacker/agent/linux/__init__.py -> build/lib/tacker/agent/linux DEBUG: creating build/lib/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying tacker/tests/functional/sol_separated_nfvo_v2/test_nfvo_separate_v2.py -> build/lib/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying tacker/tests/functional/sol_separated_nfvo_v2/fake_vnfpkgm_v2.py -> build/lib/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying tacker/tests/functional/sol_separated_nfvo_v2/fake_grant_v2.py -> build/lib/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying tacker/tests/functional/sol_separated_nfvo_v2/__init__.py -> build/lib/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: creating build/lib/tacker/api/vnfpkgm DEBUG: creating build/lib/tacker/api/vnfpkgm/v1 DEBUG: copying tacker/api/vnfpkgm/v1/router.py -> build/lib/tacker/api/vnfpkgm/v1 DEBUG: copying tacker/api/vnfpkgm/v1/controller.py -> build/lib/tacker/api/vnfpkgm/v1 DEBUG: copying tacker/api/vnfpkgm/v1/__init__.py -> build/lib/tacker/api/vnfpkgm/v1 DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/infra_drivers/terraform DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/terraform/test_terraform.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/terraform DEBUG: copying tacker/tests/unit/sol_refactored/infra_drivers/terraform/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/infra_drivers/terraform DEBUG: copying tacker/tests/compliance/base.py -> build/lib/tacker/tests/compliance DEBUG: copying tacker/tests/compliance/__init__.py -> build/lib/tacker/tests/compliance DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_vnf_lcm_op_occ_v2.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_vnf_instance_v2.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_threshold_v2.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_pm_job_v2.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_lccn_subscription_v2.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_grant.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_fm_subscription.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/test_base.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: copying tacker/tests/unit/sol_refactored/objects/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/objects DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_vnfpm_view.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_vnfpm_v2.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_vnflcm_view.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_vnflcm_v2.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_vnffm_v1.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_server_notification.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/test_prometheus_plugin.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/tests/unit/sol_refactored/controller/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/controller DEBUG: copying tacker/api/vnfpkgm/__init__.py -> build/lib/tacker/api/vnfpkgm DEBUG: copying tacker/tests/unit/vnfm/lcm_user_data/__init__.py -> build/lib/tacker/tests/unit/vnfm/lcm_user_data DEBUG: creating build/lib/tacker/tests/unit/vnfpkgm DEBUG: copying tacker/tests/unit/vnfpkgm/test_controller.py -> build/lib/tacker/tests/unit/vnfpkgm DEBUG: copying tacker/tests/unit/vnfpkgm/fakes.py -> build/lib/tacker/tests/unit/vnfpkgm DEBUG: copying tacker/tests/unit/vnfpkgm/__init__.py -> build/lib/tacker/tests/unit/vnfpkgm DEBUG: creating build/lib/tacker/db/migration/models DEBUG: copying tacker/db/migration/models/head.py -> build/lib/tacker/db/migration/models DEBUG: copying tacker/db/migration/models/__init__.py -> build/lib/tacker/db/migration/models DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_utils.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_translate_outputs.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver_helm.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/fakes.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/tests/functional/sol_enhanced_policy/base.py -> build/lib/tacker/tests/functional/sol_enhanced_policy DEBUG: copying tacker/tests/functional/sol_enhanced_policy/__init__.py -> build/lib/tacker/tests/functional/sol_enhanced_policy DEBUG: creating build/lib/tacker/tests/unit/tests DEBUG: copying tacker/tests/unit/tests/test_post_mortem_debug.py -> build/lib/tacker/tests/unit/tests DEBUG: copying tacker/tests/unit/tests/__init__.py -> build/lib/tacker/tests/unit/tests DEBUG: copying tacker/tests/unit/sol_refactored/__init__.py -> build/lib/tacker/tests/unit/sol_refactored DEBUG: creating build/lib/tacker/api/schemas DEBUG: copying tacker/api/schemas/vnf_packages.py -> build/lib/tacker/api/schemas DEBUG: copying tacker/api/schemas/vnf_lcm.py -> build/lib/tacker/api/schemas DEBUG: copying tacker/api/schemas/__init__.py -> build/lib/tacker/api/schemas DEBUG: creating build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/update_template.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/translate_template.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/openstack.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/heat_client.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/glance_client.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/constants.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: copying tacker/vnfm/infra_drivers/openstack/__init__.py -> build/lib/tacker/vnfm/infra_drivers/openstack DEBUG: creating build/lib/tacker/services DEBUG: copying tacker/services/service_base.py -> build/lib/tacker/services DEBUG: copying tacker/services/__init__.py -> build/lib/tacker/services DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/test_vnfpm_driver_v2.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/test_vnflcm_driver_v2.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/test_vnffm_driver_v1.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/test_server_notification.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/test_prometheus_plugin.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/test_conductor_v2.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: copying tacker/tests/unit/sol_refactored/conductor/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/conductor DEBUG: creating build/lib/tacker/vnfm/lcm_user_data DEBUG: copying tacker/vnfm/lcm_user_data/utils.py -> build/lib/tacker/vnfm/lcm_user_data DEBUG: copying tacker/vnfm/lcm_user_data/constants.py -> build/lib/tacker/vnfm/lcm_user_data DEBUG: copying tacker/vnfm/lcm_user_data/abstract_user_data.py -> build/lib/tacker/vnfm/lcm_user_data DEBUG: copying tacker/vnfm/lcm_user_data/__init__.py -> build/lib/tacker/vnfm/lcm_user_data DEBUG: creating build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_vnfd_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_vnf_instance_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_vim_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_subscription_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_server_notification.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_prometheus_plugin.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_pm_threshold_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_pm_job_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_oidc_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_lcm_op_occ_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_fm_subscription_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_fm_alarm_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_coordinate.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_coord_client.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/test_common_script_utils.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/fakes_for_fm.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: copying tacker/tests/unit/sol_refactored/common/__init__.py -> build/lib/tacker/tests/unit/sol_refactored/common DEBUG: creating build/lib/tacker/vnfm/infra_drivers/kubernetes/helm DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/helm/helm_client.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/helm DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/helm/__init__.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/helm DEBUG: creating build/lib/tacker/tests/unit/vnflcm/vnflcm_driver DEBUG: copying tacker/tests/unit/vnflcm/vnflcm_driver/__init__.py -> build/lib/tacker/tests/unit/vnflcm/vnflcm_driver DEBUG: creating build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/v2attributes.py -> build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/test_extension_extended_attribute.py -> build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/test_common_services.py -> build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/foxinsocks.py -> build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/extensionattribute.py -> build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/extendedattribute.py -> build/lib/tacker/tests/unit/extensions DEBUG: copying tacker/tests/unit/extensions/__init__.py -> build/lib/tacker/tests/unit/extensions DEBUG: creating build/lib/tacker/api/common DEBUG: copying tacker/api/common/attribute_filter.py -> build/lib/tacker/api/common DEBUG: copying tacker/api/common/_filters.py -> build/lib/tacker/api/common DEBUG: copying tacker/api/common/__init__.py -> build/lib/tacker/api/common DEBUG: creating build/lib/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying tacker/tests/unit/vnfm/mgmt_drivers/test_container_update_mgmt.py -> build/lib/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying tacker/tests/unit/vnfm/mgmt_drivers/fakes.py -> build/lib/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying tacker/tests/unit/vnfm/mgmt_drivers/__init__.py -> build/lib/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying tacker/tests/unit/api/test_extensions.py -> build/lib/tacker/tests/unit/api DEBUG: copying tacker/tests/unit/api/test_api_common.py -> build/lib/tacker/tests/unit/api DEBUG: copying tacker/tests/unit/api/__init__.py -> build/lib/tacker/tests/unit/api DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers DEBUG: copying tacker/tests/functional/sol_separated_nfvo/__init__.py -> build/lib/tacker/tests/functional/sol_separated_nfvo DEBUG: creating build/lib/tacker/keymgr DEBUG: copying tacker/keymgr/key_manager.py -> build/lib/tacker/keymgr DEBUG: copying tacker/keymgr/exception.py -> build/lib/tacker/keymgr DEBUG: copying tacker/keymgr/barbican_key_manager.py -> build/lib/tacker/keymgr DEBUG: copying tacker/keymgr/__init__.py -> build/lib/tacker/keymgr DEBUG: creating build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/test_kubernetes_oidc_auth.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 DEBUG: copying tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/__init__.py -> build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 DEBUG: creating build/lib/tacker/tests/functional/sol/vnfpkgm DEBUG: copying tacker/tests/functional/sol/vnfpkgm/test_vnf_package.py -> build/lib/tacker/tests/functional/sol/vnfpkgm DEBUG: copying tacker/tests/functional/sol/vnfpkgm/__init__.py -> build/lib/tacker/tests/functional/sol/vnfpkgm DEBUG: copying tacker/wsgi.py -> build/lib/tacker DEBUG: copying tacker/version.py -> build/lib/tacker DEBUG: copying tacker/service.py -> build/lib/tacker DEBUG: copying tacker/policy.py -> build/lib/tacker DEBUG: copying tacker/manager.py -> build/lib/tacker DEBUG: copying tacker/context.py -> build/lib/tacker DEBUG: copying tacker/auth.py -> build/lib/tacker DEBUG: copying tacker/_i18n.py -> build/lib/tacker DEBUG: copying tacker/__init__.py -> build/lib/tacker DEBUG: creating build/lib/tacker/tests/compliance/sol002 DEBUG: copying tacker/tests/compliance/sol002/test_vnflcm.py -> build/lib/tacker/tests/compliance/sol002 DEBUG: copying tacker/tests/compliance/sol002/base.py -> build/lib/tacker/tests/compliance/sol002 DEBUG: copying tacker/tests/compliance/sol002/__init__.py -> build/lib/tacker/tests/compliance/sol002 DEBUG: creating build/lib/tacker/db/common_services DEBUG: copying tacker/db/common_services/common_services_db_plugin.py -> build/lib/tacker/db/common_services DEBUG: copying tacker/db/common_services/common_services_db.py -> build/lib/tacker/db/common_services DEBUG: copying tacker/db/common_services/__init__.py -> build/lib/tacker/db/common_services DEBUG: creating build/lib/tacker/plugins/common DEBUG: copying tacker/plugins/common/constants.py -> build/lib/tacker/plugins/common DEBUG: copying tacker/plugins/common/__init__.py -> build/lib/tacker/plugins/common DEBUG: copying tacker/vnfm/vim_client.py -> build/lib/tacker/vnfm DEBUG: copying tacker/vnfm/plugin.py -> build/lib/tacker/vnfm DEBUG: copying tacker/vnfm/nfvo_client.py -> build/lib/tacker/vnfm DEBUG: copying tacker/vnfm/keystone.py -> build/lib/tacker/vnfm DEBUG: copying tacker/vnfm/__init__.py -> build/lib/tacker/vnfm DEBUG: copying tacker/tests/unit/nfvo/drivers/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/utils.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes DEBUG: copying tacker/vnfm/infra_drivers/kubernetes/__init__.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes DEBUG: creating build/lib/tacker/db/nfvo DEBUG: copying tacker/db/nfvo/nfvo_db_plugin.py -> build/lib/tacker/db/nfvo DEBUG: copying tacker/db/nfvo/nfvo_db.py -> build/lib/tacker/db/nfvo DEBUG: copying tacker/db/nfvo/__init__.py -> build/lib/tacker/db/nfvo DEBUG: creating build/lib/tacker/tests/functional/sol_v2_common DEBUG: copying tacker/tests/functional/sol_v2_common/zipgen.py -> build/lib/tacker/tests/functional/sol_v2_common DEBUG: copying tacker/tests/functional/sol_v2_common/utils.py -> build/lib/tacker/tests/functional/sol_v2_common DEBUG: copying tacker/tests/functional/sol_v2_common/test_vnflcm_basic_common.py -> build/lib/tacker/tests/functional/sol_v2_common DEBUG: copying tacker/tests/functional/sol_v2_common/paramgen.py -> build/lib/tacker/tests/functional/sol_v2_common DEBUG: copying tacker/tests/functional/sol_v2_common/base_v2.py -> build/lib/tacker/tests/functional/sol_v2_common DEBUG: copying tacker/tests/functional/sol_v2_common/__init__.py -> build/lib/tacker/tests/functional/sol_v2_common DEBUG: creating build/lib/tacker/tests/compliance/sol005 DEBUG: copying tacker/tests/compliance/sol005/test_vnfpkgm.py -> build/lib/tacker/tests/compliance/sol005 DEBUG: copying tacker/tests/compliance/sol005/base.py -> build/lib/tacker/tests/compliance/sol005 DEBUG: copying tacker/tests/compliance/sol005/__init__.py -> build/lib/tacker/tests/compliance/sol005 DEBUG: running egg_info DEBUG: writing tacker.egg-info/PKG-INFO DEBUG: writing dependency_links to tacker.egg-info/dependency_links.txt DEBUG: writing entry points to tacker.egg-info/entry_points.txt DEBUG: writing requirements to tacker.egg-info/requires.txt DEBUG: writing top-level names to tacker.egg-info/top_level.txt DEBUG: writing pbr to tacker.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git 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: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'tacker.egg-info/SOURCES.txt' DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.db.migration.alembic_migrations.versions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.db.migration.alembic_migrations.versions' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.db.migration.alembic_migrations.versions' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.db.migration.alembic_migrations.versions' to be distributed and are DEBUG: already explicitly excluding 'tacker.db.migration.alembic_migrations.versions' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.releasenotes.notes' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.releasenotes.notes' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.releasenotes.notes' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.releasenotes.notes' to be distributed and are DEBUG: already explicitly excluding 'tacker.releasenotes.notes' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.api' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.api' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.api' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.api' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.api' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.api.policies' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.api.policies' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.api.policies' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.api.policies' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.api.policies' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.api.schemas' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.api.schemas' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.api.schemas' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.api.schemas' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.api.schemas' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.common' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.common' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.common' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.common' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.conductor' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.conductor' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.conductor' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.conductor' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.conductor' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.controller' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.controller' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.controller' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.controller' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.controller' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.db' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.db' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.db' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.db' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.db' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.db.sqlalchemy' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.db.sqlalchemy' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.db.sqlalchemy' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.db.sqlalchemy' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.db.sqlalchemy' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.infra_drivers.kubernetes' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.infra_drivers.kubernetes' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.infra_drivers.kubernetes' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.infra_drivers.kubernetes' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.infra_drivers.kubernetes' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.infra_drivers.openstack' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.infra_drivers.openstack' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.infra_drivers.openstack' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.infra_drivers.openstack' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.infra_drivers.openstack' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.infra_drivers.terraform' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.infra_drivers.terraform' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.infra_drivers.terraform' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.infra_drivers.terraform' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.infra_drivers.terraform' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.mgmt_drivers' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.mgmt_drivers' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.mgmt_drivers' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.mgmt_drivers' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.mgmt_drivers' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.nfvo' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.nfvo' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.nfvo' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.nfvo' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.nfvo' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.objects' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.objects' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.objects' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.objects' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.objects' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.objects.common' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.objects.common' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.objects.common' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.objects.common' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.objects.common' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.objects.v1' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.objects.v1' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.objects.v1' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.objects.v1' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.objects.v1' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored.objects.v2' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored.objects.v2' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored.objects.v2' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored.objects.v2' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored.objects.v2' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.sol_refactored' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.sol_refactored' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.sol_refactored' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.sol_refactored' to be distributed and are DEBUG: already explicitly excluding 'tacker.sol_refactored' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.notification' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.notification' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.notification' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.notification' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.notification' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.prometheus' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.prometheus' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.prometheus' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.prometheus' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.prometheus' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_max' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_max' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_max' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_max' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_max' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_min' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_min' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_min' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_min' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.basic_min' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.change_vnfpkg' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.change_vnfpkg' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.change_vnfpkg' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.change_vnfpkg' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.change_vnfpkg' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.err_handling' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.err_handling' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.err_handling' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.err_handling' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.err_handling' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.scale' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.scale' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.scale' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.scale' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.scale' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.update' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.update' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.update' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.update' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.df_userdata.update' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_max' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_max' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_max' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_max' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_max' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_min' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_min' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_min' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_min' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.basic_min' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.change_vnfpkg' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.change_vnfpkg' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.change_vnfpkg' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.change_vnfpkg' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.change_vnfpkg' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.err_handling' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.err_handling' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.err_handling' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.err_handling' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.err_handling' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.various_lcm' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.various_lcm' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.various_lcm' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.various_lcm' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.sol_v2.vnflcm.st_userdata.various_lcm' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.functional.tools' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.functional.tools' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.functional.tools' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.functional.tools' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.functional.tools' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.unit.common.sample_keys' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.unit.common.sample_keys' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.unit.common.sample_keys' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.unit.common.sample_keys' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.unit.common.sample_keys' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.unit.vnfm.infra_drivers.kubernetes.kubernetes_api_resource' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.unit.vnfm.infra_drivers.kubernetes.kubernetes_api_resource' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.unit.vnfm.infra_drivers.kubernetes.kubernetes_api_resource' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.unit.vnfm.infra_drivers.kubernetes.kubernetes_api_resource' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.unit.vnfm.infra_drivers.kubernetes.kubernetes_api_resource' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.unit.vnfm.infra_drivers.openstack.data' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.unit.vnfm.infra_drivers.openstack.data' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.unit.vnfm.infra_drivers.openstack.data' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.unit.vnfm.infra_drivers.openstack.data' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.unit.vnfm.infra_drivers.openstack.data' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot.scaling' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot.scaling' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot.scaling' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot.scaling' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.unit.vnfm.infra_drivers.openstack.data.etsi_nfv.hot.scaling' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'tacker.tests.var' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'tacker.tests.var' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'tacker.tests.var' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'tacker.tests.var' to be distributed and are DEBUG: already explicitly excluding 'tacker.tests.var' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: creating build/lib/tacker/tests/unit/common/sample_keys DEBUG: copying tacker/tests/unit/common/sample_keys/jwt_private.key -> build/lib/tacker/tests/unit/common/sample_keys DEBUG: creating build/lib/tacker/tests/functional/sol_v2 DEBUG: creating build/lib/tacker/tests/functional/sol_v2/notification DEBUG: copying tacker/tests/functional/sol_v2/notification/__init__.py -> build/lib/tacker/tests/functional/sol_v2/notification DEBUG: copying tacker/tests/functional/sol_v2/notification/test_server_notification.py -> build/lib/tacker/tests/functional/sol_v2/notification DEBUG: creating build/lib/tacker/tests/functional/sol_v2/prometheus DEBUG: copying tacker/tests/functional/sol_v2/prometheus/__init__.py -> build/lib/tacker/tests/functional/sol_v2/prometheus DEBUG: copying tacker/tests/functional/sol_v2/prometheus/test_prom_auto_scale_heal.py -> build/lib/tacker/tests/functional/sol_v2/prometheus DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/test_basic_max.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/test_basic_min.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/test_change_vnfpkg.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/test_err_handling.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/test_scale.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/test_update.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/test_basic.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/test_basic_max.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/test_basic_min.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/test_change_vnfpkg.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/test_err_handling.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling DEBUG: creating build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/__init__.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm DEBUG: copying tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/test_various_lcm.py -> build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm DEBUG: creating build/lib/tacker/tests/functional/tools DEBUG: copying tacker/tests/functional/tools/test-setup-default-vim.sh -> build/lib/tacker/tests/functional/tools DEBUG: copying tacker/tests/functional/tools/test-setup-fake-prometheus-server.sh -> build/lib/tacker/tests/functional/tools DEBUG: copying tacker/tests/functional/tools/test-setup-k8s-vim.sh -> build/lib/tacker/tests/functional/tools DEBUG: copying tacker/tests/functional/tools/test-setup-mgmt.sh -> build/lib/tacker/tests/functional/tools DEBUG: copying tacker/db/migration/README -> build/lib/tacker/db/migration DEBUG: copying tacker/db/migration/alembic.ini -> build/lib/tacker/db/migration DEBUG: copying tacker/tests/unit/sol_refactored/mgmt_drivers/fake_configmap.yaml -> build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying tacker/db/migration/alembic_migrations/script.py.mako -> build/lib/tacker/db/migration/alembic_migrations DEBUG: creating build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/2531c976c0f1_add_pm_threshold_table.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/2c5211036579_add_placement_table.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/329cd1619d41_alter_vnf_software_images.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/34cfceb25a49_add_downloading_to_vnfpackage.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/3adac34764da_add_column_to_vnf_lcm_op_occs.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/3ff50553e9d3_add_grant_and_grant_request.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/4c0e2e2c2e02_alter_vnfd_id_format.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/6dc60a5760e5_add_extra_field_to_vims_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/70df18f71ba2_alter_vnfd_ids_vnf_instance_ids_vnf_.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/7186440a306b_change_type_for_instance_id_of_vnf_table.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/745e3e9fe5e2_add_vnf_metadata_to_vnflcm_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/85c06a0714b7_rename_field_subscription_authentication.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/8a7ca803e0d0_add_vnfc_info_to_instantiated_vnf_info.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/975e28392888_add_unique_key_vnf_package_vnfd.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/985e28392890_add_vnflcm_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/HEAD -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/README -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/a23ebee909a8_introduce_sol_refactored_models.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/aaf461c8844c_change_type_for_vnf_resources.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/abbef484b34c_modify_unique_constraint_on_vnf_packages_user_data.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/c31f65e0d099_add_columns_to_vnf_lcm_filter.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/c47a733f425a_add_vnflcm_subscription.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/ca2ad037c320_add_cryptkey_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/d25c7c865ce8_mod_vnflcm_subscription.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/d2e39e01d540_add_size_to_vnfpackage.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/d6ae359ab0d6_add_tenant_id_to_lcm_subscriptions_and_.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/de6bfa5bea46_remove_status_from_vim.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/de8d835ae776_add_pm_and_fm_table.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/df26c5871f3c_change_vnf_filter_column_definition.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/e06fbdc90a32_add_db_tables_for_add_artifacts.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/ee98bbc0789d_add_scale_column.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: copying tacker/db/migration/alembic_migrations/versions/f9bc96967462_add_vnf_pkg_id_to_vnf_instances.py -> build/lib/tacker/db/migration/alembic_migrations/versions DEBUG: creating build/lib/tacker/tests/var DEBUG: copying tacker/tests/var/ca.crt -> build/lib/tacker/tests/var DEBUG: copying tacker/tests/var/certandkey.pem -> build/lib/tacker/tests/var DEBUG: copying tacker/tests/var/certificate.crt -> build/lib/tacker/tests/var DEBUG: copying tacker/tests/var/privatekey.key -> build/lib/tacker/tests/var DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_grant.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_initial.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_grant.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_initial.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_common_types.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_params_error.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_group_member.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/hot_generate_hot_from_tosca.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/hot_generate_hot_from_tosca_with_scaling.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/worker_instance.hot.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling DEBUG: creating build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/api-service.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/bindings.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role-binding.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/config-map.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/controller-revision.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/daemon-set.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/deployment.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/horizontal-pod-autoscaler.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/job.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/lease.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/limit-range.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/local-subject-access-review.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/namespace.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/network-policy.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/node.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume-claim.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod-template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/priority-class.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/replica-set.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/resource-quota.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role-bindings.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/secret.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-access-review.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-rule-review.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service-account.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/stateful-set.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/storage-class.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/subject-access-review.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/token-review.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/volume-attachment.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: creating build/lib/tacker/releasenotes DEBUG: creating build/lib/tacker/releasenotes/notes DEBUG: copying tacker/releasenotes/notes/change_external_vnf_connectivity-444c580a01479f33.yaml -> build/lib/tacker/releasenotes/notes DEBUG: copying tacker/releasenotes/notes/remove-passing-infra-and-mgmt-driver-in-api-954fe28b1294a2d6.yaml -> build/lib/tacker/releasenotes/notes DEBUG: creating build/lib/tacker/sol_refactored DEBUG: creating build/lib/tacker/sol_refactored/api DEBUG: copying tacker/sol_refactored/api/api_version.py -> build/lib/tacker/sol_refactored/api DEBUG: copying tacker/sol_refactored/api/router.py -> build/lib/tacker/sol_refactored/api DEBUG: copying tacker/sol_refactored/api/validator.py -> build/lib/tacker/sol_refactored/api DEBUG: copying tacker/sol_refactored/api/wsgi.py -> build/lib/tacker/sol_refactored/api DEBUG: creating build/lib/tacker/sol_refactored/api/policies DEBUG: copying tacker/sol_refactored/api/policies/vnffm_v1.py -> build/lib/tacker/sol_refactored/api/policies DEBUG: copying tacker/sol_refactored/api/policies/vnflcm_v2.py -> build/lib/tacker/sol_refactored/api/policies DEBUG: copying tacker/sol_refactored/api/policies/vnfpm_v2.py -> build/lib/tacker/sol_refactored/api/policies DEBUG: creating build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/__init__.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/common_types.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/prometheus_plugin_schemas.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/server_notification_schemas.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/vnffm_v1.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/vnflcm_v2.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: copying tacker/sol_refactored/api/schemas/vnfpm_v2.py -> build/lib/tacker/sol_refactored/api/schemas DEBUG: creating build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/cinder_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/common_script_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/config.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/coord_client.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/coordinate.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/exceptions.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/fm_alarm_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/fm_subscription_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/http_client.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/lcm_op_occ_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/monitoring_plugin_base.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/oidc_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/pm_job_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/pm_threshold_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/prometheus_plugin.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/server_notification.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/subscription_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/vim_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/vnf_instance_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: copying tacker/sol_refactored/common/vnfd_utils.py -> build/lib/tacker/sol_refactored/common DEBUG: creating build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/__init__.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/conductor_rpc_v2.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/conductor_v2.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/prometheus_plugin_driver.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/server_notification_driver.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/v2_hook.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/vnffm_driver_v1.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/vnflcm_auto.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/vnflcm_driver_v2.py -> build/lib/tacker/sol_refactored/conductor DEBUG: copying tacker/sol_refactored/conductor/vnfpm_driver_v2.py -> build/lib/tacker/sol_refactored/conductor DEBUG: creating build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/__init__.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/prometheus_plugin_controller.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/server_notification.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnffm_v1.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnffm_view.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnflcm_v2.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnflcm_versions.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnflcm_view.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnfpm_v2.py -> build/lib/tacker/sol_refactored/controller DEBUG: copying tacker/sol_refactored/controller/vnfpm_view.py -> build/lib/tacker/sol_refactored/controller DEBUG: creating build/lib/tacker/sol_refactored/db DEBUG: copying tacker/sol_refactored/db/__init__.py -> build/lib/tacker/sol_refactored/db DEBUG: creating build/lib/tacker/sol_refactored/db/sqlalchemy DEBUG: copying tacker/sol_refactored/db/sqlalchemy/__init__.py -> build/lib/tacker/sol_refactored/db/sqlalchemy DEBUG: copying tacker/sol_refactored/db/sqlalchemy/models.py -> build/lib/tacker/sol_refactored/db/sqlalchemy DEBUG: creating build/lib/tacker/sol_refactored/infra_drivers DEBUG: creating build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/sol_refactored/infra_drivers/kubernetes/helm.py -> build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/sol_refactored/infra_drivers/kubernetes/helm_utils.py -> build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes.py -> build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_common.py -> build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_resource.py -> build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_utils.py -> build/lib/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: creating build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/heat_utils.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/nova_utils.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/openstack.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/userdata_default.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/userdata_main.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/userdata_standard.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying tacker/sol_refactored/infra_drivers/openstack/userdata_utils.py -> build/lib/tacker/sol_refactored/infra_drivers/openstack DEBUG: creating build/lib/tacker/sol_refactored/infra_drivers/terraform DEBUG: copying tacker/sol_refactored/infra_drivers/terraform/terraform.py -> build/lib/tacker/sol_refactored/infra_drivers/terraform DEBUG: creating build/lib/tacker/sol_refactored/mgmt_drivers DEBUG: copying tacker/sol_refactored/mgmt_drivers/container_update_mgmt_v2.py -> build/lib/tacker/sol_refactored/mgmt_drivers DEBUG: copying tacker/sol_refactored/mgmt_drivers/sample_script.py -> build/lib/tacker/sol_refactored/mgmt_drivers DEBUG: copying tacker/sol_refactored/mgmt_drivers/server_notification.py -> build/lib/tacker/sol_refactored/mgmt_drivers DEBUG: creating build/lib/tacker/sol_refactored/nfvo DEBUG: copying tacker/sol_refactored/nfvo/glance_utils.py -> build/lib/tacker/sol_refactored/nfvo DEBUG: copying tacker/sol_refactored/nfvo/local_nfvo.py -> build/lib/tacker/sol_refactored/nfvo DEBUG: copying tacker/sol_refactored/nfvo/nfvo_client.py -> build/lib/tacker/sol_refactored/nfvo DEBUG: creating build/lib/tacker/sol_refactored/objects DEBUG: copying tacker/sol_refactored/objects/__init__.py -> build/lib/tacker/sol_refactored/objects DEBUG: copying tacker/sol_refactored/objects/base.py -> build/lib/tacker/sol_refactored/objects DEBUG: creating build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/checksum.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/cp_protocol_data.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/crypt_key.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/ext_link_port_data.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/ext_managed_virtual_link_data.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/ext_virtual_link_data.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/fields.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/ip_over_ethernet_address_data.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/link.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/notification_link.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/problem_details.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/resource_handle.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/subscription_authentication.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/vim_connection_info.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/vnf_ext_cp_config.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/vnf_ext_cp_data.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: copying tacker/sol_refactored/objects/common/vnf_instance_subscription_filter.py -> build/lib/tacker/sol_refactored/objects/common DEBUG: creating build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/alarm.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/alarm_cleared_notification.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/alarm_notification.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/constraint_resource_ref.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/fields.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/fm_notifications_filter.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/fm_subscription.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/fm_subscription_request.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/grant.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/grant_info.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/grant_request.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/placement_constraint.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/resource_definition.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/snapshot_resource_definition.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/vim_compute_resource_flavour.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/vim_constraint.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/vim_snapshot_resource.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/vim_software_image.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/zone_group_info.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: copying tacker/sol_refactored/objects/v1/zone_info.py -> build/lib/tacker/sol_refactored/objects/v1 DEBUG: creating build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/affected_ext_link_port.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/affected_virtual_link.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/affected_virtual_storage.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/affected_vnfc.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/cancel_mode.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/change_current_vnf_pkg_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/change_ext_vnf_connectivity_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/change_vnf_flavour_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/cp_protocol_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/create_pm_job_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/create_threshold_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/create_vnf_pkg_info_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/create_vnf_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/create_vnf_snapshot_info_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/create_vnf_snapshot_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/ext_link_port_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/ext_managed_virtual_link_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/ext_virtual_link_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/external_artifacts_access_config.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/fields.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/heal_vnf_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/instantiate_vnf_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/ip_over_ethernet_address_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/lccn_links.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/lccn_subscription.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/lccn_subscription_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/lcm_coord_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/lifecycle_change_notifications_filter.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/modifications_triggered_by_vnf_pkg_change.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/monitoring_parameter.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/operate_vnf_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/performance_information_available_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pkgm_links.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pkgm_notification_filter.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pkgm_subscription_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pm_job.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pm_job_criteria.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pm_job_modification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/pm_report.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/revert_to_vnf_snapshot_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/scale_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/scale_vnf_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/scale_vnf_to_level_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/terminate_vnf_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/threshold.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/threshold_criteria.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/threshold_crossed_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/threshold_modifications.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/upload_vnf_package_from_uri_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/virtual_storage_resource_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_ext_cp_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_identifier_creation_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_identifier_deletion_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_info_modification_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_info_modifications.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_instance.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_lcm_op_occ.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_lcm_operation_occurrence_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_link_port_data.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_link_port_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_package_artifact_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_package_change_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_package_onboarding_notification.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_package_software_image_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_pkg_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_pkg_info_modifications.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_snapshot.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_snapshot_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_snapshot_info_modification_request.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_snapshot_info_modifications.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_state_snapshot_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnf_virtual_link_resource_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnfc_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnfc_info_modifications.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnfc_resource_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: copying tacker/sol_refactored/objects/v2/vnfc_snapshot_info.py -> build/lib/tacker/sol_refactored/objects/v2 DEBUG: creating build/lib/tacker/sol_refactored/test-tools DEBUG: copying tacker/sol_refactored/test-tools/cli.py -> build/lib/tacker/sol_refactored/test-tools DEBUG: copying tacker/sol_refactored/test-tools/notif_endpoint_app.py -> build/lib/tacker/sol_refactored/test-tools DEBUG: installing to build/bdist.linux-x86_64/wheel 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 build/bdist.linux-x86_64 DEBUG: creating build/bdist.linux-x86_64/wheel DEBUG: creating build/bdist.linux-x86_64/wheel/tacker DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/test-tools DEBUG: copying build/lib/tacker/sol_refactored/test-tools/notif_endpoint_app.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/test-tools DEBUG: copying build/lib/tacker/sol_refactored/test-tools/cli.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/test-tools DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnfc_snapshot_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnfc_resource_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnfc_info_modifications.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnfc_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_virtual_link_resource_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_state_snapshot_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_snapshot_info_modifications.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_snapshot_info_modification_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_snapshot_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_snapshot.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_pkg_info_modifications.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_pkg_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_package_software_image_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_package_onboarding_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_package_change_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_package_artifact_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_link_port_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_link_port_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_lcm_operation_occurrence_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_lcm_op_occ.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_instance.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_info_modifications.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_info_modification_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_identifier_deletion_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_identifier_creation_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/vnf_ext_cp_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/virtual_storage_resource_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/upload_vnf_package_from_uri_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/threshold_modifications.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/threshold_crossed_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/threshold_criteria.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/threshold.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/terminate_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/scale_vnf_to_level_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/scale_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/scale_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/revert_to_vnf_snapshot_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pm_report.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pm_job_modification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pm_job_criteria.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pm_job.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pkgm_subscription_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pkgm_notification_filter.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/pkgm_links.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/performance_information_available_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/operate_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/monitoring_parameter.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/modifications_triggered_by_vnf_pkg_change.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/lifecycle_change_notifications_filter.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/lcm_coord_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/lccn_subscription_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/lccn_subscription.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/lccn_links.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/ip_over_ethernet_address_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/instantiate_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/heal_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/fields.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/external_artifacts_access_config.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/ext_virtual_link_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/ext_managed_virtual_link_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/ext_link_port_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/create_vnf_snapshot_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/create_vnf_snapshot_info_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/create_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/create_vnf_pkg_info_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/create_threshold_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/create_pm_job_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/cp_protocol_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/change_vnf_flavour_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/change_ext_vnf_connectivity_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/change_current_vnf_pkg_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/cancel_mode.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/affected_vnfc.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/affected_virtual_storage.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/affected_virtual_link.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: copying build/lib/tacker/sol_refactored/objects/v2/affected_ext_link_port.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/zone_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/zone_group_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/vim_software_image.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/vim_snapshot_resource.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/vim_constraint.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/vim_compute_resource_flavour.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/snapshot_resource_definition.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/resource_definition.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/placement_constraint.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/grant_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/grant_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/grant.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/fm_subscription_request.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/fm_subscription.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/fm_notifications_filter.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/fields.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/constraint_resource_ref.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/alarm_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/alarm_cleared_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: copying build/lib/tacker/sol_refactored/objects/v1/alarm.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/vnf_instance_subscription_filter.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/vnf_ext_cp_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/vnf_ext_cp_config.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/vim_connection_info.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/subscription_authentication.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/resource_handle.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/problem_details.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/notification_link.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/link.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/ip_over_ethernet_address_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/fields.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/ext_virtual_link_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/ext_managed_virtual_link_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/ext_link_port_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/crypt_key.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/cp_protocol_data.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/common/checksum.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects/common DEBUG: copying build/lib/tacker/sol_refactored/objects/base.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects DEBUG: copying build/lib/tacker/sol_refactored/objects/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/objects DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/nfvo DEBUG: copying build/lib/tacker/sol_refactored/nfvo/nfvo_client.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/nfvo DEBUG: copying build/lib/tacker/sol_refactored/nfvo/local_nfvo.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/nfvo DEBUG: copying build/lib/tacker/sol_refactored/nfvo/glance_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/sol_refactored/mgmt_drivers/server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/sol_refactored/mgmt_drivers/sample_script.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/sol_refactored/mgmt_drivers/container_update_mgmt_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/mgmt_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/terraform DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/terraform/terraform.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/terraform DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/userdata_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/userdata_standard.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/userdata_main.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/userdata_default.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/openstack.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/nova_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/openstack/heat_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/openstack DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_resource.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_common.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/kubernetes/kubernetes.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/kubernetes/helm_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/sol_refactored/infra_drivers/kubernetes/helm.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/infra_drivers/kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/db DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/db/sqlalchemy DEBUG: copying build/lib/tacker/sol_refactored/db/sqlalchemy/models.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/db/sqlalchemy DEBUG: copying build/lib/tacker/sol_refactored/db/sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/db/sqlalchemy DEBUG: copying build/lib/tacker/sol_refactored/db/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/db DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnfpm_view.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnfpm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnflcm_view.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnflcm_versions.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnflcm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnffm_view.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/vnffm_v1.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/prometheus_plugin_controller.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: copying build/lib/tacker/sol_refactored/controller/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/controller DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/vnfpm_driver_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/vnflcm_driver_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/vnflcm_auto.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/vnffm_driver_v1.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/v2_hook.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/server_notification_driver.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/prometheus_plugin_driver.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/conductor_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/conductor_rpc_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: copying build/lib/tacker/sol_refactored/conductor/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/conductor DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/vnfd_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/vnf_instance_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/vim_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/subscription_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/prometheus_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/pm_threshold_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/pm_job_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/oidc_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/monitoring_plugin_base.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/lcm_op_occ_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/http_client.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/fm_subscription_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/fm_alarm_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/exceptions.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/coordinate.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/coord_client.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/config.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/common_script_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: copying build/lib/tacker/sol_refactored/common/cinder_utils.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/vnfpm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/vnflcm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/vnffm_v1.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/server_notification_schemas.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/prometheus_plugin_schemas.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/common_types.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: copying build/lib/tacker/sol_refactored/api/schemas/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/schemas DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/policies DEBUG: copying build/lib/tacker/sol_refactored/api/policies/vnfpm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/policies DEBUG: copying build/lib/tacker/sol_refactored/api/policies/vnflcm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/policies DEBUG: copying build/lib/tacker/sol_refactored/api/policies/vnffm_v1.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api/policies DEBUG: copying build/lib/tacker/sol_refactored/api/wsgi.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api DEBUG: copying build/lib/tacker/sol_refactored/api/validator.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api DEBUG: copying build/lib/tacker/sol_refactored/api/router.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api DEBUG: copying build/lib/tacker/sol_refactored/api/api_version.py -> build/bdist.linux-x86_64/wheel/tacker/sol_refactored/api DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/releasenotes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/releasenotes/notes DEBUG: copying build/lib/tacker/releasenotes/notes/remove-passing-infra-and-mgmt-driver-in-api-954fe28b1294a2d6.yaml -> build/bdist.linux-x86_64/wheel/tacker/releasenotes/notes DEBUG: copying build/lib/tacker/releasenotes/notes/change_external_vnf_connectivity-444c580a01479f33.yaml -> build/bdist.linux-x86_64/wheel/tacker/releasenotes/notes DEBUG: copying build/lib/tacker/__init__.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/_i18n.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/auth.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/context.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/manager.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/policy.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/service.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/version.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: copying build/lib/tacker/wsgi.py -> build/bdist.linux-x86_64/wheel/tacker DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/keymgr DEBUG: copying build/lib/tacker/keymgr/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/keymgr DEBUG: copying build/lib/tacker/keymgr/barbican_key_manager.py -> build/bdist.linux-x86_64/wheel/tacker/keymgr DEBUG: copying build/lib/tacker/keymgr/exception.py -> build/bdist.linux-x86_64/wheel/tacker/keymgr DEBUG: copying build/lib/tacker/keymgr/key_manager.py -> build/bdist.linux-x86_64/wheel/tacker/keymgr DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/services DEBUG: copying build/lib/tacker/services/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/services DEBUG: copying build/lib/tacker/services/service_base.py -> build/bdist.linux-x86_64/wheel/tacker/services DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tosca DEBUG: copying build/lib/tacker/tosca/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tosca DEBUG: copying build/lib/tacker/tosca/utils.py -> build/bdist.linux-x86_64/wheel/tacker/tosca DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/extensions DEBUG: copying build/lib/tacker/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/extensions DEBUG: copying build/lib/tacker/extensions/common_services.py -> build/bdist.linux-x86_64/wheel/tacker/extensions DEBUG: copying build/lib/tacker/extensions/nfvo.py -> build/bdist.linux-x86_64/wheel/tacker/extensions DEBUG: copying build/lib/tacker/extensions/vnflcm.py -> build/bdist.linux-x86_64/wheel/tacker/extensions DEBUG: copying build/lib/tacker/extensions/vnfm.py -> build/bdist.linux-x86_64/wheel/tacker/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/agent DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/agent/linux DEBUG: copying build/lib/tacker/agent/linux/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/agent/linux DEBUG: copying build/lib/tacker/agent/linux/utils.py -> build/bdist.linux-x86_64/wheel/tacker/agent/linux DEBUG: copying build/lib/tacker/agent/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/agent DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/base.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/cancel_mode.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/change_ext_conn_req.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/common.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/fields.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/grant.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/grant_request.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/heal_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/instantiate_vnf_req.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/scale_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/terminate_vnf_req.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vim_connection.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_artifact.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_deployment_flavour.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_instance.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_instantiated_info.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_lcm_op_occs.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_lcm_subscriptions.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_package_vnfd.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_resources.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnf_software_image.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnfd.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: copying build/lib/tacker/objects/vnfd_attribute.py -> build/bdist.linux-x86_64/wheel/tacker/objects DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/conductor DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/conductor/conductorrpc DEBUG: copying build/lib/tacker/conductor/conductorrpc/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/conductor/conductorrpc DEBUG: copying build/lib/tacker/conductor/conductorrpc/vnf_lcm_rpc.py -> build/bdist.linux-x86_64/wheel/tacker/conductor/conductorrpc DEBUG: copying build/lib/tacker/conductor/conductorrpc/vnf_pkgm_rpc.py -> build/bdist.linux-x86_64/wheel/tacker/conductor/conductorrpc DEBUG: copying build/lib/tacker/conductor/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/conductor DEBUG: copying build/lib/tacker/conductor/conductor_server.py -> build/bdist.linux-x86_64/wheel/tacker/conductor DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnflcm DEBUG: copying build/lib/tacker/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnflcm DEBUG: copying build/lib/tacker/vnflcm/abstract_driver.py -> build/bdist.linux-x86_64/wheel/tacker/vnflcm DEBUG: copying build/lib/tacker/vnflcm/utils.py -> build/bdist.linux-x86_64/wheel/tacker/vnflcm DEBUG: copying build/lib/tacker/vnflcm/vnflcm_driver.py -> build/bdist.linux-x86_64/wheel/tacker/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/conductor.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/coordination.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/opts.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/policy.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/vnf_lcm.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: copying build/lib/tacker/conf/vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/conf DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/plugins DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/plugins/common DEBUG: copying build/lib/tacker/plugins/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/plugins/common DEBUG: copying build/lib/tacker/plugins/common/constants.py -> build/bdist.linux-x86_64/wheel/tacker/plugins/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/plugins/common_services DEBUG: copying build/lib/tacker/plugins/common_services/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/plugins/common_services DEBUG: copying build/lib/tacker/plugins/common_services/common_services_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/plugins/common_services DEBUG: copying build/lib/tacker/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/plugins DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/policies DEBUG: copying build/lib/tacker/policies/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/policies DEBUG: copying build/lib/tacker/policies/base.py -> build/bdist.linux-x86_64/wheel/tacker/policies DEBUG: copying build/lib/tacker/policies/vnf_lcm.py -> build/bdist.linux-x86_64/wheel/tacker/policies DEBUG: copying build/lib/tacker/policies/vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/policies DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/nfvo DEBUG: copying build/lib/tacker/nfvo/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo DEBUG: copying build/lib/tacker/nfvo/nfvo_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers/vim DEBUG: copying build/lib/tacker/nfvo/drivers/vim/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers/vim DEBUG: copying build/lib/tacker/nfvo/drivers/vim/abstract_vim_driver.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers/vim DEBUG: copying build/lib/tacker/nfvo/drivers/vim/kubernetes_driver.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers/vim DEBUG: copying build/lib/tacker/nfvo/drivers/vim/openstack_driver.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers/vim DEBUG: copying build/lib/tacker/nfvo/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/nfvo/drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/hacking DEBUG: copying build/lib/tacker/hacking/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/hacking DEBUG: copying build/lib/tacker/hacking/checks.py -> build/bdist.linux-x86_64/wheel/tacker/hacking DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/glance_store DEBUG: copying build/lib/tacker/glance_store/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/glance_store DEBUG: copying build/lib/tacker/glance_store/store.py -> build/bdist.linux-x86_64/wheel/tacker/glance_store DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/common DEBUG: copying build/lib/tacker/api/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/common DEBUG: copying build/lib/tacker/api/common/_filters.py -> build/bdist.linux-x86_64/wheel/tacker/api/common DEBUG: copying build/lib/tacker/api/common/attribute_filter.py -> build/bdist.linux-x86_64/wheel/tacker/api/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/schemas DEBUG: copying build/lib/tacker/api/schemas/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/schemas DEBUG: copying build/lib/tacker/api/schemas/vnf_lcm.py -> build/bdist.linux-x86_64/wheel/tacker/api/schemas DEBUG: copying build/lib/tacker/api/schemas/vnf_packages.py -> build/bdist.linux-x86_64/wheel/tacker/api/schemas DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/vnfpkgm DEBUG: copying build/lib/tacker/api/vnfpkgm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnfpkgm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/vnfpkgm/v1 DEBUG: copying build/lib/tacker/api/vnfpkgm/v1/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnfpkgm/v1 DEBUG: copying build/lib/tacker/api/vnfpkgm/v1/controller.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnfpkgm/v1 DEBUG: copying build/lib/tacker/api/vnfpkgm/v1/router.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnfpkgm/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/validation DEBUG: copying build/lib/tacker/api/validation/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/validation DEBUG: copying build/lib/tacker/api/validation/parameter_types.py -> build/bdist.linux-x86_64/wheel/tacker/api/validation DEBUG: copying build/lib/tacker/api/validation/validators.py -> build/bdist.linux-x86_64/wheel/tacker/api/validation DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/vnflcm DEBUG: copying build/lib/tacker/api/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/vnflcm/v1 DEBUG: copying build/lib/tacker/api/vnflcm/v1/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnflcm/v1 DEBUG: copying build/lib/tacker/api/vnflcm/v1/controller.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnflcm/v1 DEBUG: copying build/lib/tacker/api/vnflcm/v1/router.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnflcm/v1 DEBUG: copying build/lib/tacker/api/vnflcm/v1/sync_resource.py -> build/bdist.linux-x86_64/wheel/tacker/api/vnflcm/v1 DEBUG: copying build/lib/tacker/api/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api DEBUG: copying build/lib/tacker/api/api_common.py -> build/bdist.linux-x86_64/wheel/tacker/api DEBUG: copying build/lib/tacker/api/extensions.py -> build/bdist.linux-x86_64/wheel/tacker/api DEBUG: copying build/lib/tacker/api/versions.py -> build/bdist.linux-x86_64/wheel/tacker/api DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: copying build/lib/tacker/api/views/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: copying build/lib/tacker/api/views/versions.py -> build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: copying build/lib/tacker/api/views/vnf_lcm.py -> build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: copying build/lib/tacker/api/views/vnf_lcm_op_occs.py -> build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: copying build/lib/tacker/api/views/vnf_packages.py -> build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: copying build/lib/tacker/api/views/vnf_subscriptions.py -> build/bdist.linux-x86_64/wheel/tacker/api/views DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: copying build/lib/tacker/api/v1/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: copying build/lib/tacker/api/v1/attributes.py -> build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: copying build/lib/tacker/api/v1/base.py -> build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: copying build/lib/tacker/api/v1/resource.py -> build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: copying build/lib/tacker/api/v1/resource_helper.py -> build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: copying build/lib/tacker/api/v1/router.py -> build/bdist.linux-x86_64/wheel/tacker/api/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/nfvo DEBUG: copying build/lib/tacker/db/nfvo/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/nfvo DEBUG: copying build/lib/tacker/db/nfvo/nfvo_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/nfvo DEBUG: copying build/lib/tacker/db/nfvo/nfvo_db_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/db/nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/common_services DEBUG: copying build/lib/tacker/db/common_services/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/common_services DEBUG: copying build/lib/tacker/db/common_services/common_services_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/common_services DEBUG: copying build/lib/tacker/db/common_services/common_services_db_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/db/common_services DEBUG: copying build/lib/tacker/db/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: copying build/lib/tacker/db/api.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: copying build/lib/tacker/db/db_base.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: copying build/lib/tacker/db/model_base.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: copying build/lib/tacker/db/models_v1.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: copying build/lib/tacker/db/sqlalchemyutils.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: copying build/lib/tacker/db/types.py -> build/bdist.linux-x86_64/wheel/tacker/db DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/db_sqlalchemy DEBUG: copying build/lib/tacker/db/db_sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/db_sqlalchemy DEBUG: copying build/lib/tacker/db/db_sqlalchemy/api.py -> build/bdist.linux-x86_64/wheel/tacker/db/db_sqlalchemy DEBUG: copying build/lib/tacker/db/db_sqlalchemy/models.py -> build/bdist.linux-x86_64/wheel/tacker/db/db_sqlalchemy DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/vnfm DEBUG: copying build/lib/tacker/db/vnfm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/vnfm DEBUG: copying build/lib/tacker/db/vnfm/vnfm_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/vnfm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: copying build/lib/tacker/db/migration/alembic.ini -> build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: copying build/lib/tacker/db/migration/README -> build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/migration/models DEBUG: copying build/lib/tacker/db/migration/models/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/models DEBUG: copying build/lib/tacker/db/migration/models/head.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/models DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/f9bc96967462_add_vnf_pkg_id_to_vnf_instances.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/ee98bbc0789d_add_scale_column.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/e06fbdc90a32_add_db_tables_for_add_artifacts.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/df26c5871f3c_change_vnf_filter_column_definition.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/de8d835ae776_add_pm_and_fm_table.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/de6bfa5bea46_remove_status_from_vim.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/d6ae359ab0d6_add_tenant_id_to_lcm_subscriptions_and_.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/d2e39e01d540_add_size_to_vnfpackage.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/d25c7c865ce8_mod_vnflcm_subscription.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/ca2ad037c320_add_cryptkey_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/c47a733f425a_add_vnflcm_subscription.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/c31f65e0d099_add_columns_to_vnf_lcm_filter.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/abbef484b34c_modify_unique_constraint_on_vnf_packages_user_data.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/aaf461c8844c_change_type_for_vnf_resources.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/a23ebee909a8_introduce_sol_refactored_models.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/README -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/HEAD -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/985e28392890_add_vnflcm_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/975e28392888_add_unique_key_vnf_package_vnfd.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/8a7ca803e0d0_add_vnfc_info_to_instantiated_vnf_info.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/85c06a0714b7_rename_field_subscription_authentication.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/745e3e9fe5e2_add_vnf_metadata_to_vnflcm_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/7186440a306b_change_type_for_instance_id_of_vnf_table.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/70df18f71ba2_alter_vnfd_ids_vnf_instance_ids_vnf_.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/6dc60a5760e5_add_extra_field_to_vims_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/4c0e2e2c2e02_alter_vnfd_id_format.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/3ff50553e9d3_add_grant_and_grant_request.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/3adac34764da_add_column_to_vnf_lcm_op_occs.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/34cfceb25a49_add_downloading_to_vnfpackage.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/329cd1619d41_alter_vnf_software_images.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/2c5211036579_add_placement_table.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/2531c976c0f1_add_pm_threshold_table.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations/versions DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/script.py.mako -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations DEBUG: copying build/lib/tacker/db/migration/alembic_migrations/env.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration/alembic_migrations DEBUG: copying build/lib/tacker/db/migration/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: copying build/lib/tacker/db/migration/cli.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: copying build/lib/tacker/db/migration/migrate_to_v2.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: copying build/lib/tacker/db/migration/purge_tables.py -> build/bdist.linux-x86_64/wheel/tacker/db/migration DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/clients.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/cmd_executer.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/config.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/constants.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/coordination.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/crypt_utils.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/csar_utils.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/driver_manager.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/eventlet_utils.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/exceptions.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/ext_oauth2_auth.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/log.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/oidc_utils.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/rpc.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/safe_utils.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/test_lib.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/topics.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: copying build/lib/tacker/common/utils.py -> build/bdist.linux-x86_64/wheel/tacker/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/common/container DEBUG: copying build/lib/tacker/common/container/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/common/container DEBUG: copying build/lib/tacker/common/container/kubernetes_utils.py -> build/bdist.linux-x86_64/wheel/tacker/common/container DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/cmd DEBUG: copying build/lib/tacker/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/cmd DEBUG: copying build/lib/tacker/cmd/status.py -> build/bdist.linux-x86_64/wheel/tacker/cmd DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/cmd/eventlet DEBUG: copying build/lib/tacker/cmd/eventlet/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/cmd/eventlet DEBUG: copying build/lib/tacker/cmd/eventlet/conductor.py -> build/bdist.linux-x86_64/wheel/tacker/cmd/eventlet DEBUG: copying build/lib/tacker/cmd/eventlet/tacker_server.py -> build/bdist.linux-x86_64/wheel/tacker/cmd/eventlet DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/var DEBUG: copying build/lib/tacker/tests/var/privatekey.key -> build/bdist.linux-x86_64/wheel/tacker/tests/var DEBUG: copying build/lib/tacker/tests/var/certificate.crt -> build/bdist.linux-x86_64/wheel/tacker/tests/var DEBUG: copying build/lib/tacker/tests/var/certandkey.pem -> build/bdist.linux-x86_64/wheel/tacker/tests/var DEBUG: copying build/lib/tacker/tests/var/ca.crt -> build/bdist.linux-x86_64/wheel/tacker/tests/var DEBUG: copying build/lib/tacker/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/constants.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/fake_notifier.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/post_mortem_debug.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/tools.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: copying build/lib/tacker/tests/uuidsentinel.py -> build/bdist.linux-x86_64/wheel/tacker/tests DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/compliance DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol005 DEBUG: copying build/lib/tacker/tests/compliance/sol005/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol005 DEBUG: copying build/lib/tacker/tests/compliance/sol005/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol005 DEBUG: copying build/lib/tacker/tests/compliance/sol005/test_vnfpkgm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol005 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol002 DEBUG: copying build/lib/tacker/tests/compliance/sol002/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol002 DEBUG: copying build/lib/tacker/tests/compliance/sol002/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol002 DEBUG: copying build/lib/tacker/tests/compliance/sol002/test_vnflcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol002 DEBUG: copying build/lib/tacker/tests/compliance/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance DEBUG: copying build/lib/tacker/tests/compliance/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol003 DEBUG: copying build/lib/tacker/tests/compliance/sol003/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol003 DEBUG: copying build/lib/tacker/tests/compliance/sol003/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol003 DEBUG: copying build/lib/tacker/tests/compliance/sol003/test_vnflcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/compliance/sol003 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/common DEBUG: copying build/lib/tacker/tests/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/tools DEBUG: copying build/lib/tacker/tests/functional/tools/test-setup-mgmt.sh -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/tools DEBUG: copying build/lib/tacker/tests/functional/tools/test-setup-k8s-vim.sh -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/tools DEBUG: copying build/lib/tacker/tests/functional/tools/test-setup-fake-prometheus-server.sh -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/tools DEBUG: copying build/lib/tacker/tests/functional/tools/test-setup-default-vim.sh -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/tools DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/test_various_lcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/test_err_handling.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/test_change_vnfpkg.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/test_basic_min.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/test_basic_max.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/test_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/st_userdata/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/st_userdata DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/test_update.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/update DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/test_scale.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/test_err_handling.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/test_change_vnfpkg.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/test_basic_min.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/test_basic_max.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/df_userdata/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm/df_userdata DEBUG: copying build/lib/tacker/tests/functional/sol_v2/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/prometheus DEBUG: copying build/lib/tacker/tests/functional/sol_v2/prometheus/test_prom_auto_scale_heal.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/prometheus DEBUG: copying build/lib/tacker/tests/functional/sol_v2/prometheus/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/prometheus DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/notification DEBUG: copying build/lib/tacker/tests/functional/sol_v2/notification/test_server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/notification DEBUG: copying build/lib/tacker/tests/functional/sol_v2/notification/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2/notification DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: copying build/lib/tacker/tests/functional/sol_v2_common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: copying build/lib/tacker/tests/functional/sol_v2_common/base_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: copying build/lib/tacker/tests/functional/sol_v2_common/paramgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: copying build/lib/tacker/tests/functional/sol_v2_common/test_vnflcm_basic_common.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: copying build/lib/tacker/tests/functional/sol_v2_common/utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: copying build/lib/tacker/tests/functional/sol_v2_common/zipgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo_v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo_v2/fake_grant_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo_v2/fake_vnfpkgm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo_v2/test_nfvo_separate_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo_v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_terraform_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_terraform_v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_terraform_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_terraform_v2/base_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_terraform_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_terraform_v2/paramgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_terraform_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_terraform_v2/test_terraform.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_terraform_v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_encrypt_cred_v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_encrypt_cred_v2/paramgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_encrypt_cred_v2/test_encrypt_credentials.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_encrypt_cred_v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v1.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_vim_apis_kubernetes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol_kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vim_apis_openstack.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnf_package_apis.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v1.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: copying build/lib/tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_enhanced_policy/sol DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_az_retry DEBUG: copying build/lib/tacker/tests/functional/sol_v2_az_retry/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_az_retry DEBUG: copying build/lib/tacker/tests/functional/sol_v2_az_retry/test_az_retry.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_v2_az_retry DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm/fake_vnflcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_multi_tenant/vnflcm/test_vnf_lcm_with_multi_tenant.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_multi_tenant/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_multi_tenant DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/fake_vnflcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/test_kubernetes_multi_tenant.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_multi_tenant/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_multi_tenant DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/test_kubernetes_oidc_auth.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/base_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/test_kubernetes_oidc_auth.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_oidc_auth/test_vim.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_oidc_auth DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_grant.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_vnfpkgm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_separated_nfvo/vnflcm/test_vnf_instance_with_user_data_nfvo_separate.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_separated_nfvo/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/base_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/paramgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_change_vnfpkg.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_helm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_kubernetes_container_update.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_prom_auto_scale_heal.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_threshold_prometheus_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_vnffm_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_vnflcm_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_threshold_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes_v2/zipgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes_v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/common DEBUG: copying build/lib/tacker/tests/functional/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/common DEBUG: copying build/lib/tacker/tests/functional/common/fake_grant_server.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/common DEBUG: copying build/lib/tacker/tests/functional/common/fake_server.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/common DEBUG: copying build/lib/tacker/tests/functional/common/logging_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_https_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_https_v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_https_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_https_v2/paramgen.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_https_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_https_v2/test_vnffm_https_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_https_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_https_v2/test_vnflcm_https_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_https_v2 DEBUG: copying build/lib/tacker/tests/functional/sol_https_v2/test_vnfpm_https_basic.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_https_v2 DEBUG: copying build/lib/tacker/tests/functional/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional DEBUG: copying build/lib/tacker/tests/functional/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional DEBUG: copying build/lib/tacker/tests/functional/base_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional DEBUG: copying build/lib/tacker/tests/functional/keystone.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_container_update.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_heal.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_helm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_multi_ns.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_scale.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol_kubernetes/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnfpkgm DEBUG: copying build/lib/tacker/tests/functional/sol/vnfpkgm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnfpkgm DEBUG: copying build/lib/tacker/tests/functional/sol/vnfpkgm/test_vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnfpkgm DEBUG: copying build/lib/tacker/tests/functional/sol/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm_userdata DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm_userdata/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm_userdata DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm_userdata/test_vnf_instance_with_user_data.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm_userdata DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm/fake_vnflcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm/fake_vnfpkgm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm/test_vnf_instance.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: copying build/lib/tacker/tests/functional/sol/vnflcm/test_vnflcm_noop.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/legacy_nfvo DEBUG: copying build/lib/tacker/tests/functional/sol/legacy_nfvo/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/legacy_nfvo DEBUG: copying build/lib/tacker/tests/functional/sol/legacy_nfvo/test_vim.py -> build/bdist.linux-x86_64/wheel/tacker/tests/functional/sol/legacy_nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/extendedattribute.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/extensionattribute.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/foxinsocks.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/test_common_services.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/test_extension_extended_attribute.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: copying build/lib/tacker/tests/unit/extensions/v2attributes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/extensions DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/tests DEBUG: copying build/lib/tacker/tests/unit/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/tests DEBUG: copying build/lib/tacker/tests/unit/tests/test_post_mortem_debug.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/tests DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfpkgm DEBUG: copying build/lib/tacker/tests/unit/vnfpkgm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfpkgm DEBUG: copying build/lib/tacker/tests/unit/vnfpkgm/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfpkgm DEBUG: copying build/lib/tacker/tests/unit/vnfpkgm/test_controller.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfpkgm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/policies DEBUG: copying build/lib/tacker/tests/unit/policies/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/policies DEBUG: copying build/lib/tacker/tests/unit/policies/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/policies DEBUG: copying build/lib/tacker/tests/unit/policies/test_vnf_lcm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/policies DEBUG: copying build/lib/tacker/tests/unit/policies/test_vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/policies DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_change_ext_conn_req.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_fields.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_grant.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_instantiate_vnf_req.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_terminate_vnf_request.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vim_connection.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_deployment_flavour.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_instance.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_instantiated_info.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_lcm_op_occs.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_lcm_subscriptions.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_package_vnfd.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_resource.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnf_software_images.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnfd.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: copying build/lib/tacker/tests/unit/objects/test_vnfd_attribute.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/objects DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/cmd DEBUG: copying build/lib/tacker/tests/unit/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/cmd DEBUG: copying build/lib/tacker/tests/unit/cmd/test_status.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/cmd DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_db_migration.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_db_migration_to_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_db_purge_delete.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_vnf_artifact.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_vnf_instance.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_vnf_package.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_vnf_package_vnfd.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/test_vnf_resource.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: copying build/lib/tacker/tests/unit/db/utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/db/common_services DEBUG: copying build/lib/tacker/tests/unit/db/common_services/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db/common_services DEBUG: copying build/lib/tacker/tests/unit/db/common_services/test_common_services_db_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/db/common_services DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm/vnflcm_driver DEBUG: copying build/lib/tacker/tests/unit/vnflcm/vnflcm_driver/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm/vnflcm_driver DEBUG: copying build/lib/tacker/tests/unit/vnflcm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: copying build/lib/tacker/tests/unit/vnflcm/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: copying build/lib/tacker/tests/unit/vnflcm/test_controller.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: copying build/lib/tacker/tests/unit/vnflcm/test_load_vnf_interfaces.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: copying build/lib/tacker/tests/unit/vnflcm/test_sync_resource.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: copying build/lib/tacker/tests/unit/vnflcm/test_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: copying build/lib/tacker/tests/unit/vnflcm/test_vnflcm_driver.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnflcm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/keymgr DEBUG: copying build/lib/tacker/tests/unit/keymgr/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/keymgr DEBUG: copying build/lib/tacker/tests/unit/keymgr/test_barbican_key_manager.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/keymgr DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/vnfm/mgmt_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/vnfm/mgmt_drivers/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/vnfm/mgmt_drivers/test_container_update_mgmt.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/mgmt_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/volume-attachment.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/token-review.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/subject-access-review.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/storage-class.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/stateful-set.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service-account.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-rule-review.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-access-review.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/secret.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role-bindings.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/resource-quota.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/replica-set.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/priority-class.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod-template.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume-claim.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/node.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/network-policy.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/namespace.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/local-subject-access-review.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/limit-range.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/lease.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/job.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/horizontal-pod-autoscaler.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/deployment.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/daemon-set.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/controller-revision.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/config-map.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role-binding.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/bindings.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/api-service.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver_helm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_translate_outputs.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/worker_instance.hot.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/hot_generate_hot_from_tosca_with_scaling.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/hot_generate_hot_from_tosca.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_group_member.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_affinity.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_params_error.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_common_types.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_initial.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_grant.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_initial.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_grant.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_etsi_translate_template.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_update_template.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/vnfm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm DEBUG: copying build/lib/tacker/tests/unit/vnfm/test_nfvo_client.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm DEBUG: copying build/lib/tacker/tests/unit/vnfm/test_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm DEBUG: copying build/lib/tacker/tests/unit/vnfm/test_vim_client.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/lcm_user_data DEBUG: copying build/lib/tacker/tests/unit/vnfm/lcm_user_data/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/lcm_user_data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/lcm_user_data/utils DEBUG: copying build/lib/tacker/tests/unit/vnfm/lcm_user_data/utils/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/lcm_user_data/utils DEBUG: copying build/lib/tacker/tests/unit/vnfm/lcm_user_data/utils/test_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/vnfm/lcm_user_data/utils DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/fakes_for_fm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_common_script_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_coord_client.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_coordinate.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_fm_alarm_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_fm_subscription_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_lcm_op_occ_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_oidc_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_pm_job_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_pm_threshold_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_prometheus_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_subscription_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_vim_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_vnf_instance_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/common/test_vnfd_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/test_conductor_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/test_prometheus_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/test_server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/test_vnffm_driver_v1.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/test_vnflcm_driver_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/conductor/test_vnfpm_driver_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/conductor DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_prometheus_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_vnffm_v1.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_vnflcm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_vnflcm_view.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_vnfpm_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/controller/test_vnfpm_view.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/controller DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_fm_subscription.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_grant.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_lccn_subscription_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_pm_job_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_threshold_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_vnf_instance_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/objects/test_vnf_lcm_op_occ_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/objects DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/nfvo/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/nfvo/test_local_nfvo.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/nfvo DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/nfvo/test_nfvo_client.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/api DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/api/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/api DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/api/test_api_version.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/api DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/api/test_validator.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/api DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/api/test_wsgi.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/api DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers/fake_configmap.yaml -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers/test_container_update_mgmt.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/mgmt_drivers/test_server_notification.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/mgmt_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/terraform DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/terraform/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/terraform DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/terraform/test_terraform.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/terraform DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_openstack.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_userdata_default.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/openstack DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_kubernetes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/sol_refactored/infra_drivers/kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor DEBUG: copying build/lib/tacker/tests/unit/conductor/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor DEBUG: copying build/lib/tacker/tests/unit/conductor/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor DEBUG: copying build/lib/tacker/tests/unit/conductor/test_conductor_server.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor/conductorrpc DEBUG: copying build/lib/tacker/tests/unit/conductor/conductorrpc/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor/conductorrpc DEBUG: copying build/lib/tacker/tests/unit/conductor/conductorrpc/test_vnf_lcm_rpc.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor/conductorrpc DEBUG: copying build/lib/tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/conductor/conductorrpc DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/api DEBUG: copying build/lib/tacker/tests/unit/api/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api DEBUG: copying build/lib/tacker/tests/unit/api/test_api_common.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api DEBUG: copying build/lib/tacker/tests/unit/api/test_extensions.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v2 DEBUG: copying build/lib/tacker/tests/unit/api/v2/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v2 DEBUG: copying build/lib/tacker/tests/unit/api/v2/test_api_v2.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/test_attributes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/test_resource.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/test_resource_helper.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/test_router.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/test_vim.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: copying build/lib/tacker/tests/unit/api/v1/test_vnf_instance.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/api/v1 DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/glance_store DEBUG: copying build/lib/tacker/tests/unit/glance_store/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/glance_store DEBUG: copying build/lib/tacker/tests/unit/glance_store/test_store.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/glance_store DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo/drivers DEBUG: copying build/lib/tacker/tests/unit/nfvo/drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo/drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying build/lib/tacker/tests/unit/nfvo/drivers/vim/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying build/lib/tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying build/lib/tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo/drivers/vim DEBUG: copying build/lib/tacker/tests/unit/nfvo/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo DEBUG: copying build/lib/tacker/tests/unit/nfvo/test_nfvo_plugin.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/nfvo DEBUG: copying build/lib/tacker/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/base.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/database_stubs.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/extension_stubs.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/fake_auth.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/fake_request.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/fixtures.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/test_auth.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/test_context.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/test_policy.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/test_wsgi.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: copying build/lib/tacker/tests/unit/testlib_api.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/common/sample_keys DEBUG: copying build/lib/tacker/tests/unit/common/sample_keys/jwt_private.key -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common/sample_keys DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/common/container DEBUG: copying build/lib/tacker/tests/unit/common/container/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common/container DEBUG: copying build/lib/tacker/tests/unit/common/container/test_kubernetes_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common/container DEBUG: copying build/lib/tacker/tests/unit/common/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/fakes.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_config.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_crypt_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_csar_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_ext_oauth2_auth.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_log.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_oidc_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_store.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: copying build/lib/tacker/tests/unit/common/test_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/common DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/agent DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/tests/unit/agent/linux DEBUG: copying build/lib/tacker/tests/unit/agent/linux/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/agent/linux DEBUG: copying build/lib/tacker/tests/unit/agent/linux/test_utils.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/agent/linux DEBUG: copying build/lib/tacker/tests/unit/agent/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/tests/unit/agent DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm DEBUG: copying build/lib/tacker/vnfm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm DEBUG: copying build/lib/tacker/vnfm/keystone.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm DEBUG: copying build/lib/tacker/vnfm/nfvo_client.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm DEBUG: copying build/lib/tacker/vnfm/plugin.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm DEBUG: copying build/lib/tacker/vnfm/vim_client.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/lcm_user_data DEBUG: copying build/lib/tacker/vnfm/lcm_user_data/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/lcm_user_data DEBUG: copying build/lib/tacker/vnfm/lcm_user_data/abstract_user_data.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/lcm_user_data DEBUG: copying build/lib/tacker/vnfm/lcm_user_data/constants.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/lcm_user_data DEBUG: copying build/lib/tacker/vnfm/lcm_user_data/utils.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/lcm_user_data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/constants.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/glance_client.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/heat_client.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/openstack.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/translate_template.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: copying build/lib/tacker/vnfm/infra_drivers/openstack/update_template.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/openstack DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/utils.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes/helm DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/helm/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes/helm DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/helm/helm_client.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes/helm DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes/k8s DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes/k8s DEBUG: copying build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers/kubernetes/k8s DEBUG: copying build/lib/tacker/vnfm/infra_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers DEBUG: copying build/lib/tacker/vnfm/infra_drivers/abstract_driver.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers DEBUG: copying build/lib/tacker/vnfm/infra_drivers/noop.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers DEBUG: copying build/lib/tacker/vnfm/infra_drivers/scale_driver.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/infra_drivers DEBUG: creating build/bdist.linux-x86_64/wheel/tacker/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/vnfm/mgmt_drivers/__init__.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/vnfm/mgmt_drivers/constants.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/vnfm/mgmt_drivers/vnflcm_abstract_driver.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/mgmt_drivers DEBUG: copying build/lib/tacker/vnfm/mgmt_drivers/vnflcm_noop.py -> build/bdist.linux-x86_64/wheel/tacker/vnfm/mgmt_drivers DEBUG: running install_data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/init.d DEBUG: copying etc/init.d/tacker-server -> build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/init.d DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/systemd DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/systemd/system DEBUG: copying etc/systemd/system/tacker.service -> build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/systemd/system DEBUG: copying etc/systemd/system/tacker-conductor.service -> build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/systemd/system DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/tacker DEBUG: copying etc/tacker/api-paste.ini -> build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/tacker DEBUG: copying etc/tacker/prometheus-plugin.yaml -> build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.data/data/etc/tacker DEBUG: running install_egg_info DEBUG: Copying tacker.egg-info to build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4-py3.12.egg-info DEBUG: running install_scripts DEBUG: creating build/bdist.linux-x86_64/wheel/tacker-13.1.0.dev4.dist-info/WHEEL DEBUG: creating '/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir/pip-wheel-xsvc7v0a/.tmp-6lq4vtdo/tacker-13.1.0.dev4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it DEBUG: adding 'tacker/__init__.py' DEBUG: adding 'tacker/_i18n.py' DEBUG: adding 'tacker/auth.py' DEBUG: adding 'tacker/context.py' DEBUG: adding 'tacker/manager.py' DEBUG: adding 'tacker/policy.py' DEBUG: adding 'tacker/service.py' DEBUG: adding 'tacker/version.py' DEBUG: adding 'tacker/wsgi.py' DEBUG: adding 'tacker/agent/__init__.py' DEBUG: adding 'tacker/agent/linux/__init__.py' DEBUG: adding 'tacker/agent/linux/utils.py' DEBUG: adding 'tacker/api/__init__.py' DEBUG: adding 'tacker/api/api_common.py' DEBUG: adding 'tacker/api/extensions.py' DEBUG: adding 'tacker/api/versions.py' DEBUG: adding 'tacker/api/common/__init__.py' DEBUG: adding 'tacker/api/common/_filters.py' DEBUG: adding 'tacker/api/common/attribute_filter.py' DEBUG: adding 'tacker/api/schemas/__init__.py' DEBUG: adding 'tacker/api/schemas/vnf_lcm.py' DEBUG: adding 'tacker/api/schemas/vnf_packages.py' DEBUG: adding 'tacker/api/v1/__init__.py' DEBUG: adding 'tacker/api/v1/attributes.py' DEBUG: adding 'tacker/api/v1/base.py' DEBUG: adding 'tacker/api/v1/resource.py' DEBUG: adding 'tacker/api/v1/resource_helper.py' DEBUG: adding 'tacker/api/v1/router.py' DEBUG: adding 'tacker/api/validation/__init__.py' DEBUG: adding 'tacker/api/validation/parameter_types.py' DEBUG: adding 'tacker/api/validation/validators.py' DEBUG: adding 'tacker/api/views/__init__.py' DEBUG: adding 'tacker/api/views/versions.py' DEBUG: adding 'tacker/api/views/vnf_lcm.py' DEBUG: adding 'tacker/api/views/vnf_lcm_op_occs.py' DEBUG: adding 'tacker/api/views/vnf_packages.py' DEBUG: adding 'tacker/api/views/vnf_subscriptions.py' DEBUG: adding 'tacker/api/vnflcm/__init__.py' DEBUG: adding 'tacker/api/vnflcm/v1/__init__.py' DEBUG: adding 'tacker/api/vnflcm/v1/controller.py' DEBUG: adding 'tacker/api/vnflcm/v1/router.py' DEBUG: adding 'tacker/api/vnflcm/v1/sync_resource.py' DEBUG: adding 'tacker/api/vnfpkgm/__init__.py' DEBUG: adding 'tacker/api/vnfpkgm/v1/__init__.py' DEBUG: adding 'tacker/api/vnfpkgm/v1/controller.py' DEBUG: adding 'tacker/api/vnfpkgm/v1/router.py' DEBUG: adding 'tacker/cmd/__init__.py' DEBUG: adding 'tacker/cmd/status.py' DEBUG: adding 'tacker/cmd/eventlet/__init__.py' DEBUG: adding 'tacker/cmd/eventlet/conductor.py' DEBUG: adding 'tacker/cmd/eventlet/tacker_server.py' DEBUG: adding 'tacker/common/__init__.py' DEBUG: adding 'tacker/common/clients.py' DEBUG: adding 'tacker/common/cmd_executer.py' DEBUG: adding 'tacker/common/config.py' DEBUG: adding 'tacker/common/constants.py' DEBUG: adding 'tacker/common/coordination.py' DEBUG: adding 'tacker/common/crypt_utils.py' DEBUG: adding 'tacker/common/csar_utils.py' DEBUG: adding 'tacker/common/driver_manager.py' DEBUG: adding 'tacker/common/eventlet_utils.py' DEBUG: adding 'tacker/common/exceptions.py' DEBUG: adding 'tacker/common/ext_oauth2_auth.py' DEBUG: adding 'tacker/common/log.py' DEBUG: adding 'tacker/common/oidc_utils.py' DEBUG: adding 'tacker/common/rpc.py' DEBUG: adding 'tacker/common/safe_utils.py' DEBUG: adding 'tacker/common/test_lib.py' DEBUG: adding 'tacker/common/topics.py' DEBUG: adding 'tacker/common/utils.py' DEBUG: adding 'tacker/common/container/__init__.py' DEBUG: adding 'tacker/common/container/kubernetes_utils.py' DEBUG: adding 'tacker/conductor/__init__.py' DEBUG: adding 'tacker/conductor/conductor_server.py' DEBUG: adding 'tacker/conductor/conductorrpc/__init__.py' DEBUG: adding 'tacker/conductor/conductorrpc/vnf_lcm_rpc.py' DEBUG: adding 'tacker/conductor/conductorrpc/vnf_pkgm_rpc.py' DEBUG: adding 'tacker/conf/__init__.py' DEBUG: adding 'tacker/conf/conductor.py' DEBUG: adding 'tacker/conf/coordination.py' DEBUG: adding 'tacker/conf/opts.py' DEBUG: adding 'tacker/conf/policy.py' DEBUG: adding 'tacker/conf/vnf_lcm.py' DEBUG: adding 'tacker/conf/vnf_package.py' DEBUG: adding 'tacker/db/__init__.py' DEBUG: adding 'tacker/db/api.py' DEBUG: adding 'tacker/db/db_base.py' DEBUG: adding 'tacker/db/model_base.py' DEBUG: adding 'tacker/db/models_v1.py' DEBUG: adding 'tacker/db/sqlalchemyutils.py' DEBUG: adding 'tacker/db/types.py' DEBUG: adding 'tacker/db/common_services/__init__.py' DEBUG: adding 'tacker/db/common_services/common_services_db.py' DEBUG: adding 'tacker/db/common_services/common_services_db_plugin.py' DEBUG: adding 'tacker/db/db_sqlalchemy/__init__.py' DEBUG: adding 'tacker/db/db_sqlalchemy/api.py' DEBUG: adding 'tacker/db/db_sqlalchemy/models.py' DEBUG: adding 'tacker/db/migration/README' DEBUG: adding 'tacker/db/migration/__init__.py' DEBUG: adding 'tacker/db/migration/alembic.ini' DEBUG: adding 'tacker/db/migration/cli.py' DEBUG: adding 'tacker/db/migration/migrate_to_v2.py' DEBUG: adding 'tacker/db/migration/purge_tables.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/__init__.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/env.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/script.py.mako' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/2531c976c0f1_add_pm_threshold_table.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/2c5211036579_add_placement_table.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/329cd1619d41_alter_vnf_software_images.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/34cfceb25a49_add_downloading_to_vnfpackage.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/3adac34764da_add_column_to_vnf_lcm_op_occs.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/3ff50553e9d3_add_grant_and_grant_request.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/4c0e2e2c2e02_alter_vnfd_id_format.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/6dc60a5760e5_add_extra_field_to_vims_db.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/70df18f71ba2_alter_vnfd_ids_vnf_instance_ids_vnf_.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/7186440a306b_change_type_for_instance_id_of_vnf_table.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/745e3e9fe5e2_add_vnf_metadata_to_vnflcm_db.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/85c06a0714b7_rename_field_subscription_authentication.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/8a7ca803e0d0_add_vnfc_info_to_instantiated_vnf_info.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/975e28392888_add_unique_key_vnf_package_vnfd.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/985e28392890_add_vnflcm_db.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/HEAD' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/README' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/a23ebee909a8_introduce_sol_refactored_models.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/aaf461c8844c_change_type_for_vnf_resources.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/abbef484b34c_modify_unique_constraint_on_vnf_packages_user_data.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/c31f65e0d099_add_columns_to_vnf_lcm_filter.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/c47a733f425a_add_vnflcm_subscription.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/ca2ad037c320_add_cryptkey_db.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/d25c7c865ce8_mod_vnflcm_subscription.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/d2e39e01d540_add_size_to_vnfpackage.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/d6ae359ab0d6_add_tenant_id_to_lcm_subscriptions_and_.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/de6bfa5bea46_remove_status_from_vim.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/de8d835ae776_add_pm_and_fm_table.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/df26c5871f3c_change_vnf_filter_column_definition.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/e06fbdc90a32_add_db_tables_for_add_artifacts.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/ee98bbc0789d_add_scale_column.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py' DEBUG: adding 'tacker/db/migration/alembic_migrations/versions/f9bc96967462_add_vnf_pkg_id_to_vnf_instances.py' DEBUG: adding 'tacker/db/migration/models/__init__.py' DEBUG: adding 'tacker/db/migration/models/head.py' DEBUG: adding 'tacker/db/nfvo/__init__.py' DEBUG: adding 'tacker/db/nfvo/nfvo_db.py' DEBUG: adding 'tacker/db/nfvo/nfvo_db_plugin.py' DEBUG: adding 'tacker/db/vnfm/__init__.py' DEBUG: adding 'tacker/db/vnfm/vnfm_db.py' DEBUG: adding 'tacker/extensions/__init__.py' DEBUG: adding 'tacker/extensions/common_services.py' DEBUG: adding 'tacker/extensions/nfvo.py' DEBUG: adding 'tacker/extensions/vnflcm.py' DEBUG: adding 'tacker/extensions/vnfm.py' DEBUG: adding 'tacker/glance_store/__init__.py' DEBUG: adding 'tacker/glance_store/store.py' DEBUG: adding 'tacker/hacking/__init__.py' DEBUG: adding 'tacker/hacking/checks.py' DEBUG: adding 'tacker/keymgr/__init__.py' DEBUG: adding 'tacker/keymgr/barbican_key_manager.py' DEBUG: adding 'tacker/keymgr/exception.py' DEBUG: adding 'tacker/keymgr/key_manager.py' DEBUG: adding 'tacker/nfvo/__init__.py' DEBUG: adding 'tacker/nfvo/nfvo_plugin.py' DEBUG: adding 'tacker/nfvo/drivers/__init__.py' DEBUG: adding 'tacker/nfvo/drivers/vim/__init__.py' DEBUG: adding 'tacker/nfvo/drivers/vim/abstract_vim_driver.py' DEBUG: adding 'tacker/nfvo/drivers/vim/kubernetes_driver.py' DEBUG: adding 'tacker/nfvo/drivers/vim/openstack_driver.py' DEBUG: adding 'tacker/objects/__init__.py' DEBUG: adding 'tacker/objects/base.py' DEBUG: adding 'tacker/objects/cancel_mode.py' DEBUG: adding 'tacker/objects/change_ext_conn_req.py' DEBUG: adding 'tacker/objects/common.py' DEBUG: adding 'tacker/objects/fields.py' DEBUG: adding 'tacker/objects/grant.py' DEBUG: adding 'tacker/objects/grant_request.py' DEBUG: adding 'tacker/objects/heal_vnf_request.py' DEBUG: adding 'tacker/objects/instantiate_vnf_req.py' DEBUG: adding 'tacker/objects/scale_vnf_request.py' DEBUG: adding 'tacker/objects/terminate_vnf_req.py' DEBUG: adding 'tacker/objects/vim_connection.py' DEBUG: adding 'tacker/objects/vnf.py' DEBUG: adding 'tacker/objects/vnf_artifact.py' DEBUG: adding 'tacker/objects/vnf_deployment_flavour.py' DEBUG: adding 'tacker/objects/vnf_instance.py' DEBUG: adding 'tacker/objects/vnf_instantiated_info.py' DEBUG: adding 'tacker/objects/vnf_lcm_op_occs.py' DEBUG: adding 'tacker/objects/vnf_lcm_subscriptions.py' DEBUG: adding 'tacker/objects/vnf_package.py' DEBUG: adding 'tacker/objects/vnf_package_vnfd.py' DEBUG: adding 'tacker/objects/vnf_resources.py' DEBUG: adding 'tacker/objects/vnf_software_image.py' DEBUG: adding 'tacker/objects/vnfd.py' DEBUG: adding 'tacker/objects/vnfd_attribute.py' DEBUG: adding 'tacker/plugins/__init__.py' DEBUG: adding 'tacker/plugins/common/__init__.py' DEBUG: adding 'tacker/plugins/common/constants.py' DEBUG: adding 'tacker/plugins/common_services/__init__.py' DEBUG: adding 'tacker/plugins/common_services/common_services_plugin.py' DEBUG: adding 'tacker/policies/__init__.py' DEBUG: adding 'tacker/policies/base.py' DEBUG: adding 'tacker/policies/vnf_lcm.py' DEBUG: adding 'tacker/policies/vnf_package.py' DEBUG: adding 'tacker/releasenotes/notes/change_external_vnf_connectivity-444c580a01479f33.yaml' DEBUG: adding 'tacker/releasenotes/notes/remove-passing-infra-and-mgmt-driver-in-api-954fe28b1294a2d6.yaml' DEBUG: adding 'tacker/services/__init__.py' DEBUG: adding 'tacker/services/service_base.py' DEBUG: adding 'tacker/sol_refactored/api/api_version.py' DEBUG: adding 'tacker/sol_refactored/api/router.py' DEBUG: adding 'tacker/sol_refactored/api/validator.py' DEBUG: adding 'tacker/sol_refactored/api/wsgi.py' DEBUG: adding 'tacker/sol_refactored/api/policies/vnffm_v1.py' DEBUG: adding 'tacker/sol_refactored/api/policies/vnflcm_v2.py' DEBUG: adding 'tacker/sol_refactored/api/policies/vnfpm_v2.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/__init__.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/common_types.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/prometheus_plugin_schemas.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/server_notification_schemas.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/vnffm_v1.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/vnflcm_v2.py' DEBUG: adding 'tacker/sol_refactored/api/schemas/vnfpm_v2.py' DEBUG: adding 'tacker/sol_refactored/common/cinder_utils.py' DEBUG: adding 'tacker/sol_refactored/common/common_script_utils.py' DEBUG: adding 'tacker/sol_refactored/common/config.py' DEBUG: adding 'tacker/sol_refactored/common/coord_client.py' DEBUG: adding 'tacker/sol_refactored/common/coordinate.py' DEBUG: adding 'tacker/sol_refactored/common/exceptions.py' DEBUG: adding 'tacker/sol_refactored/common/fm_alarm_utils.py' DEBUG: adding 'tacker/sol_refactored/common/fm_subscription_utils.py' DEBUG: adding 'tacker/sol_refactored/common/http_client.py' DEBUG: adding 'tacker/sol_refactored/common/lcm_op_occ_utils.py' DEBUG: adding 'tacker/sol_refactored/common/monitoring_plugin_base.py' DEBUG: adding 'tacker/sol_refactored/common/oidc_utils.py' DEBUG: adding 'tacker/sol_refactored/common/pm_job_utils.py' DEBUG: adding 'tacker/sol_refactored/common/pm_threshold_utils.py' DEBUG: adding 'tacker/sol_refactored/common/prometheus_plugin.py' DEBUG: adding 'tacker/sol_refactored/common/server_notification.py' DEBUG: adding 'tacker/sol_refactored/common/subscription_utils.py' DEBUG: adding 'tacker/sol_refactored/common/vim_utils.py' DEBUG: adding 'tacker/sol_refactored/common/vnf_instance_utils.py' DEBUG: adding 'tacker/sol_refactored/common/vnfd_utils.py' DEBUG: adding 'tacker/sol_refactored/conductor/__init__.py' DEBUG: adding 'tacker/sol_refactored/conductor/conductor_rpc_v2.py' DEBUG: adding 'tacker/sol_refactored/conductor/conductor_v2.py' DEBUG: adding 'tacker/sol_refactored/conductor/prometheus_plugin_driver.py' DEBUG: adding 'tacker/sol_refactored/conductor/server_notification_driver.py' DEBUG: adding 'tacker/sol_refactored/conductor/v2_hook.py' DEBUG: adding 'tacker/sol_refactored/conductor/vnffm_driver_v1.py' DEBUG: adding 'tacker/sol_refactored/conductor/vnflcm_auto.py' DEBUG: adding 'tacker/sol_refactored/conductor/vnflcm_driver_v2.py' DEBUG: adding 'tacker/sol_refactored/conductor/vnfpm_driver_v2.py' DEBUG: adding 'tacker/sol_refactored/controller/__init__.py' DEBUG: adding 'tacker/sol_refactored/controller/prometheus_plugin_controller.py' DEBUG: adding 'tacker/sol_refactored/controller/server_notification.py' DEBUG: adding 'tacker/sol_refactored/controller/vnffm_v1.py' DEBUG: adding 'tacker/sol_refactored/controller/vnffm_view.py' DEBUG: adding 'tacker/sol_refactored/controller/vnflcm_v2.py' DEBUG: adding 'tacker/sol_refactored/controller/vnflcm_versions.py' DEBUG: adding 'tacker/sol_refactored/controller/vnflcm_view.py' DEBUG: adding 'tacker/sol_refactored/controller/vnfpm_v2.py' DEBUG: adding 'tacker/sol_refactored/controller/vnfpm_view.py' DEBUG: adding 'tacker/sol_refactored/db/__init__.py' DEBUG: adding 'tacker/sol_refactored/db/sqlalchemy/__init__.py' DEBUG: adding 'tacker/sol_refactored/db/sqlalchemy/models.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/kubernetes/helm.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/kubernetes/helm_utils.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/kubernetes/kubernetes.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_common.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_resource.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/kubernetes/kubernetes_utils.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/heat_utils.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/nova_utils.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/openstack.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/userdata_default.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/userdata_main.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/userdata_standard.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/openstack/userdata_utils.py' DEBUG: adding 'tacker/sol_refactored/infra_drivers/terraform/terraform.py' DEBUG: adding 'tacker/sol_refactored/mgmt_drivers/container_update_mgmt_v2.py' DEBUG: adding 'tacker/sol_refactored/mgmt_drivers/sample_script.py' DEBUG: adding 'tacker/sol_refactored/mgmt_drivers/server_notification.py' DEBUG: adding 'tacker/sol_refactored/nfvo/glance_utils.py' DEBUG: adding 'tacker/sol_refactored/nfvo/local_nfvo.py' DEBUG: adding 'tacker/sol_refactored/nfvo/nfvo_client.py' DEBUG: adding 'tacker/sol_refactored/objects/__init__.py' DEBUG: adding 'tacker/sol_refactored/objects/base.py' DEBUG: adding 'tacker/sol_refactored/objects/common/checksum.py' DEBUG: adding 'tacker/sol_refactored/objects/common/cp_protocol_data.py' DEBUG: adding 'tacker/sol_refactored/objects/common/crypt_key.py' DEBUG: adding 'tacker/sol_refactored/objects/common/ext_link_port_data.py' DEBUG: adding 'tacker/sol_refactored/objects/common/ext_managed_virtual_link_data.py' DEBUG: adding 'tacker/sol_refactored/objects/common/ext_virtual_link_data.py' DEBUG: adding 'tacker/sol_refactored/objects/common/fields.py' DEBUG: adding 'tacker/sol_refactored/objects/common/ip_over_ethernet_address_data.py' DEBUG: adding 'tacker/sol_refactored/objects/common/link.py' DEBUG: adding 'tacker/sol_refactored/objects/common/notification_link.py' DEBUG: adding 'tacker/sol_refactored/objects/common/problem_details.py' DEBUG: adding 'tacker/sol_refactored/objects/common/resource_handle.py' DEBUG: adding 'tacker/sol_refactored/objects/common/subscription_authentication.py' DEBUG: adding 'tacker/sol_refactored/objects/common/vim_connection_info.py' DEBUG: adding 'tacker/sol_refactored/objects/common/vnf_ext_cp_config.py' DEBUG: adding 'tacker/sol_refactored/objects/common/vnf_ext_cp_data.py' DEBUG: adding 'tacker/sol_refactored/objects/common/vnf_instance_subscription_filter.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/alarm.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/alarm_cleared_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/alarm_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/constraint_resource_ref.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/fields.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/fm_notifications_filter.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/fm_subscription.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/fm_subscription_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/grant.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/grant_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/grant_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/placement_constraint.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/resource_definition.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/snapshot_resource_definition.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/vim_compute_resource_flavour.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/vim_constraint.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/vim_snapshot_resource.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/vim_software_image.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/zone_group_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v1/zone_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/affected_ext_link_port.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/affected_virtual_link.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/affected_virtual_storage.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/affected_vnfc.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/cancel_mode.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/change_current_vnf_pkg_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/change_ext_vnf_connectivity_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/change_vnf_flavour_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/cp_protocol_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/create_pm_job_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/create_threshold_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/create_vnf_pkg_info_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/create_vnf_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/create_vnf_snapshot_info_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/create_vnf_snapshot_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/ext_link_port_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/ext_managed_virtual_link_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/ext_virtual_link_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/external_artifacts_access_config.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/fields.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/heal_vnf_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/instantiate_vnf_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/ip_over_ethernet_address_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/lccn_links.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/lccn_subscription.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/lccn_subscription_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/lcm_coord_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/lifecycle_change_notifications_filter.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/modifications_triggered_by_vnf_pkg_change.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/monitoring_parameter.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/operate_vnf_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/performance_information_available_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pkgm_links.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pkgm_notification_filter.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pkgm_subscription_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pm_job.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pm_job_criteria.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pm_job_modification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/pm_report.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/revert_to_vnf_snapshot_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/scale_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/scale_vnf_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/scale_vnf_to_level_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/terminate_vnf_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/threshold.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/threshold_criteria.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/threshold_crossed_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/threshold_modifications.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/upload_vnf_package_from_uri_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/virtual_storage_resource_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_ext_cp_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_identifier_creation_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_identifier_deletion_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_info_modification_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_info_modifications.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_instance.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_lcm_op_occ.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_lcm_operation_occurrence_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_link_port_data.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_link_port_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_package_artifact_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_package_change_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_package_onboarding_notification.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_package_software_image_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_pkg_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_pkg_info_modifications.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_snapshot.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_snapshot_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_snapshot_info_modification_request.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_snapshot_info_modifications.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_state_snapshot_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnf_virtual_link_resource_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnfc_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnfc_info_modifications.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnfc_resource_info.py' DEBUG: adding 'tacker/sol_refactored/objects/v2/vnfc_snapshot_info.py' DEBUG: adding 'tacker/sol_refactored/test-tools/cli.py' DEBUG: adding 'tacker/sol_refactored/test-tools/notif_endpoint_app.py' DEBUG: adding 'tacker/tests/__init__.py' DEBUG: adding 'tacker/tests/base.py' DEBUG: adding 'tacker/tests/constants.py' DEBUG: adding 'tacker/tests/fake_notifier.py' DEBUG: adding 'tacker/tests/post_mortem_debug.py' DEBUG: adding 'tacker/tests/tools.py' DEBUG: adding 'tacker/tests/utils.py' DEBUG: adding 'tacker/tests/uuidsentinel.py' DEBUG: adding 'tacker/tests/common/__init__.py' DEBUG: adding 'tacker/tests/compliance/__init__.py' DEBUG: adding 'tacker/tests/compliance/base.py' DEBUG: adding 'tacker/tests/compliance/sol002/__init__.py' DEBUG: adding 'tacker/tests/compliance/sol002/base.py' DEBUG: adding 'tacker/tests/compliance/sol002/test_vnflcm.py' DEBUG: adding 'tacker/tests/compliance/sol003/__init__.py' DEBUG: adding 'tacker/tests/compliance/sol003/base.py' DEBUG: adding 'tacker/tests/compliance/sol003/test_vnflcm.py' DEBUG: adding 'tacker/tests/compliance/sol005/__init__.py' DEBUG: adding 'tacker/tests/compliance/sol005/base.py' DEBUG: adding 'tacker/tests/compliance/sol005/test_vnfpkgm.py' DEBUG: adding 'tacker/tests/functional/__init__.py' DEBUG: adding 'tacker/tests/functional/base.py' DEBUG: adding 'tacker/tests/functional/base_v2.py' DEBUG: adding 'tacker/tests/functional/keystone.py' DEBUG: adding 'tacker/tests/functional/common/__init__.py' DEBUG: adding 'tacker/tests/functional/common/fake_grant_server.py' DEBUG: adding 'tacker/tests/functional/common/fake_server.py' DEBUG: adding 'tacker/tests/functional/common/logging_utils.py' DEBUG: adding 'tacker/tests/functional/sol/__init__.py' DEBUG: adding 'tacker/tests/functional/sol/legacy_nfvo/__init__.py' DEBUG: adding 'tacker/tests/functional/sol/legacy_nfvo/test_vim.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm/base.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm/fake_vnflcm.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm/fake_vnfpkgm.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm/test_vnf_instance.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm/test_vnflcm_noop.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm_userdata/__init__.py' DEBUG: adding 'tacker/tests/functional/sol/vnflcm_userdata/test_vnf_instance_with_user_data.py' DEBUG: adding 'tacker/tests/functional/sol/vnfpkgm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol/vnfpkgm/test_vnf_package.py' DEBUG: adding 'tacker/tests/functional/sol_encrypt_cred_v2/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_encrypt_cred_v2/paramgen.py' DEBUG: adding 'tacker/tests/functional/sol_encrypt_cred_v2/test_encrypt_credentials.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/base.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vim_apis_openstack.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnf_package_apis.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v1.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol/test_policy_vnflcm_apis_v2.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v1.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_cnflcm_apis_v2.py' DEBUG: adding 'tacker/tests/functional/sol_enhanced_policy/sol_kubernetes/test_policy_vim_apis_kubernetes.py' DEBUG: adding 'tacker/tests/functional/sol_https_v2/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_https_v2/paramgen.py' DEBUG: adding 'tacker/tests/functional/sol_https_v2/test_vnffm_https_basic.py' DEBUG: adding 'tacker/tests/functional/sol_https_v2/test_vnflcm_https_basic.py' DEBUG: adding 'tacker/tests/functional/sol_https_v2/test_vnfpm_https_basic.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/base.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_container_update.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_heal.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_helm.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_multi_ns.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes/vnflcm/test_kubernetes_scale.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_multi_tenant/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/base.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/fake_vnflcm.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_multi_tenant/vnflcm/test_kubernetes_multi_tenant.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/test_vim.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v1/test_kubernetes_oidc_auth.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/base_v2.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_oidc_auth/vnflcm_v2/test_kubernetes_oidc_auth.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/base_v2.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/paramgen.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_change_vnfpkg.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_helm.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_kubernetes_container_update.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_prom_auto_scale_heal.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_threshold_prometheus_plugin.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_vnffm_basic.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_vnflcm_basic.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_basic.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/test_vnfpm_threshold_basic.py' DEBUG: adding 'tacker/tests/functional/sol_kubernetes_v2/zipgen.py' DEBUG: adding 'tacker/tests/functional/sol_multi_tenant/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_multi_tenant/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_multi_tenant/vnflcm/base.py' DEBUG: adding 'tacker/tests/functional/sol_multi_tenant/vnflcm/fake_vnflcm.py' DEBUG: adding 'tacker/tests/functional/sol_multi_tenant/vnflcm/test_vnf_lcm_with_multi_tenant.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_grant.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo/vnflcm/fake_vnfpkgm.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo/vnflcm/test_vnf_instance_with_user_data_nfvo_separate.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo_v2/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo_v2/fake_grant_v2.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo_v2/fake_vnfpkgm_v2.py' DEBUG: adding 'tacker/tests/functional/sol_separated_nfvo_v2/test_nfvo_separate_v2.py' DEBUG: adding 'tacker/tests/functional/sol_terraform_v2/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_terraform_v2/base_v2.py' DEBUG: adding 'tacker/tests/functional/sol_terraform_v2/paramgen.py' DEBUG: adding 'tacker/tests/functional/sol_terraform_v2/test_terraform.py' DEBUG: adding 'tacker/tests/functional/sol_v2/notification/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/notification/test_server_notification.py' DEBUG: adding 'tacker/tests/functional/sol_v2/prometheus/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/prometheus/test_prom_auto_scale_heal.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_max/test_basic_max.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/basic_min/test_basic_min.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/change_vnfpkg/test_change_vnfpkg.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/err_handling/test_err_handling.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/scale/test_scale.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/df_userdata/update/test_update.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic/test_basic.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_max/test_basic_max.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/basic_min/test_basic_min.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/change_vnfpkg/test_change_vnfpkg.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/err_handling/test_err_handling.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2/vnflcm/st_userdata/various_lcm/test_various_lcm.py' DEBUG: adding 'tacker/tests/functional/sol_v2_az_retry/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2_az_retry/test_az_retry.py' DEBUG: adding 'tacker/tests/functional/sol_v2_common/__init__.py' DEBUG: adding 'tacker/tests/functional/sol_v2_common/base_v2.py' DEBUG: adding 'tacker/tests/functional/sol_v2_common/paramgen.py' DEBUG: adding 'tacker/tests/functional/sol_v2_common/test_vnflcm_basic_common.py' DEBUG: adding 'tacker/tests/functional/sol_v2_common/utils.py' DEBUG: adding 'tacker/tests/functional/sol_v2_common/zipgen.py' DEBUG: adding 'tacker/tests/functional/tools/test-setup-default-vim.sh' DEBUG: adding 'tacker/tests/functional/tools/test-setup-fake-prometheus-server.sh' DEBUG: adding 'tacker/tests/functional/tools/test-setup-k8s-vim.sh' DEBUG: adding 'tacker/tests/functional/tools/test-setup-mgmt.sh' DEBUG: adding 'tacker/tests/unit/__init__.py' DEBUG: adding 'tacker/tests/unit/base.py' DEBUG: adding 'tacker/tests/unit/database_stubs.py' DEBUG: adding 'tacker/tests/unit/extension_stubs.py' DEBUG: adding 'tacker/tests/unit/fake_auth.py' DEBUG: adding 'tacker/tests/unit/fake_request.py' DEBUG: adding 'tacker/tests/unit/fixtures.py' DEBUG: adding 'tacker/tests/unit/test_auth.py' DEBUG: adding 'tacker/tests/unit/test_context.py' DEBUG: adding 'tacker/tests/unit/test_policy.py' DEBUG: adding 'tacker/tests/unit/test_wsgi.py' DEBUG: adding 'tacker/tests/unit/testlib_api.py' DEBUG: adding 'tacker/tests/unit/agent/__init__.py' DEBUG: adding 'tacker/tests/unit/agent/linux/__init__.py' DEBUG: adding 'tacker/tests/unit/agent/linux/test_utils.py' DEBUG: adding 'tacker/tests/unit/api/__init__.py' DEBUG: adding 'tacker/tests/unit/api/test_api_common.py' DEBUG: adding 'tacker/tests/unit/api/test_extensions.py' DEBUG: adding 'tacker/tests/unit/api/v1/__init__.py' DEBUG: adding 'tacker/tests/unit/api/v1/fakes.py' DEBUG: adding 'tacker/tests/unit/api/v1/test_attributes.py' DEBUG: adding 'tacker/tests/unit/api/v1/test_resource.py' DEBUG: adding 'tacker/tests/unit/api/v1/test_resource_helper.py' DEBUG: adding 'tacker/tests/unit/api/v1/test_router.py' DEBUG: adding 'tacker/tests/unit/api/v1/test_vim.py' DEBUG: adding 'tacker/tests/unit/api/v1/test_vnf_instance.py' DEBUG: adding 'tacker/tests/unit/api/v2/__init__.py' DEBUG: adding 'tacker/tests/unit/api/v2/test_api_v2.py' DEBUG: adding 'tacker/tests/unit/cmd/__init__.py' DEBUG: adding 'tacker/tests/unit/cmd/test_status.py' DEBUG: adding 'tacker/tests/unit/common/__init__.py' DEBUG: adding 'tacker/tests/unit/common/fakes.py' DEBUG: adding 'tacker/tests/unit/common/test_config.py' DEBUG: adding 'tacker/tests/unit/common/test_crypt_utils.py' DEBUG: adding 'tacker/tests/unit/common/test_csar_utils.py' DEBUG: adding 'tacker/tests/unit/common/test_ext_oauth2_auth.py' DEBUG: adding 'tacker/tests/unit/common/test_log.py' DEBUG: adding 'tacker/tests/unit/common/test_oidc_utils.py' DEBUG: adding 'tacker/tests/unit/common/test_store.py' DEBUG: adding 'tacker/tests/unit/common/test_utils.py' DEBUG: adding 'tacker/tests/unit/common/container/__init__.py' DEBUG: adding 'tacker/tests/unit/common/container/test_kubernetes_utils.py' DEBUG: adding 'tacker/tests/unit/common/sample_keys/jwt_private.key' DEBUG: adding 'tacker/tests/unit/conductor/__init__.py' DEBUG: adding 'tacker/tests/unit/conductor/fakes.py' DEBUG: adding 'tacker/tests/unit/conductor/test_conductor_server.py' DEBUG: adding 'tacker/tests/unit/conductor/conductorrpc/__init__.py' DEBUG: adding 'tacker/tests/unit/conductor/conductorrpc/test_vnf_lcm_rpc.py' DEBUG: adding 'tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py' DEBUG: adding 'tacker/tests/unit/db/__init__.py' DEBUG: adding 'tacker/tests/unit/db/base.py' DEBUG: adding 'tacker/tests/unit/db/test_db_migration.py' DEBUG: adding 'tacker/tests/unit/db/test_db_migration_to_v2.py' DEBUG: adding 'tacker/tests/unit/db/test_db_purge_delete.py' DEBUG: adding 'tacker/tests/unit/db/test_vnf_artifact.py' DEBUG: adding 'tacker/tests/unit/db/test_vnf_instance.py' DEBUG: adding 'tacker/tests/unit/db/test_vnf_package.py' DEBUG: adding 'tacker/tests/unit/db/test_vnf_package_vnfd.py' DEBUG: adding 'tacker/tests/unit/db/test_vnf_resource.py' DEBUG: adding 'tacker/tests/unit/db/utils.py' DEBUG: adding 'tacker/tests/unit/db/common_services/__init__.py' DEBUG: adding 'tacker/tests/unit/db/common_services/test_common_services_db_plugin.py' DEBUG: adding 'tacker/tests/unit/extensions/__init__.py' DEBUG: adding 'tacker/tests/unit/extensions/extendedattribute.py' DEBUG: adding 'tacker/tests/unit/extensions/extensionattribute.py' DEBUG: adding 'tacker/tests/unit/extensions/foxinsocks.py' DEBUG: adding 'tacker/tests/unit/extensions/test_common_services.py' DEBUG: adding 'tacker/tests/unit/extensions/test_extension_extended_attribute.py' DEBUG: adding 'tacker/tests/unit/extensions/v2attributes.py' DEBUG: adding 'tacker/tests/unit/glance_store/__init__.py' DEBUG: adding 'tacker/tests/unit/glance_store/test_store.py' DEBUG: adding 'tacker/tests/unit/keymgr/__init__.py' DEBUG: adding 'tacker/tests/unit/keymgr/test_barbican_key_manager.py' DEBUG: adding 'tacker/tests/unit/nfvo/__init__.py' DEBUG: adding 'tacker/tests/unit/nfvo/test_nfvo_plugin.py' DEBUG: adding 'tacker/tests/unit/nfvo/drivers/__init__.py' DEBUG: adding 'tacker/tests/unit/nfvo/drivers/vim/__init__.py' DEBUG: adding 'tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py' DEBUG: adding 'tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py' DEBUG: adding 'tacker/tests/unit/objects/__init__.py' DEBUG: adding 'tacker/tests/unit/objects/fakes.py' DEBUG: adding 'tacker/tests/unit/objects/test_change_ext_conn_req.py' DEBUG: adding 'tacker/tests/unit/objects/test_fields.py' DEBUG: adding 'tacker/tests/unit/objects/test_grant.py' DEBUG: adding 'tacker/tests/unit/objects/test_instantiate_vnf_req.py' DEBUG: adding 'tacker/tests/unit/objects/test_terminate_vnf_request.py' DEBUG: adding 'tacker/tests/unit/objects/test_vim_connection.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_deployment_flavour.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_instance.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_instantiated_info.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_lcm_op_occs.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_lcm_subscriptions.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_package.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_package_vnfd.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_resource.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnf_software_images.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnfd.py' DEBUG: adding 'tacker/tests/unit/objects/test_vnfd_attribute.py' DEBUG: adding 'tacker/tests/unit/policies/__init__.py' DEBUG: adding 'tacker/tests/unit/policies/base.py' DEBUG: adding 'tacker/tests/unit/policies/test_vnf_lcm.py' DEBUG: adding 'tacker/tests/unit/policies/test_vnf_package.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/api/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/api/test_api_version.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/api/test_validator.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/api/test_wsgi.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/fakes_for_fm.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_common_script_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_coord_client.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_coordinate.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_fm_alarm_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_fm_subscription_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_lcm_op_occ_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_oidc_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_pm_job_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_pm_threshold_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_prometheus_plugin.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_server_notification.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_subscription_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_vim_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_vnf_instance_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/common/test_vnfd_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/test_conductor_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/test_prometheus_plugin.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/test_server_notification.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/test_vnffm_driver_v1.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/test_vnflcm_driver_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/conductor/test_vnfpm_driver_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_prometheus_plugin.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_server_notification.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_vnffm_v1.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_vnflcm_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_vnflcm_view.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_vnfpm_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/controller/test_vnfpm_view.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/fakes.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_helm_utils.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/kubernetes/test_kubernetes.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/openstack/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_openstack.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/openstack/test_userdata_default.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/terraform/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/infra_drivers/terraform/test_terraform.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/mgmt_drivers/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/mgmt_drivers/fake_configmap.yaml' DEBUG: adding 'tacker/tests/unit/sol_refactored/mgmt_drivers/fakes.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/mgmt_drivers/test_container_update_mgmt.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/mgmt_drivers/test_server_notification.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/nfvo/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/nfvo/test_local_nfvo.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/nfvo/test_nfvo_client.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/__init__.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_base.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_fm_subscription.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_grant.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_lccn_subscription_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_pm_job_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_threshold_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_vnf_instance_v2.py' DEBUG: adding 'tacker/tests/unit/sol_refactored/objects/test_vnf_lcm_op_occ_v2.py' DEBUG: adding 'tacker/tests/unit/tests/__init__.py' DEBUG: adding 'tacker/tests/unit/tests/test_post_mortem_debug.py' DEBUG: adding 'tacker/tests/unit/vnflcm/__init__.py' DEBUG: adding 'tacker/tests/unit/vnflcm/fakes.py' DEBUG: adding 'tacker/tests/unit/vnflcm/test_controller.py' DEBUG: adding 'tacker/tests/unit/vnflcm/test_load_vnf_interfaces.py' DEBUG: adding 'tacker/tests/unit/vnflcm/test_sync_resource.py' DEBUG: adding 'tacker/tests/unit/vnflcm/test_utils.py' DEBUG: adding 'tacker/tests/unit/vnflcm/test_vnflcm_driver.py' DEBUG: adding 'tacker/tests/unit/vnflcm/vnflcm_driver/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/test_nfvo_client.py' DEBUG: adding 'tacker/tests/unit/vnfm/test_plugin.py' DEBUG: adding 'tacker/tests/unit/vnfm/test_vim_client.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/fakes.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_kubernetes_driver_helm.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_translate_outputs.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/test_utils.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/api-service.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/bindings.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role-binding.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/cluster-role.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/config-map.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/controller-revision.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/daemon-set.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/deployment.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/horizontal-pod-autoscaler.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/job.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/lease.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/limit-range.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/local-subject-access-review.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/namespace.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/network-policy.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/node.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume-claim.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/persistent-volume.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod-template.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/pod.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/priority-class.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/replica-set.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/resource-quota.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role-bindings.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/role.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/secret.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-access-review.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/self-subject-rule-review.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service-account.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/service.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/stateful-set.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/storage-class.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/subject-access-review.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/token-review.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/kubernetes/kubernetes_api_resource/volume-attachment.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/test_etsi_translate_template.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/test_update_template.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_grant.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_initial.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_grant.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_nest_initial.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_common_types.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/etsi_nfv_sol001_vnfd_types.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_parser_error.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_translator_error.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_params_error.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_scaling_invalid_inst_req.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_generate_hot_from_tosca_with_substitution_mappings_error.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_params_error.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_affinity.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/tosca_vnfd_group_member.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/hot_generate_hot_from_tosca.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/hot_generate_hot_from_tosca_with_scaling.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/data/etsi_nfv/hot/scaling/worker_instance.hot.yaml' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py' DEBUG: adding 'tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py' DEBUG: adding 'tacker/tests/unit/vnfm/lcm_user_data/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/lcm_user_data/utils/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/lcm_user_data/utils/test_utils.py' DEBUG: adding 'tacker/tests/unit/vnfm/mgmt_drivers/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfm/mgmt_drivers/fakes.py' DEBUG: adding 'tacker/tests/unit/vnfm/mgmt_drivers/test_container_update_mgmt.py' DEBUG: adding 'tacker/tests/unit/vnfpkgm/__init__.py' DEBUG: adding 'tacker/tests/unit/vnfpkgm/fakes.py' DEBUG: adding 'tacker/tests/unit/vnfpkgm/test_controller.py' DEBUG: adding 'tacker/tests/var/ca.crt' DEBUG: adding 'tacker/tests/var/certandkey.pem' DEBUG: adding 'tacker/tests/var/certificate.crt' DEBUG: adding 'tacker/tests/var/privatekey.key' DEBUG: adding 'tacker/tosca/__init__.py' DEBUG: adding 'tacker/tosca/utils.py' DEBUG: adding 'tacker/vnflcm/__init__.py' DEBUG: adding 'tacker/vnflcm/abstract_driver.py' DEBUG: adding 'tacker/vnflcm/utils.py' DEBUG: adding 'tacker/vnflcm/vnflcm_driver.py' DEBUG: adding 'tacker/vnfm/__init__.py' DEBUG: adding 'tacker/vnfm/keystone.py' DEBUG: adding 'tacker/vnfm/nfvo_client.py' DEBUG: adding 'tacker/vnfm/plugin.py' DEBUG: adding 'tacker/vnfm/vim_client.py' DEBUG: adding 'tacker/vnfm/infra_drivers/__init__.py' DEBUG: adding 'tacker/vnfm/infra_drivers/abstract_driver.py' DEBUG: adding 'tacker/vnfm/infra_drivers/noop.py' DEBUG: adding 'tacker/vnfm/infra_drivers/scale_driver.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/__init__.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/utils.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/helm/__init__.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/helm/helm_client.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py' DEBUG: adding 'tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/__init__.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/constants.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/glance_client.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/heat_client.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/openstack.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/translate_template.py' DEBUG: adding 'tacker/vnfm/infra_drivers/openstack/update_template.py' DEBUG: adding 'tacker/vnfm/lcm_user_data/__init__.py' DEBUG: adding 'tacker/vnfm/lcm_user_data/abstract_user_data.py' DEBUG: adding 'tacker/vnfm/lcm_user_data/constants.py' DEBUG: adding 'tacker/vnfm/lcm_user_data/utils.py' DEBUG: adding 'tacker/vnfm/mgmt_drivers/__init__.py' DEBUG: adding 'tacker/vnfm/mgmt_drivers/constants.py' DEBUG: adding 'tacker/vnfm/mgmt_drivers/vnflcm_abstract_driver.py' DEBUG: adding 'tacker/vnfm/mgmt_drivers/vnflcm_noop.py' DEBUG: adding 'tacker-13.1.0.dev4.data/data/etc/init.d/tacker-server' DEBUG: adding 'tacker-13.1.0.dev4.data/data/etc/systemd/system/tacker-conductor.service' DEBUG: adding 'tacker-13.1.0.dev4.data/data/etc/systemd/system/tacker.service' DEBUG: adding 'tacker-13.1.0.dev4.data/data/etc/tacker/api-paste.ini' DEBUG: adding 'tacker-13.1.0.dev4.data/data/etc/tacker/prometheus-plugin.yaml' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/AUTHORS' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/LICENSE' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/METADATA' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/WHEEL' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/entry_points.txt' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/pbr.json' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/top_level.txt' DEBUG: adding 'tacker-13.1.0.dev4.dist-info/RECORD' DEBUG: removing build/bdist.linux-x86_64/wheel DEBUG: Building wheel for tacker (pyproject.toml): finished with status 'done' DEBUG: Created wheel for tacker: filename=tacker-13.1.0.dev4-py3-none-any.whl size=1727732 sha256=91d2f0a6b5bca07c8041cbbd9fb2dd7508fc297e9d0f291473723da58184e7ef DEBUG: Stored in directory: /builddir/.cache/pip/wheels/0b/b8/fe/b5f4041f56aafb1684749c939b31b4143db8caabf337d2cc61 DEBUG: Successfully built tacker DEBUG: + TOX_TESTENV_PASSENV='*' DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + PATH=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir' DEBUG: + PYTEST_XDIST_AUTO_NUM_WORKERS=4 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -m tox --current-env -q --recreate -e docs DEBUG: Running Sphinx v7.2.6 DEBUG: loading stevedore.sphinxext DEBUG: [openstackdocstheme] version: 3.0.0 DEBUG: [openstackdocstheme] connecting html-page-context event handler DEBUG: making output directory... done DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.auth.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.context.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.manager.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.policy.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.service.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.version.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.wsgi.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.agent.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.agent.linux.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.agent.linux.utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.api_common.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.extensions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.versions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.common.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.common.attribute_filter.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.schemas.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.schemas.vnf_lcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.schemas.vnf_packages.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.v1.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.v1.attributes.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.v1.base.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.v1.resource.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.v1.resource_helper.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.v1.router.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.validation.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.validation.parameter_types.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.validation.validators.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.views.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.views.versions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.views.vnf_lcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.views.vnf_lcm_op_occs.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.views.vnf_packages.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.views.vnf_subscriptions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnflcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnflcm.v1.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnflcm.v1.controller.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnflcm.v1.router.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnflcm.v1.sync_resource.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnfpkgm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnfpkgm.v1.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnfpkgm.v1.controller.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.api.vnfpkgm.v1.router.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.cmd.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.cmd.status.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.cmd.eventlet.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.cmd.eventlet.conductor.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.cmd.eventlet.tacker_server.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.clients.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.cmd_executer.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.config.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.constants.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.coordination.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.crypt_utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.csar_utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.driver_manager.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.eventlet_utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.exceptions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.ext_oauth2_auth.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.log.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.oidc_utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.rpc.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.safe_utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.test_lib.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.topics.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.container.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.common.container.kubernetes_utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conductor.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conductor.conductor_server.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conductor.conductorrpc.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conductor.conductorrpc.vnf_lcm_rpc.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.conductor.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.coordination.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.opts.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.policy.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.vnf_lcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.conf.vnf_package.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.api.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.db_base.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.model_base.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.models_v1.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.sqlalchemyutils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.common_services.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.common_services.common_services_db.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.common_services.common_services_db_plugin.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.db_sqlalchemy.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.db_sqlalchemy.api.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.db_sqlalchemy.models.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.migration.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.migration.cli.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.migration.migrate_to_v2.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.migration.purge_tables.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.migration.models.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.migration.models.head.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.nfvo.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.nfvo.nfvo_db.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.nfvo.nfvo_db_plugin.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.vnfm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.db.vnfm.vnfm_db.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.extensions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.extensions.common_services.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.extensions.nfvo.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.extensions.vnflcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.extensions.vnfm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.glance_store.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.glance_store.store.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.keymgr.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.keymgr.barbican_key_manager.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.keymgr.exception.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.keymgr.key_manager.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.nfvo_plugin.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.drivers.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.drivers.vim.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.nfvo.drivers.vim.openstack_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.base.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.cancel_mode.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.change_ext_conn_req.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.common.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.fields.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.grant.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.grant_request.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.heal_vnf_request.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.instantiate_vnf_req.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.scale_vnf_request.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.terminate_vnf_req.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vim_connection.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_artifact.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_deployment_flavour.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_instance.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_instantiated_info.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_lcm_op_occs.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_lcm_subscriptions.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_package.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_package_vnfd.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_resources.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnf_software_image.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnfd.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.objects.vnfd_attribute.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.plugins.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.plugins.common.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.plugins.common.constants.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.plugins.common_services.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.plugins.common_services.common_services_plugin.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.policies.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.policies.base.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.policies.vnf_lcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.policies.vnf_package.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.services.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.services.service_base.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.tosca.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.tosca.utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnflcm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnflcm.abstract_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnflcm.utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnflcm.vnflcm_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.keystone.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.nfvo_client.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.plugin.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.vim_client.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.abstract_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.noop.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.scale_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm.helm_client.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.constants.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.glance_client.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.openstack.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.update_template.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.lcm_user_data.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.lcm_user_data.abstract_user_data.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.lcm_user_data.constants.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.lcm_user_data.utils.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.constants.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_abstract_driver.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_noop.rst. DEBUG: Creating file /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/contributor/api/modules.rst. DEBUG: [openstackdocstheme] using theme from /usr/lib/python3.12/site-packages/openstackdocstheme/theme DEBUG: [openstackdocstheme] no /builddir/build/BUILD/tacker-13.1.0.dev4/.gitreview found DEBUG: [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/../../etc/config-generator.conf DEBUG: [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/_static/tacker.conf.sample DEBUG: ERROR:stevedore.extension:Could not load 'cinder': No module named 'retrying' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.cinder.Store': No module named 'retrying' DEBUG: WARNING:stevedore.named:Could not load oslo.service.periodic_tasks DEBUG: ERROR:stevedore.extension:Could not load 'cinder': No module named 'retrying' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.cinder.Store': No module named 'retrying' DEBUG: [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/../../etc/tacker-policy-generator.conf DEBUG: [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/tacker-13.1.0.dev4/doc/source/_static/tacker.policy.yaml.sample DEBUG: building [mo]: targets for 0 po files that are out of date DEBUG: writing output... DEBUG: building [html]: targets for 99 source files that are out of date DEBUG: updating environment: [new config] 297 added, 0 changed, 0 removed DEBUG: reading sources... [ 0%] admin/configure_tls reading sources... [ 1%] admin/db_migration_tool_usage_guide reading sources... [ 1%] admin/external_oauth2_usage_guide reading sources... [ 1%] admin/index reading sources... [ 2%] admin/keystone_oauth2_usage_guide reading sources... [ 2%] admin/kubernetes_openid_token_auth_usage_guide reading sources... [ 2%] admin/oauth2_client_usage_guide reading sources... [ 3%] cli/cli-etsi-vnffm WARNING:stevedore.named:Could not load oslo.service.periodic_tasks DEBUG: ERROR:stevedore.extension:Could not load 'cinder': No module named 'retrying' DEBUG: reading sources... [ 3%] cli/cli-etsi-vnflcm reading sources... [ 3%] cli/cli-etsi-vnfpkgm reading sources... [ 4%] cli/cli-etsi-vnfpm reading sources... [ 4%] cli/cli-legacy-vim reading sources... [ 4%] cli/index reading sources... [ 5%] cli/tacker-status reading sources... [ 5%] cli/v2/vnflcm reading sources... [ 5%] cli/vnflcm-index reading sources... [ 6%] configuration/api-paste.ini reading sources... [ 6%] configuration/config loading config file etc/config-generator.conf DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.cinder.Store': No module named 'retrying' DEBUG: reading sources... [ 6%] configuration/enhanced_policy reading sources... [ 7%] configuration/index reading sources... [ 7%] configuration/policy reading sources... [ 7%] configuration/policy-concepts reading sources... [ 8%] configuration/sample_config reading sources... [ 8%] configuration/sample_policy reading sources... [ 8%] contributor/api/modules reading sources... [ 9%] contributor/api/tacker reading sources... [ 9%] contributor/api/tacker.agent reading sources... [ 9%] contributor/api/tacker.agent.linux reading sources... [ 10%] contributor/api/tacker.agent.linux.utils reading sources... [ 10%] contributor/api/tacker.api reading sources... [ 10%] contributor/api/tacker.api.api_common reading sources... [ 11%] contributor/api/tacker.api.common reading sources... [ 11%] contributor/api/tacker.api.common.attribute_filter reading sources... [ 11%] contributor/api/tacker.api.extensions reading sources... [ 12%] contributor/api/tacker.api.schemas reading sources... [ 12%] contributor/api/tacker.api.schemas.vnf_lcm reading sources... [ 12%] contributor/api/tacker.api.schemas.vnf_packages reading sources... [ 13%] contributor/api/tacker.api.v1 reading sources... [ 13%] contributor/api/tacker.api.v1.attributes reading sources... [ 13%] contributor/api/tacker.api.v1.base reading sources... [ 14%] contributor/api/tacker.api.v1.resource reading sources... [ 14%] contributor/api/tacker.api.v1.resource_helper reading sources... [ 14%] contributor/api/tacker.api.v1.router reading sources... [ 15%] contributor/api/tacker.api.validation reading sources... [ 15%] contributor/api/tacker.api.validation.parameter_types reading sources... [ 15%] contributor/api/tacker.api.validation.validators reading sources... [ 16%] contributor/api/tacker.api.versions reading sources... [ 16%] contributor/api/tacker.api.views reading sources... [ 16%] contributor/api/tacker.api.views.versions reading sources... [ 17%] contributor/api/tacker.api.views.vnf_lcm reading sources... [ 17%] contributor/api/tacker.api.views.vnf_lcm_op_occs reading sources... [ 18%] contributor/api/tacker.api.views.vnf_packages reading sources... [ 18%] contributor/api/tacker.api.views.vnf_subscriptions reading sources... [ 18%] contributor/api/tacker.api.vnflcm reading sources... [ 19%] contributor/api/tacker.api.vnflcm.v1 reading sources... [ 19%] contributor/api/tacker.api.vnflcm.v1.controller reading sources... [ 19%] contributor/api/tacker.api.vnflcm.v1.router reading sources... [ 20%] contributor/api/tacker.api.vnflcm.v1.sync_resource reading sources... [ 20%] contributor/api/tacker.api.vnfpkgm reading sources... [ 20%] contributor/api/tacker.api.vnfpkgm.v1 reading sources... [ 21%] contributor/api/tacker.api.vnfpkgm.v1.controller reading sources... [ 21%] contributor/api/tacker.api.vnfpkgm.v1.router reading sources... [ 21%] contributor/api/tacker.auth reading sources... [ 22%] contributor/api/tacker.cmd reading sources... [ 22%] contributor/api/tacker.cmd.eventlet 7 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. DEBUG: reading sources... [ 22%] contributor/api/tacker.cmd.eventlet.conductor reading sources... [ 23%] contributor/api/tacker.cmd.eventlet.tacker_server reading sources... [ 23%] contributor/api/tacker.cmd.status reading sources... [ 23%] contributor/api/tacker.common reading sources... [ 24%] contributor/api/tacker.common.clients reading sources... [ 24%] contributor/api/tacker.common.cmd_executer reading sources... [ 24%] contributor/api/tacker.common.config reading sources... [ 25%] contributor/api/tacker.common.constants reading sources... [ 25%] contributor/api/tacker.common.container reading sources... [ 25%] contributor/api/tacker.common.container.kubernetes_utils reading sources... [ 26%] contributor/api/tacker.common.coordination reading sources... [ 26%] contributor/api/tacker.common.crypt_utils reading sources... [ 26%] contributor/api/tacker.common.csar_utils reading sources... [ 27%] contributor/api/tacker.common.driver_manager reading sources... [ 27%] contributor/api/tacker.common.eventlet_utils reading sources... [ 27%] contributor/api/tacker.common.exceptions reading sources... [ 28%] contributor/api/tacker.common.ext_oauth2_auth reading sources... [ 28%] contributor/api/tacker.common.log reading sources... [ 28%] contributor/api/tacker.common.oidc_utils reading sources... [ 29%] contributor/api/tacker.common.rpc reading sources... [ 29%] contributor/api/tacker.common.safe_utils reading sources... [ 29%] contributor/api/tacker.common.test_lib reading sources... [ 30%] contributor/api/tacker.common.topics reading sources... [ 30%] contributor/api/tacker.common.utils reading sources... [ 30%] contributor/api/tacker.conductor reading sources... [ 31%] contributor/api/tacker.conductor.conductor_server reading sources... [ 31%] contributor/api/tacker.conductor.conductorrpc reading sources... [ 31%] contributor/api/tacker.conductor.conductorrpc.vnf_lcm_rpc reading sources... [ 32%] contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc reading sources... [ 32%] contributor/api/tacker.conf reading sources... [ 32%] contributor/api/tacker.conf.conductor reading sources... [ 33%] contributor/api/tacker.conf.coordination reading sources... [ 33%] contributor/api/tacker.conf.opts reading sources... [ 33%] contributor/api/tacker.conf.policy reading sources... [ 34%] contributor/api/tacker.conf.vnf_lcm reading sources... [ 34%] contributor/api/tacker.conf.vnf_package reading sources... [ 34%] contributor/api/tacker.context reading sources... [ 35%] contributor/api/tacker.db reading sources... [ 35%] contributor/api/tacker.db.api reading sources... [ 35%] contributor/api/tacker.db.common_services reading sources... [ 36%] contributor/api/tacker.db.common_services.common_services_db reading sources... [ 36%] contributor/api/tacker.db.common_services.common_services_db_plugin reading sources... [ 36%] contributor/api/tacker.db.db_base reading sources... [ 37%] contributor/api/tacker.db.db_sqlalchemy reading sources... [ 37%] contributor/api/tacker.db.db_sqlalchemy.api reading sources... [ 37%] contributor/api/tacker.db.db_sqlalchemy.models reading sources... [ 38%] contributor/api/tacker.db.migration reading sources... [ 38%] contributor/api/tacker.db.migration.cli reading sources... [ 38%] contributor/api/tacker.db.migration.migrate_to_v2 reading sources... [ 39%] contributor/api/tacker.db.migration.models reading sources... [ 39%] contributor/api/tacker.db.migration.models.head reading sources... [ 39%] contributor/api/tacker.db.migration.purge_tables reading sources... [ 40%] contributor/api/tacker.db.model_base reading sources... [ 40%] contributor/api/tacker.db.models_v1 reading sources... [ 40%] contributor/api/tacker.db.nfvo reading sources... [ 41%] contributor/api/tacker.db.nfvo.nfvo_db reading sources... [ 41%] contributor/api/tacker.db.nfvo.nfvo_db_plugin reading sources... [ 41%] contributor/api/tacker.db.sqlalchemyutils reading sources... [ 42%] contributor/api/tacker.db.vnfm reading sources... [ 42%] contributor/api/tacker.db.vnfm.vnfm_db reading sources... [ 42%] contributor/api/tacker.extensions reading sources... [ 43%] contributor/api/tacker.extensions.common_services reading sources... [ 43%] contributor/api/tacker.extensions.nfvo reading sources... [ 43%] contributor/api/tacker.extensions.vnflcm reading sources... [ 44%] contributor/api/tacker.extensions.vnfm reading sources... [ 44%] contributor/api/tacker.glance_store reading sources... [ 44%] contributor/api/tacker.glance_store.store reading sources... [ 45%] contributor/api/tacker.keymgr reading sources... [ 45%] contributor/api/tacker.keymgr.barbican_key_manager reading sources... [ 45%] contributor/api/tacker.keymgr.exception reading sources... [ 46%] contributor/api/tacker.keymgr.key_manager reading sources... [ 46%] contributor/api/tacker.manager reading sources... [ 46%] contributor/api/tacker.nfvo reading sources... [ 47%] contributor/api/tacker.nfvo.drivers reading sources... [ 47%] contributor/api/tacker.nfvo.drivers.vim reading sources... [ 47%] contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver reading sources... [ 48%] contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver reading sources... [ 48%] contributor/api/tacker.nfvo.drivers.vim.openstack_driver reading sources... [ 48%] contributor/api/tacker.nfvo.nfvo_plugin reading sources... [ 49%] contributor/api/tacker.objects reading sources... [ 49%] contributor/api/tacker.objects.base reading sources... [ 49%] contributor/api/tacker.objects.cancel_mode reading sources... [ 50%] contributor/api/tacker.objects.change_ext_conn_req reading sources... [ 50%] contributor/api/tacker.objects.common reading sources... [ 51%] contributor/api/tacker.objects.fields reading sources... [ 51%] contributor/api/tacker.objects.grant reading sources... [ 51%] contributor/api/tacker.objects.grant_request reading sources... [ 52%] contributor/api/tacker.objects.heal_vnf_request reading sources... [ 52%] contributor/api/tacker.objects.instantiate_vnf_req reading sources... [ 52%] contributor/api/tacker.objects.scale_vnf_request reading sources... [ 53%] contributor/api/tacker.objects.terminate_vnf_req reading sources... [ 53%] contributor/api/tacker.objects.vim_connection reading sources... [ 53%] contributor/api/tacker.objects.vnf reading sources... [ 54%] contributor/api/tacker.objects.vnf_artifact reading sources... [ 54%] contributor/api/tacker.objects.vnf_deployment_flavour reading sources... [ 54%] contributor/api/tacker.objects.vnf_instance reading sources... [ 55%] contributor/api/tacker.objects.vnf_instantiated_info reading sources... [ 55%] contributor/api/tacker.objects.vnf_lcm_op_occs reading sources... [ 55%] contributor/api/tacker.objects.vnf_lcm_subscriptions reading sources... [ 56%] contributor/api/tacker.objects.vnf_package reading sources... [ 56%] contributor/api/tacker.objects.vnf_package_vnfd reading sources... [ 56%] contributor/api/tacker.objects.vnf_resources reading sources... [ 57%] contributor/api/tacker.objects.vnf_software_image reading sources... [ 57%] contributor/api/tacker.objects.vnfd reading sources... [ 57%] contributor/api/tacker.objects.vnfd_attribute reading sources... [ 58%] contributor/api/tacker.plugins reading sources... [ 58%] contributor/api/tacker.plugins.common reading sources... [ 58%] contributor/api/tacker.plugins.common.constants reading sources... [ 59%] contributor/api/tacker.plugins.common_services reading sources... [ 59%] contributor/api/tacker.plugins.common_services.common_services_plugin reading sources... [ 59%] contributor/api/tacker.policies reading sources... [ 60%] contributor/api/tacker.policies.base reading sources... [ 60%] contributor/api/tacker.policies.vnf_lcm reading sources... [ 60%] contributor/api/tacker.policies.vnf_package reading sources... [ 61%] contributor/api/tacker.policy reading sources... [ 61%] contributor/api/tacker.service reading sources... [ 61%] contributor/api/tacker.services reading sources... [ 62%] contributor/api/tacker.services.service_base reading sources... [ 62%] contributor/api/tacker.tosca reading sources... [ 62%] contributor/api/tacker.tosca.utils reading sources... [ 63%] contributor/api/tacker.version reading sources... [ 63%] contributor/api/tacker.vnflcm reading sources... [ 63%] contributor/api/tacker.vnflcm.abstract_driver reading sources... [ 64%] contributor/api/tacker.vnflcm.utils reading sources... [ 64%] contributor/api/tacker.vnflcm.vnflcm_driver reading sources... [ 64%] contributor/api/tacker.vnfm reading sources... [ 65%] contributor/api/tacker.vnfm.infra_drivers reading sources... [ 65%] contributor/api/tacker.vnfm.infra_drivers.abstract_driver reading sources... [ 65%] contributor/api/tacker.vnfm.infra_drivers.kubernetes reading sources... [ 66%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm reading sources... [ 66%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm.helm_client reading sources... [ 66%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s reading sources... [ 67%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs reading sources... [ 67%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver reading sources... [ 67%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.utils reading sources... [ 68%] contributor/api/tacker.vnfm.infra_drivers.noop reading sources... [ 68%] contributor/api/tacker.vnfm.infra_drivers.openstack reading sources... [ 68%] contributor/api/tacker.vnfm.infra_drivers.openstack.constants reading sources... [ 69%] contributor/api/tacker.vnfm.infra_drivers.openstack.glance_client reading sources... [ 69%] contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client reading sources... [ 69%] contributor/api/tacker.vnfm.infra_drivers.openstack.openstack reading sources... [ 70%] contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template reading sources... [ 70%] contributor/api/tacker.vnfm.infra_drivers.openstack.update_template reading sources... [ 70%] contributor/api/tacker.vnfm.infra_drivers.scale_driver reading sources... [ 71%] contributor/api/tacker.vnfm.keystone reading sources... [ 71%] contributor/api/tacker.vnfm.lcm_user_data reading sources... [ 71%] contributor/api/tacker.vnfm.lcm_user_data.abstract_user_data reading sources... [ 72%] contributor/api/tacker.vnfm.lcm_user_data.constants reading sources... [ 72%] contributor/api/tacker.vnfm.lcm_user_data.utils reading sources... [ 72%] contributor/api/tacker.vnfm.mgmt_drivers reading sources... [ 73%] contributor/api/tacker.vnfm.mgmt_drivers.constants reading sources... [ 73%] contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_abstract_driver reading sources... [ 73%] contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_noop reading sources... [ 74%] contributor/api/tacker.vnfm.nfvo_client reading sources... [ 74%] contributor/api/tacker.vnfm.plugin reading sources... [ 74%] contributor/api/tacker.vnfm.vim_client reading sources... [ 75%] contributor/api/tacker.wsgi reading sources... [ 75%] contributor/api_extensions reading sources... [ 75%] contributor/api_layer reading sources... [ 76%] contributor/contributing reading sources... [ 76%] contributor/dashboards reading sources... [ 76%] contributor/development.environment reading sources... [ 77%] contributor/index reading sources... [ 77%] contributor/tacker_compliance_test reading sources... [ 77%] contributor/tacker_functional_test reading sources... [ 78%] contributor/vagrant_devstack reading sources... [ 78%] index reading sources... [ 78%] install/devstack reading sources... [ 79%] install/index reading sources... [ 79%] install/kolla reading sources... [ 79%] install/kubernetes_vim_installation reading sources... [ 80%] install/manual_installation reading sources... [ 80%] install/openstack_helm reading sources... [ 80%] reference/gen_vnf_pkg reading sources... [ 81%] reference/index reading sources... [ 81%] reference/script_ft_v1 reading sources... [ 81%] reference/vim_config reading sources... [ 82%] user/architecture reading sources... [ 82%] user/encrypt_vim_auth_with_barbican reading sources... [ 82%] user/etsi_cnf_healing reading sources... [ 83%] user/etsi_cnf_scaling reading sources... [ 83%] user/etsi_containerized_vnf_usage_guide reading sources... [ 84%] user/etsi_getting_started reading sources... [ 84%] user/etsi_use_case_guide reading sources... [ 84%] user/etsi_vnf_change_external_vnf_connectivity reading sources... [ 85%] user/etsi_vnf_deployment_as_vm_with_tosca reading sources... [ 85%] user/etsi_vnf_deployment_as_vm_with_user_data reading sources... [ 85%] user/etsi_vnf_error_handling reading sources... [ 86%] user/etsi_vnf_healing reading sources... [ 86%] user/etsi_vnf_scaling reading sources... [ 86%] user/etsi_vnf_update reading sources... [ 87%] user/granting_interface reading sources... [ 87%] user/index reading sources... [ 87%] user/introduction reading sources... [ 88%] user/mgmt_driver_deploy_k8s_and_cnf_with_helm reading sources... [ 88%] user/mgmt_driver_deploy_k8s_cir_usage_guide reading sources... [ 88%] user/mgmt_driver_deploy_k8s_kubespary_usage_guide reading sources... [ 89%] user/mgmt_driver_deploy_k8s_pv_usage_guide reading sources... [ 89%] user/mgmt_driver_deploy_k8s_usage_guide reading sources... [ 89%] user/mgmt_driver_for_ansible_driver_usage_guide reading sources... [ 90%] user/mgmt_driver_for_container_update reading sources... [ 90%] user/resources reading sources... [ 90%] user/sample_package reading sources... [ 91%] user/userdata_script reading sources... [ 91%] user/v2/cnf/auto_heal_fm/index reading sources... [ 91%] user/v2/cnf/auto_scale_pm_job/index reading sources... [ 92%] user/v2/cnf/auto_scale_pm_th/index reading sources... [ 92%] user/v2/cnf/chg_vnfpkg/index reading sources... [ 92%] user/v2/cnf/deployment/index reading sources... [ 93%] user/v2/cnf/deployment_using_helm/index reading sources... [ 93%] user/v2/cnf/heal/index reading sources... [ 93%] user/v2/cnf/scale/index reading sources... [ 94%] user/v2/cnf/update reading sources... [ 94%] user/v2/cnf/update_with_mgmt_driver/index reading sources... [ 94%] user/v2/db_sync_error_handling reading sources... [ 95%] user/v2/error_handling reading sources... [ 95%] user/v2/fault_notification reading sources... [ 95%] user/v2/getting_started/index reading sources... [ 96%] user/v2/mgmt_driver_deploy_k8s_with_cilium_cni reading sources... [ 96%] user/v2/placement_error_handling reading sources... [ 96%] user/v2/prometheus_plugin reading sources... [ 97%] user/v2/use_case_guide reading sources... [ 97%] user/v2/vnf/chg_ext_conn reading sources... [ 97%] user/v2/vnf/chg_vnfpkg/index reading sources... [ 98%] user/v2/vnf/chg_vnfpkg_with_standard/index reading sources... [ 98%] user/v2/vnf/coordinate_api_client_script reading sources... [ 98%] user/v2/vnf/deployment_with_user_data/index reading sources... [ 99%] user/v2/vnf/heal/index reading sources... [ 99%] user/v2/vnf/scale/index reading sources... [ 99%] user/v2/vnf/update reading sources... [100%] user/vnf-package reading sources... [100%] user/vnfd-sol001 DEBUG: looking for now-outdated files... none found DEBUG: pickling environment... done DEBUG: checking consistency... done DEBUG: preparing documents... done DEBUG: copying assets... copying downloadable files... [ 50%] ../_static/tacker.conf.sample copying downloadable files... [100%] ../_static/tacker.policy.yaml.sample DEBUG: copying static files... done DEBUG: copying extra files... done DEBUG: done DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 0%] admin/configure_tls /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 1%] admin/db_migration_tool_usage_guide writing output... [ 1%] admin/external_oauth2_usage_guide writing output... [ 1%] admin/index writing output... [ 2%] admin/keystone_oauth2_usage_guide writing output... [ 2%] admin/kubernetes_openid_token_auth_usage_guide writing output... [ 2%] admin/oauth2_client_usage_guide writing output... [ 3%] cli/cli-etsi-vnffm writing output... [ 3%] cli/cli-etsi-vnflcm writing output... [ 3%] cli/cli-etsi-vnfpkgm writing output... [ 4%] cli/cli-etsi-vnfpm writing output... [ 4%] cli/cli-legacy-vim writing output... [ 4%] cli/index writing output... [ 5%] cli/tacker-status writing output... [ 5%] cli/v2/vnflcm writing output... [ 5%] cli/vnflcm-index writing output... [ 6%] configuration/api-paste.ini writing output... [ 6%] configuration/config /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 6%] configuration/enhanced_policy /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 7%] configuration/index writing output... [ 7%] configuration/policy writing output... [ 7%] configuration/policy-concepts writing output... [ 8%] configuration/sample_config writing output... [ 8%] configuration/sample_policy writing output... [ 8%] contributor/api/modules /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/modules' DEBUG: writing output... [ 9%] contributor/api/tacker /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 9%] contributor/api/tacker.agent [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.agent' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 9%] contributor/api/tacker.agent.linux [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.agent.linux' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 10%] contributor/api/tacker.agent.linux.utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.agent.linux.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 10%] contributor/api/tacker.api [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 10%] contributor/api/tacker.api.api_common [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.api_common' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 11%] contributor/api/tacker.api.common [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.common' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 11%] contributor/api/tacker.api.common.attribute_filter [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.common.attribute_filter' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 11%] contributor/api/tacker.api.extensions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.extensions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 12%] contributor/api/tacker.api.schemas [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.schemas' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 12%] contributor/api/tacker.api.schemas.vnf_lcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.schemas.vnf_lcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 12%] contributor/api/tacker.api.schemas.vnf_packages [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.schemas.vnf_packages' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 13%] contributor/api/tacker.api.v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.v1' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 13%] contributor/api/tacker.api.v1.attributes [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.v1.attributes' DEBUG: writing output... [ 13%] contributor/api/tacker.api.v1.base /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.v1.base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 14%] contributor/api/tacker.api.v1.resource [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.v1.resource' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 14%] contributor/api/tacker.api.v1.resource_helper [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.v1.resource_helper' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 14%] contributor/api/tacker.api.v1.router [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.v1.router' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 15%] contributor/api/tacker.api.validation [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.validation' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 15%] contributor/api/tacker.api.validation.parameter_types [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.validation.parameter_types' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 15%] contributor/api/tacker.api.validation.validators [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.validation.validators' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 16%] contributor/api/tacker.api.versions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.versions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 16%] contributor/api/tacker.api.views [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.views' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 16%] contributor/api/tacker.api.views.versions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.views.versions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 17%] contributor/api/tacker.api.views.vnf_lcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.views.vnf_lcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 17%] contributor/api/tacker.api.views.vnf_lcm_op_occs [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.views.vnf_lcm_op_occs' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 18%] contributor/api/tacker.api.views.vnf_packages [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.views.vnf_packages' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 18%] contributor/api/tacker.api.views.vnf_subscriptions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.views.vnf_subscriptions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 18%] contributor/api/tacker.api.vnflcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnflcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 19%] contributor/api/tacker.api.vnflcm.v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnflcm.v1' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 19%] contributor/api/tacker.api.vnflcm.v1.controller [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnflcm.v1.controller' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 19%] contributor/api/tacker.api.vnflcm.v1.router [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnflcm.v1.router' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 20%] contributor/api/tacker.api.vnflcm.v1.sync_resource [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnflcm.v1.sync_resource' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 20%] contributor/api/tacker.api.vnfpkgm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnfpkgm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 20%] contributor/api/tacker.api.vnfpkgm.v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnfpkgm.v1' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 21%] contributor/api/tacker.api.vnfpkgm.v1.controller [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnfpkgm.v1.controller' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 21%] contributor/api/tacker.api.vnfpkgm.v1.router [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.api.vnfpkgm.v1.router' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 21%] contributor/api/tacker.auth [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.auth' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 22%] contributor/api/tacker.cmd [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.cmd' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 22%] contributor/api/tacker.cmd.eventlet [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.cmd.eventlet' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 22%] contributor/api/tacker.cmd.eventlet.conductor [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.cmd.eventlet.conductor' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 23%] contributor/api/tacker.cmd.eventlet.tacker_server [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.cmd.eventlet.tacker_server' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 23%] contributor/api/tacker.cmd.status [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.cmd.status' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 23%] contributor/api/tacker.common [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 24%] contributor/api/tacker.common.clients [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.clients' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 24%] contributor/api/tacker.common.cmd_executer [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.cmd_executer' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 24%] contributor/api/tacker.common.config [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.config' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 25%] contributor/api/tacker.common.constants [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.constants' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 25%] contributor/api/tacker.common.container [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.container' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 25%] contributor/api/tacker.common.container.kubernetes_utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.container.kubernetes_utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 26%] contributor/api/tacker.common.coordination [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.coordination' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 26%] contributor/api/tacker.common.crypt_utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.crypt_utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 26%] contributor/api/tacker.common.csar_utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.csar_utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 27%] contributor/api/tacker.common.driver_manager [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.driver_manager' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 27%] contributor/api/tacker.common.eventlet_utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.eventlet_utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 27%] contributor/api/tacker.common.exceptions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.exceptions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 28%] contributor/api/tacker.common.ext_oauth2_auth [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.ext_oauth2_auth' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 28%] contributor/api/tacker.common.log [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.log' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 28%] contributor/api/tacker.common.oidc_utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.oidc_utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 29%] contributor/api/tacker.common.rpc [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.rpc' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 29%] contributor/api/tacker.common.safe_utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.safe_utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 29%] contributor/api/tacker.common.test_lib [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.test_lib' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 30%] contributor/api/tacker.common.topics [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.topics' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 30%] contributor/api/tacker.common.utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.common.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 30%] contributor/api/tacker.conductor [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conductor' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 31%] contributor/api/tacker.conductor.conductor_server [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conductor.conductor_server' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 31%] contributor/api/tacker.conductor.conductorrpc [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conductor.conductorrpc' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 31%] contributor/api/tacker.conductor.conductorrpc.vnf_lcm_rpc [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conductor.conductorrpc.vnf_lcm_rpc' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 32%] contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 32%] contributor/api/tacker.conf [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 32%] contributor/api/tacker.conf.conductor [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf.conductor' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 33%] contributor/api/tacker.conf.coordination [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf.coordination' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 33%] contributor/api/tacker.conf.opts [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf.opts' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 33%] contributor/api/tacker.conf.policy [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf.policy' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 34%] contributor/api/tacker.conf.vnf_lcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf.vnf_lcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 34%] contributor/api/tacker.conf.vnf_package [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.conf.vnf_package' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 34%] contributor/api/tacker.context [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.context' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 35%] contributor/api/tacker.db [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 35%] contributor/api/tacker.db.api [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.api' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 35%] contributor/api/tacker.db.common_services [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.common_services' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 36%] contributor/api/tacker.db.common_services.common_services_db [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.common_services.common_services_db' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 36%] contributor/api/tacker.db.common_services.common_services_db_plugin [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.common_services.common_services_db_plugin' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 36%] contributor/api/tacker.db.db_base [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.db_base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 37%] contributor/api/tacker.db.db_sqlalchemy [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.db_sqlalchemy' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 37%] contributor/api/tacker.db.db_sqlalchemy.api [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.db_sqlalchemy.api' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 37%] contributor/api/tacker.db.db_sqlalchemy.models [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.db_sqlalchemy.models' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 38%] contributor/api/tacker.db.migration [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.migration' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 38%] contributor/api/tacker.db.migration.cli [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.migration.cli' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 38%] contributor/api/tacker.db.migration.migrate_to_v2 [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.migration.migrate_to_v2' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 39%] contributor/api/tacker.db.migration.models [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.migration.models' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 39%] contributor/api/tacker.db.migration.models.head [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.migration.models.head' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 39%] contributor/api/tacker.db.migration.purge_tables [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.migration.purge_tables' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 40%] contributor/api/tacker.db.model_base [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.model_base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 40%] contributor/api/tacker.db.models_v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.models_v1' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 40%] contributor/api/tacker.db.nfvo [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.nfvo' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 41%] contributor/api/tacker.db.nfvo.nfvo_db [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.nfvo.nfvo_db' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 41%] contributor/api/tacker.db.nfvo.nfvo_db_plugin [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.nfvo.nfvo_db_plugin' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 41%] contributor/api/tacker.db.sqlalchemyutils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.sqlalchemyutils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 42%] contributor/api/tacker.db.vnfm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.vnfm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 42%] contributor/api/tacker.db.vnfm.vnfm_db [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.db.vnfm.vnfm_db' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 42%] contributor/api/tacker.extensions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.extensions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 43%] contributor/api/tacker.extensions.common_services [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.extensions.common_services' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 43%] contributor/api/tacker.extensions.nfvo [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.extensions.nfvo' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 43%] contributor/api/tacker.extensions.vnflcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.extensions.vnflcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 44%] contributor/api/tacker.extensions.vnfm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.extensions.vnfm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 44%] contributor/api/tacker.glance_store [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.glance_store' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 44%] contributor/api/tacker.glance_store.store [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.glance_store.store' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 45%] contributor/api/tacker.keymgr [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.keymgr' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 45%] contributor/api/tacker.keymgr.barbican_key_manager [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.keymgr.barbican_key_manager' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 45%] contributor/api/tacker.keymgr.exception [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.keymgr.exception' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 46%] contributor/api/tacker.keymgr.key_manager [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.keymgr.key_manager' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 46%] contributor/api/tacker.manager [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.manager' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 46%] contributor/api/tacker.nfvo [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 47%] contributor/api/tacker.nfvo.drivers [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo.drivers' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 47%] contributor/api/tacker.nfvo.drivers.vim [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo.drivers.vim' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 47%] contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 48%] contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 48%] contributor/api/tacker.nfvo.drivers.vim.openstack_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo.drivers.vim.openstack_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 48%] contributor/api/tacker.nfvo.nfvo_plugin [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.nfvo.nfvo_plugin' DEBUG: writing output... [ 49%] contributor/api/tacker.objects /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 49%] contributor/api/tacker.objects.base [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 49%] contributor/api/tacker.objects.cancel_mode [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.cancel_mode' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 50%] contributor/api/tacker.objects.change_ext_conn_req [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.change_ext_conn_req' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 50%] contributor/api/tacker.objects.common [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.common' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 51%] contributor/api/tacker.objects.fields [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.fields' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 51%] contributor/api/tacker.objects.grant [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.grant' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 51%] contributor/api/tacker.objects.grant_request [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.grant_request' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 52%] contributor/api/tacker.objects.heal_vnf_request [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.heal_vnf_request' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 52%] contributor/api/tacker.objects.instantiate_vnf_req [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.instantiate_vnf_req' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 52%] contributor/api/tacker.objects.scale_vnf_request [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.scale_vnf_request' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 53%] contributor/api/tacker.objects.terminate_vnf_req [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.terminate_vnf_req' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 53%] contributor/api/tacker.objects.vim_connection [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vim_connection' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 53%] contributor/api/tacker.objects.vnf [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 54%] contributor/api/tacker.objects.vnf_artifact [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_artifact' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 54%] contributor/api/tacker.objects.vnf_deployment_flavour [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_deployment_flavour' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 54%] contributor/api/tacker.objects.vnf_instance [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_instance' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 55%] contributor/api/tacker.objects.vnf_instantiated_info [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_instantiated_info' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 55%] contributor/api/tacker.objects.vnf_lcm_op_occs [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_lcm_op_occs' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 55%] contributor/api/tacker.objects.vnf_lcm_subscriptions [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_lcm_subscriptions' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 56%] contributor/api/tacker.objects.vnf_package [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_package' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 56%] contributor/api/tacker.objects.vnf_package_vnfd [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_package_vnfd' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 56%] contributor/api/tacker.objects.vnf_resources [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_resources' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 57%] contributor/api/tacker.objects.vnf_software_image [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnf_software_image' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 57%] contributor/api/tacker.objects.vnfd [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnfd' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 57%] contributor/api/tacker.objects.vnfd_attribute [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.objects.vnfd_attribute' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 58%] contributor/api/tacker.plugins [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.plugins' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 58%] contributor/api/tacker.plugins.common [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.plugins.common' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 58%] contributor/api/tacker.plugins.common.constants [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.plugins.common.constants' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 59%] contributor/api/tacker.plugins.common_services [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.plugins.common_services' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 59%] contributor/api/tacker.plugins.common_services.common_services_plugin [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.plugins.common_services.common_services_plugin' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 59%] contributor/api/tacker.policies [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.policies' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 60%] contributor/api/tacker.policies.base [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.policies.base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 60%] contributor/api/tacker.policies.vnf_lcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.policies.vnf_lcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 60%] contributor/api/tacker.policies.vnf_package [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.policies.vnf_package' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 61%] contributor/api/tacker.policy [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.policy' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 61%] contributor/api/tacker.service [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.service' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 61%] contributor/api/tacker.services [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.services' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 62%] contributor/api/tacker.services.service_base [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.services.service_base' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 62%] contributor/api/tacker.tosca [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.tosca' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 62%] contributor/api/tacker.tosca.utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.tosca.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 63%] contributor/api/tacker.version [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.version' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 63%] contributor/api/tacker.vnflcm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnflcm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 63%] contributor/api/tacker.vnflcm.abstract_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnflcm.abstract_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 64%] contributor/api/tacker.vnflcm.utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnflcm.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 64%] contributor/api/tacker.vnflcm.vnflcm_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnflcm.vnflcm_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 64%] contributor/api/tacker.vnfm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 65%] contributor/api/tacker.vnfm.infra_drivers [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 65%] contributor/api/tacker.vnfm.infra_drivers.abstract_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.abstract_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 65%] contributor/api/tacker.vnfm.infra_drivers.kubernetes [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 66%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 66%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm.helm_client [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes.helm.helm_client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 66%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 67%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 67%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 67%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.kubernetes.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 68%] contributor/api/tacker.vnfm.infra_drivers.noop [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.noop' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 68%] contributor/api/tacker.vnfm.infra_drivers.openstack [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 68%] contributor/api/tacker.vnfm.infra_drivers.openstack.constants [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack.constants' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 69%] contributor/api/tacker.vnfm.infra_drivers.openstack.glance_client [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack.glance_client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 69%] contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 69%] contributor/api/tacker.vnfm.infra_drivers.openstack.openstack [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack.openstack' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 70%] contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 70%] contributor/api/tacker.vnfm.infra_drivers.openstack.update_template [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.openstack.update_template' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 70%] contributor/api/tacker.vnfm.infra_drivers.scale_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.infra_drivers.scale_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 71%] contributor/api/tacker.vnfm.keystone [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.keystone' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 71%] contributor/api/tacker.vnfm.lcm_user_data [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.lcm_user_data' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 71%] contributor/api/tacker.vnfm.lcm_user_data.abstract_user_data [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.lcm_user_data.abstract_user_data' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 72%] contributor/api/tacker.vnfm.lcm_user_data.constants [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.lcm_user_data.constants' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 72%] contributor/api/tacker.vnfm.lcm_user_data.utils [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.lcm_user_data.utils' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 72%] contributor/api/tacker.vnfm.mgmt_drivers [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.mgmt_drivers' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 73%] contributor/api/tacker.vnfm.mgmt_drivers.constants [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.mgmt_drivers.constants' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 73%] contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_abstract_driver [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_abstract_driver' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 73%] contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_noop [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.mgmt_drivers.vnflcm_noop' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 74%] contributor/api/tacker.vnfm.nfvo_client [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.nfvo_client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 74%] contributor/api/tacker.vnfm.plugin [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.plugin' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 74%] contributor/api/tacker.vnfm.vim_client [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.vnfm.vim_client' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 75%] contributor/api/tacker.wsgi [openstackdocstheme] could not determine last_updated for 'contributor/api/tacker.wsgi' DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 75%] contributor/api_extensions writing output... [ 75%] contributor/api_layer writing output... [ 76%] contributor/contributing writing output... [ 76%] contributor/dashboards writing output... [ 76%] contributor/development.environment writing output... [ 77%] contributor/index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 77%] contributor/tacker_compliance_test writing output... [ 77%] contributor/tacker_functional_test writing output... [ 78%] contributor/vagrant_devstack writing output... [ 78%] index /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 78%] install/devstack writing output... [ 79%] install/index writing output... [ 79%] install/kolla writing output... [ 79%] install/kubernetes_vim_installation writing output... [ 80%] install/manual_installation writing output... [ 80%] install/openstack_helm writing output... [ 80%] reference/gen_vnf_pkg writing output... [ 81%] reference/index writing output... [ 81%] reference/script_ft_v1 writing output... [ 81%] reference/vim_config writing output... [ 82%] user/architecture writing output... [ 82%] user/encrypt_vim_auth_with_barbican writing output... [ 82%] user/etsi_cnf_healing writing output... [ 83%] user/etsi_cnf_scaling writing output... [ 83%] user/etsi_containerized_vnf_usage_guide writing output... [ 84%] user/etsi_getting_started writing output... [ 84%] user/etsi_use_case_guide writing output... [ 84%] user/etsi_vnf_change_external_vnf_connectivity writing output... [ 85%] user/etsi_vnf_deployment_as_vm_with_tosca writing output... [ 85%] user/etsi_vnf_deployment_as_vm_with_user_data writing output... [ 85%] user/etsi_vnf_error_handling writing output... [ 86%] user/etsi_vnf_healing writing output... [ 86%] user/etsi_vnf_scaling writing output... [ 86%] user/etsi_vnf_update writing output... [ 87%] user/granting_interface writing output... [ 87%] user/index writing output... [ 87%] user/introduction writing output... [ 88%] user/mgmt_driver_deploy_k8s_and_cnf_with_helm writing output... [ 88%] user/mgmt_driver_deploy_k8s_cir_usage_guide writing output... [ 88%] user/mgmt_driver_deploy_k8s_kubespary_usage_guide writing output... [ 89%] user/mgmt_driver_deploy_k8s_pv_usage_guide writing output... [ 89%] user/mgmt_driver_deploy_k8s_usage_guide /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 89%] user/mgmt_driver_for_ansible_driver_usage_guide writing output... [ 90%] user/mgmt_driver_for_container_update writing output... [ 90%] user/resources writing output... [ 90%] user/sample_package writing output... [ 91%] user/userdata_script /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 91%] user/v2/cnf/auto_heal_fm/index writing output... [ 91%] user/v2/cnf/auto_scale_pm_job/index writing output... [ 92%] user/v2/cnf/auto_scale_pm_th/index writing output... [ 92%] user/v2/cnf/chg_vnfpkg/index writing output... [ 92%] user/v2/cnf/deployment/index writing output... [ 93%] user/v2/cnf/deployment_using_helm/index writing output... [ 93%] user/v2/cnf/heal/index writing output... [ 93%] user/v2/cnf/scale/index writing output... [ 94%] user/v2/cnf/update writing output... [ 94%] user/v2/cnf/update_with_mgmt_driver/index writing output... [ 94%] user/v2/db_sync_error_handling writing output... [ 95%] user/v2/error_handling writing output... [ 95%] user/v2/fault_notification writing output... [ 95%] user/v2/getting_started/index writing output... [ 96%] user/v2/mgmt_driver_deploy_k8s_with_cilium_cni /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: writing output... [ 96%] user/v2/placement_error_handling writing output... [ 96%] user/v2/prometheus_plugin writing output... [ 97%] user/v2/use_case_guide writing output... [ 97%] user/v2/vnf/chg_ext_conn writing output... [ 97%] user/v2/vnf/chg_vnfpkg/index writing output... [ 98%] user/v2/vnf/chg_vnfpkg_with_standard/index writing output... [ 98%] user/v2/vnf/coordinate_api_client_script writing output... [ 98%] user/v2/vnf/deployment_with_user_data/index writing output... [ 99%] user/v2/vnf/heal/index writing output... [ 99%] user/v2/vnf/scale/index writing output... [ 99%] user/v2/vnf/update writing output... [100%] user/vnf-package writing output... [100%] user/vnfd-sol001 DEBUG: /usr/lib/python3.12/site-packages/openstackdocstheme/page_context.py:70: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead. DEBUG: src_file = full_src_file[len(app.builder.env.srcdir):].lstrip('/') DEBUG: generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' DEBUG: done DEBUG: writing additional pages... search done DEBUG: copying images... [ 3%] _images/vagrant-devstack.svg copying images... [ 6%] _images/tacker-design.svg copying images... [ 9%] _images/tacker-design-etsi.svg copying images... [ 12%] _images/openstack_infra_driver.svg copying images... [ 16%] _images/k8s_helm_infra_driver.svg copying images... [ 19%] _images/tacker-design-legacy.svg copying images... [ 22%] _images/etsi_cnf_healing.png copying images... [ 25%] _images/etsi_cnf_scaling.png copying images... [ 28%] _images/etsi_containerized_vnf_usage_guide.png copying images... [ 31%] _images/etsi-getting-started-sample-vnf.png copying images... [ 34%] _images/etsi_vnf_deployment_as_vm_with_tosca.png copying images... [ 38%] _images/etsi_vnf_deployment_as_vm_with_user_data.png copying images... [ 41%] _images/etsi_vnf_healing.png copying images... [ 44%] _images/etsi_vnf_scaling.png copying images... [ 47%] _images/etsi-architecture.png copying images... [ 50%] _images/mgmt_driver_for_container_update.png copying images... [ 53%] user/v2/cnf/auto_heal_fm/img/auto_heal_fm.svg copying images... [ 56%] user/v2/cnf/auto_scale_pm_job/img/auto_scale_pm_job.svg copying images... [ 59%] user/v2/cnf/auto_scale_pm_th/img/auto_scale_pm_th.svg copying images... [ 62%] user/v2/cnf/chg_vnfpkg/img/chg_vnfpkg.svg copying images... [ 66%] user/v2/cnf/deployment/img/deployment.svg copying images... [ 69%] user/v2/cnf/deployment_using_helm/img/deployment_using_helm.svg copying images... [ 72%] user/v2/cnf/heal/img/heal.svg copying images... [ 75%] user/v2/cnf/scale/img/scale.svg copying images... [ 78%] user/v2/cnf/update_with_mgmt_driver/img/update_with_mgmt_driver.svg copying images... [ 81%] user/v2/getting_started/img/sample-vnf.svg copying images... [ 84%] user/v2/vnf/chg_vnfpkg/img/chg_vnfpkg.svg copying images... [ 88%] user/v2/vnf/chg_vnfpkg_with_standard/img/chg_vnfpkg.svg copying images... [ 91%] user/v2/vnf/deployment_with_user_data/img/deployment_with_user_data.svg copying images... [ 94%] user/v2/vnf/heal/img/heal.svg copying images... [ 97%] user/v2/vnf/scale/img/scale.svg copying images... [100%] _images/vnfd-sol001.png 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: WARNING:stevedore.named:Could not load tacker DEBUG: docs: OK (42.81 seconds) DEBUG: congratulations :) (42.89 seconds) DEBUG: + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htaccess doc/build/html/_downloads DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kaERbg DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd tacker-13.1.0.dev4 DEBUG: ++ xargs basename --multiple DEBUG: ++ ls /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir/tacker-13.1.0.dev4-py3-none-any.whl DEBUG: ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' DEBUG: + specifier=tacker==13.1.0.dev4 DEBUG: + '[' -z tacker==13.1.0.dev4 ']' DEBUG: + TMPDIR=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir DEBUG: + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir tacker==13.1.0.dev4 DEBUG: Using pip 23.3.2 from /usr/lib/python3.12/site-packages/pip (python 3.12) DEBUG: Looking in links: /builddir/build/BUILD/tacker-13.1.0.dev4/pyproject-wheeldir DEBUG: Processing ./pyproject-wheeldir/tacker-13.1.0.dev4-py3-none-any.whl DEBUG: Installing collected packages: tacker DEBUG: Creating /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-conductor to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-db-manage to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-server to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-status to 755 DEBUG: Successfully installed tacker-13.1.0.dev4 DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin ']' DEBUG: + '[' -z sP ']' DEBUG: + shebang_flags=-kasP DEBUG: + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-conductor /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-db-manage /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-server /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-status DEBUG: /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-conductor: updating DEBUG: /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-db-manage: updating DEBUG: /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-server: updating DEBUG: /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/tacker-status: updating DEBUG: + rm -rfv /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin/__pycache__ DEBUG: + rm -f /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-ghost-distinfo DEBUG: + site_dirs=() DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + site_dirs+=("/usr/lib/python3.12/site-packages") DEBUG: + '[' /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib64/python3.12/site-packages '!=' /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib64/python3.12/site-packages ']' DEBUG: + for site_dir in ${site_dirs[@]} DEBUG: + for distinfo in /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64$site_dir/*.dist-info DEBUG: + echo '%ghost /usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info' DEBUG: + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info/INSTALLER DEBUG: + PYTHONPATH=/usr/lib/rpm/redhat DEBUG: + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 --record /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info/RECORD --output /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-record DEBUG: + rm -fv /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info/RECORD DEBUG: removed '/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info/RECORD' DEBUG: + rm -fv /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info/REQUESTED DEBUG: removed '/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages/tacker-13.1.0.dev4.dist-info/REQUESTED' DEBUG: ++ cut -f1 '-d ' DEBUG: ++ wc -l /builddir/build/BUILD/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64-pyproject-ghost-distinfo DEBUG: + lines=1 DEBUG: + '[' 1 -ne 1 ']' DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64//usr/lib/python3.12/site-packages DEBUG: + oslo-config-generator --config-file=./etc/config-generator.conf --output-file=./etc/tacker.conf DEBUG: ERROR:stevedore.extension:Could not load 'cinder': No module named 'retrying' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.cinder.Store': No module named 'retrying' DEBUG: WARNING:stevedore.named:Could not load oslo.service.periodic_tasks DEBUG: ERROR:stevedore.extension:Could not load 'cinder': No module named 'retrying' DEBUG: ERROR:stevedore.extension:Could not load 'glance.store.cinder.Store': No module named 'retrying' DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/tacker DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/var/lib/tacker DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/var/log/tacker DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/etc/tacker DEBUG: + mv /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/etc/tacker/api-paste.ini /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/etc/tacker/prometheus-plugin.yaml /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/etc/tacker DEBUG: + install -p -D -m 640 etc/tacker.conf /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/etc/tacker/tacker.conf DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/tacker.logrotate /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/etc/logrotate.d/openstack-tacker DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/etc/ DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-tacker-server.service /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/systemd/system/openstack-tacker-server.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-tacker-conductor.service /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/systemd/system/openstack-tacker-conductor.service DEBUG: + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 13.1.0-0.20250906035435.db7aaec.el10 --unique-debug-suffix -13.1.0-0.20250906035435.db7aaec.el10.x86_64 --unique-debug-src-base openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/tacker-13.1.0.dev4 DEBUG: find-debuginfo: starting DEBUG: Extracting debug info from 0 files DEBUG: Creating .debug symlinks for symlinks to ELF files DEBUG: find: ‘debug’: No such file or directory DEBUG: find-debuginfo: done DEBUG: + /usr/lib/rpm/check-buildroot DEBUG: + /usr/lib/rpm/redhat/brp-ldconfig DEBUG: + /usr/lib/rpm/brp-compress DEBUG: + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip DEBUG: + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip DEBUG: + /usr/lib/rpm/check-rpaths DEBUG: + /usr/lib/rpm/redhat/brp-mangle-shebangs DEBUG: mangling shebang in /usr/lib/python3.12/site-packages/tacker/tests/functional/tools/test-setup-mgmt.sh from /bin/bash -xe to #!/usr/bin/bash -xe DEBUG: mangling shebang in /usr/lib/python3.12/site-packages/tacker/tests/functional/tools/test-setup-k8s-vim.sh from /bin/bash -xe to #!/usr/bin/bash -xe DEBUG: mangling shebang in /usr/lib/python3.12/site-packages/tacker/tests/functional/tools/test-setup-default-vim.sh from /bin/bash -xe to #!/usr/bin/bash -xe DEBUG: + /usr/lib/rpm/brp-remove-la-files DEBUG: + /usr/lib/rpm/redhat/brp-python-rpm-in-distinfo DEBUG: + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j4 DEBUG: Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12 using python3.12 DEBUG: Not clamping source mtimes, $SOURCE_DATE_EPOCH not set DEBUG: /usr/lib/python3.12/site-packages/tacker/tests/unit/test_wsgi.py:510: SyntaxWarning: invalid escape sequence '\u' DEBUG: /usr/lib/python3.12/site-packages/tacker/tests/unit/test_wsgi.py:510: SyntaxWarning: invalid escape sequence '\u' DEBUG: + /usr/lib/rpm/redhat/brp-python-hardlink DEBUG: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1QAsY4 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + TOX_TESTENV_PASSENV='*' DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + PATH=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/tacker-13.1.0.dev4/.pyproject-builddir' DEBUG: + PYTEST_XDIST_AUTO_NUM_WORKERS=4 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -m tox --current-env -q --recreate -e py312 -- --exclude-regex 'ipv6|vnfm|vnflcm|sol_refactored' DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/tests/unit/test_wsgi.py:510: SyntaxWarning: invalid escape sequence '\u' DEBUG: data = b'{"a": "\u7f51\u7edc"}' DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/tests/unit/test_wsgi.py:510: SyntaxWarning: invalid escape sequence '\u' DEBUG: data = b'{"a": "\u7f51\u7edc"}' DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteEncodeTest.test_decode_return_data [0.093934s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_check_exit_code [0.009767s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_encode_process_input [0.008356s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_execute_raises [0.007561s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_process_input [0.007338s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_return_code_log_debug [0.007451s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_return_code_log_error_change_locale [0.008150s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_return_code_log_error_no_raise_runtime [0.008094s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_return_code_log_error_raise_runtime [0.008003s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_return_code_raise_runtime_log_fail_as_error [0.007680s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_return_str_data [0.007158s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_stderr_true [0.007291s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_with_addl_env [0.007554s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_with_helper [0.007040s] ... ok DEBUG: {0} tacker.tests.unit.agent.linux.test_utils.AgentUtilsExecuteTest.test_without_helper [0.007444s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_addr_format_error_exception [0.006564s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_get_exception_data [0.006218s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_http_client_exception [0.006730s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_http_exception [0.006572s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_not_implemented_error_exception [0.006254s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_policy_not_authorized_exception [0.006307s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_prepare_request_body [0.006731s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_prepare_request_body_keyerror [0.012134s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_prepare_request_body_none [0.007345s] ... ok DEBUG: Failed to parse request. Parameter 'name' not specified DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_prepare_request_param_value_none [0.007739s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.APICommonTestCase.test_tacker_exception [0.006552s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.PaginationEmulatedHelperTestcase.test_get_links [0.006729s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.PaginationEmulatedHelperTestcase.test_paginate [0.006409s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.PaginationEmulatedHelperTestcase.test_pagination_emulate_class [0.006382s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.PaginationEmulatedHelperTestcase.test_update_fields [0.006571s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.SortingEmulatedHelperTestcase.test_sort [0.006437s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.SortingEmulatedHelperTestcase.test_sort_emulate_class [0.006610s] ... ok DEBUG: {0} tacker.tests.unit.api.test_api_common.SortingEmulatedHelperTestcase.test_update_fields [0.006363s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ActionExtensionTest.test_extended_action_for_adding_extra_data ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.ActionExtensionTest.test_extended_action_for_deleting_extra_data ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.ActionExtensionTest.test_returns_404_for_non_existent_action ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.ActionExtensionTest.test_returns_404_for_non_existent_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.ExtensionControllerTest.test_extension_can_be_accessed_by_alias ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.ExtensionControllerTest.test_index_gets_all_registerd_extensions ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.ExtensionControllerTest.test_show_returns_not_found_for_non_existent_extension ... SKIPPED: Not ready yet DEBUG: Extension path '' doesn't exist! DEBUG: Exception loading extension: 'InvalidExtension' object has no attribute 'get_name' DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/extensions.py", line 506, in _check_extension DEBUG: LOG.debug('Ext name: %s', extension.get_name()) DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: AttributeError: 'InvalidExtension' object has no attribute 'get_name' DEBUG: {0} tacker.tests.unit.api.test_extensions.ExtensionManagerTest.test_invalid_extensions_are_not_registered [0.008844s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.PluginInterfaceTest.test_issubclass_hook [0.006652s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.PluginInterfaceTest.test_issubclass_hook_class_without_abstract_methods [0.006412s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.PluginInterfaceTest.test_issubclass_hook_not_all_methods_implemented [0.006291s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.RequestExtensionTest.test_edit_previously_uneditable_field [0.014823s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.RequestExtensionTest.test_extend_get_resource_response [0.009163s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.RequestExtensionTest.test_get_resources ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.test_extensions.RequestExtensionTest.test_headers_can_be_extended [0.008881s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_exceptions_notimplemented [0.010976s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_plugin_prefix_with_parent_resource [0.012803s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_can_be_added_as_extension [0.010778s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_ext_for_formatted_req_on_custom_collection_action [0.011984s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_ext_for_nested_resource_custom_collection_action [0.011107s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_ext_with_custom_member_action_gets_plugin_prefix [0.011323s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_extension_for_delete_custom_collection_action [0.009104s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_extension_for_get_custom_collection_action [0.009568s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_extension_for_post_custom_collection_action [0.009283s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_extension_for_put_custom_collection_action [0.010445s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_extension_with_custom_member_action [0.010222s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_extension_with_custom_member_action_and_attr_map [0.009074s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_resource_gets_prefix_of_plugin [0.009711s] ... ok DEBUG: {0} tacker.tests.unit.api.test_extensions.ResourceExtensionTest.test_returns_404_for_non_existent_extension [0.009091s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_hostname_pattern [0.006816s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_is_attr_set [0.006354s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_mac_pattern [0.007716s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_subdictionary [0.006512s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_uuid_pattern [0.006503s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_a_valid_dict_with_constraints [0.006158s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_convert_boolean [0.006235s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_not_required_keys [0.006486s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_or_empty [0.006507s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_or_none [0.006258s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_or_not_empty [0.006387s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_required_keys [0.006277s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_type [0.006225s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_with_invalid_validator [0.006531s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_without_constraints [0.007041s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_dict_wrong_values [0.006369s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_fixed_ips [0.006433s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_hostroutes [0.006571s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_ip_address [0.006417s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_ip_address_or_none [0.006359s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_ip_pools [0.006405s] ... ok DEBUG: MAC address must be string: 'NoneType' object has no attribute 'split' DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/attributes.py", line 157, in _validate_mac_address DEBUG: valid_mac = netaddr.valid_mac(_validate_no_whitespace(data)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/attributes.py", line 148, in _validate_no_whitespace DEBUG: if len(data.split()) > 1: DEBUG: ^^^^^^^^^^ DEBUG: AttributeError: 'NoneType' object has no attribute 'split' DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_mac_address [0.007608s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_mac_address_or_none [0.006294s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_nameservers [0.006628s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_no_whitespace [0.006392s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_non_negative [0.006616s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_not_empty_string [0.006434s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_not_empty_string_or_none [0.006138s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_range [0.006300s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_regex [0.006578s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_regex_or_none [0.006201s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_string [0.006441s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_string_or_none [0.006288s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_subnet [0.007776s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_subnet_list [0.006380s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_subnet_or_none [0.007823s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_uuid [0.006238s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_uuid_list [0.006359s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestAttributes.test_validate_values [0.006808s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_list_to_dict_succeeds_for_missing_values [0.006309s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_list_to_dict_succeeds_for_multiple_values ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_list_to_dict_succeeds_for_values [0.006402s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_str_to_list_fails_for_missing_equals [0.006214s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_str_to_list_fails_for_missing_key [0.006215s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_str_to_list_succeeds_for_one_equals [0.006960s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertKvp.test_convert_kvp_str_to_list_succeeds_for_two_equals [0.006504s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToBoolean.test_convert_to_boolean_bool [0.006449s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToBoolean.test_convert_to_boolean_int [0.008131s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToBoolean.test_convert_to_boolean_str [0.006906s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToInt.test_convert_none_to_empty_dict [0.006370s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToInt.test_convert_none_to_empty_list_none [0.006689s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToInt.test_convert_none_to_empty_list_value [0.007645s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToInt.test_convert_to_int_int [0.006385s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToInt.test_convert_to_int_none [0.006556s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToInt.test_convert_to_int_str [0.006743s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToList.test_convert_to_empty_list [0.006438s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToList.test_convert_to_list_iterable [0.006302s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToList.test_convert_to_list_non_iterable [0.006322s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_attributes.TestConvertToList.test_convert_to_list_string [0.006468s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.RequestTestCase.test_context_with_tacker_context [0.007012s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.RequestTestCase.test_context_without_tacker_context [0.006418s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_4xx_error_logged_info_level [0.007879s] ... ok DEBUG: test failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 78, in resource DEBUG: result = method(request=request, **args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: webob.exc.HTTPGatewayTimeout: The gateway has timed out. DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_http_error [0.008150s] ... ok DEBUG: test failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 78, in resource DEBUG: result = method(request=request, **args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_mapped_tacker_error_localized..TestException: Translated error DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_mapped_tacker_error_localized [0.008047s] ... ok DEBUG: test failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 78, in resource DEBUG: result = method(request=request, **args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_mapped_tacker_error_with_json..TestException: 网络 DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_mapped_tacker_error_with_json [0.007356s] ... ok DEBUG: None failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 76, in resource DEBUG: method = getattr(controller, action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: TypeError: attribute name must be string, not 'NoneType' DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_no_route_args [0.007174s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_non_4xx_error_logged_exception_level [0.007382s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_post_with_body [0.006943s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_status_200 [0.006863s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_status_204 [0.007097s] ... ok DEBUG: test failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 78, in resource DEBUG: result = method(request=request, **args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: Exception DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_unhandled_error_with_json [0.007426s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_unmapped_error_logged_exception_level [0.007818s] ... ok DEBUG: test failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 78, in resource DEBUG: result = method(request=request, **args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_unmapped_tacker_error_localized..TestException: Translated error DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_unmapped_tacker_error_localized [0.007660s] ... ok DEBUG: test failed: No details. DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/api/v1/resource.py", line 78, in resource DEBUG: result = method(request=request, **args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_unmapped_tacker_error_with_json..TestException: 网络 DEBUG: {0} tacker.tests.unit.api.v1.test_resource.ResourceTestCase.test_unmapped_tacker_error_with_json [0.008160s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource_helper.ResourceHelperTestCase.test_build_plural_mappings [0.006586s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource_helper.ResourceHelperTestCase.test_build_plural_mappings_with_suffix_y [0.006253s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_resource_helper.ResourceHelperTestCase.test_build_resource_info [0.006762s] ... ok DEBUG: Extension path 'unit/extensions' doesn't exist! DEBUG: {0} tacker.tests.unit.api.v1.test_router.TestAPIRouter.test_api_factory [0.007216s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_router.TestIndex.test_index [0.007066s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim [0.009269s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_invalid_vim_project_1_ [0.009039s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_invalid_vim_project_2_testing [0.009369s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_invalid_vim_project_3 [0.009133s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_auth_cred_1_ [0.008386s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_auth_cred_2_testing [0.008285s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_auth_cred_3 [0.008378s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_is_default_1 [0.008808s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_is_default_2 [0.008396s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_is_default_3 [0.008607s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_type_1_ [0.013757s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_type_2__ [0.008643s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_type_3_None [0.008274s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.api.v1.test_vim.VIMCreateTestCase.test_create_vim_with_invalid_type_4_123 [0.008241s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_vnf_instance.TestVnfInstance.test_vnf_instance_info_with_vnf_desc [0.249613s] ... ok DEBUG: {0} tacker.tests.unit.api.v1.test_vnf_instance.TestVnfInstance.test_vnf_instance_info_without_vnf_desc [0.014470s] ... ok DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_emulated_pagination ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_emulated_sort ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_emulated_sort_without_sort_field ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_fields ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_fields_empty ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_fields_multiple ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_fields_multiple_empty ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_fields_multiple_with_empty ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_empty ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_multiple ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_multiple_empty ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_multiple_values ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_multiple_with_empty ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_with_convert_list_to ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_with_convert_to ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_filters_with_fields ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_great_than_max_limit ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_infinite_pagination_max_limit ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_negative_pagination_max_limit ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_negative_value ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_non_integer ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_non_integer_pagination_max_limit ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_unspecific ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_limit_with_zero ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_marker ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_native_pagination_without_allow_sorting ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_native_pagination_without_native_sorting ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_page_reverse ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_page_reverse_with_non_bool ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_page_reverse_with_unspecific ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_sort ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_sort_with_invalid_attribute ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_sort_with_invalid_dirs ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_sort_with_primary_key ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.APIv2TestCase.test_sort_without_direction ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.CreateResourceTestCase.test_resource_creation [0.006278s] ... ok DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.ExtensionTestCase.test_extended_create ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.FiltersTestCase.test_all_skip_args ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.FiltersTestCase.test_attr_info_with_convert_list_to ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.FiltersTestCase.test_attr_info_with_convert_to ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.FiltersTestCase.test_attr_info_without_conversion ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.FiltersTestCase.test_blank_values ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.FiltersTestCase.test_no_attr_info ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_attr_not_specified ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_bad_keystone_tenant ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_bulk ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_bulk_missing_attr ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_bulk_no_networks ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_bulk_partial_body ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_missing_attr ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_no_body ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_no_keystone_env ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_no_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_readonly_attr ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_return_extra_attr ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_use_defaults ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_create_with_keystone_env ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_delete_keystone ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_delete_keystone_bad_tenant ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_delete_noauth ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_fields ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_get_keystone ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_get_keystone_bad_tenant ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_get_keystone_shared_network ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_get_keystone_strip_admin_only_attribute ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_get_noauth ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_invalid_attribute_field ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_keystone ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_keystone_bad ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_noauth ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_pagination ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_pagination_reverse_with_empty_page ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_pagination_reverse_with_last_page ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_pagination_with_empty_page ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_list_pagination_with_last_page ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_update_keystone ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_update_keystone_bad_tenant ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_update_noauth ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.JSONV2TestCase.test_update_readonly_field ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.ListArgsTestCase.test_list_args [0.006414s] ... ok DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.ListArgsTestCase.test_list_args_with_empty [0.006470s] ... ok DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.NotificationTest.test_network_create_notifer ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.NotificationTest.test_network_delete_notifer ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.NotificationTest.test_network_update_notifer ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.ResourceIndexTestCase.test_index_json [0.006654s] ... ok DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.SubresourceTest.test_create_sub_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.SubresourceTest.test_delete_sub_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.SubresourceTest.test_index_sub_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.SubresourceTest.test_show_sub_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.SubresourceTest.test_update_sub_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.V2Views.test_network ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.V2Views.test_port ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.api.v2.test_api_v2.V2Views.test_subnet ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.cmd.test_status.TestUpgradeChecks.test_checks [0.007239s] ... ok DEBUG: {0} tacker.tests.unit.common.container.test_kubernetes_utils.TestKubernetesHTTPAPI.test_get_core_api_client [0.006735s] ... ok DEBUG: {0} tacker.tests.unit.common.container.test_kubernetes_utils.TestKubernetesHTTPAPI.test_get_extension_api_client ... SKIPPED: Delete deprecated api test DEBUG: {0} tacker.tests.unit.common.container.test_kubernetes_utils.TestKubernetesHTTPAPI.test_get_k8s_client_oidc_auth [0.006861s] ... ok DEBUG: {0} tacker.tests.unit.common.container.test_kubernetes_utils.TestKubernetesHTTPAPI.test_get_k8s_client_oidc_auth_id_token_exsits [0.006432s] ... ok DEBUG: {0} tacker.tests.unit.common.container.test_kubernetes_utils.TestKubernetesHTTPAPI.test_get_k8s_client_oidc_auth_no_cert [0.006628s] ... ok DEBUG: {0} tacker.tests.unit.common.container.test_kubernetes_utils.TestKubernetesHTTPAPI.test_get_k8s_client_service_account_token_auth [0.006784s] ... ok DEBUG: {0} tacker.tests.unit.common.test_config.ConfigurationTest.test_defaults [0.006480s] ... ok DEBUG: {0} tacker.tests.unit.common.test_config.ConfigurationTest.test_load_paste_app [0.006627s] ... ok DEBUG: {0} tacker.tests.unit.common.test_config.ConfigurationTest.test_load_paste_app_not_found [0.006482s] ... ok DEBUG: {0} tacker.tests.unit.common.test_config.ConfigurationTest.test_load_paste_app_runtime_error [0.006617s] ... ok DEBUG: The keymanager_type specified in config does not match the keyType stored in DB. DEBUG: {0} tacker.tests.unit.common.test_crypt_utils.TestCryptUtils.test_change_from_barbican_to_local [0.008202s] ... ok DEBUG: {0} tacker.tests.unit.common.test_crypt_utils.TestCryptUtils.test_change_from_local_to_barbican [0.008453s] ... ok DEBUG: {0} tacker.tests.unit.common.test_crypt_utils.TestCryptUtils.test_create_crypt_key_to_barbican [0.007363s] ... ok DEBUG: {0} tacker.tests.unit.common.test_crypt_utils.TestCryptUtils.test_create_crypt_key_to_local [0.007079s] ... ok DEBUG: {0} tacker.tests.unit.common.test_crypt_utils.TestCryptUtils.test_load_crypt_key_from_barbican [0.008055s] ... ok DEBUG: {0} tacker.tests.unit.common.test_crypt_utils.TestCryptUtils.test_load_crypt_key_from_local [0.007521s] ... ok DEBUG: The required parameter descriptor_id is not provided DEBUG: The required parameter descriptor_version is not provided DEBUG: The required parameter provider is not provided DEBUG: The required parameter product_name is not provided DEBUG: The required parameter software_version is not provided DEBUG: The required parameter vnfm_info is not provided DEBUG: The required parameter flavour_id is not provided DEBUG: The required parameter flavour_description is not provided DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/common/csar_utils.py:542: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: 'error': encodeutils.exception_to_unicode(exp)}) DEBUG: Error processing CSAR file /tmp/a03c7919-dc3e-4f78-8e4e-7d92493e620b/tmp4g006sky.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: Node property "sw_image_data" is missing for artifact sw_image for node VDU1.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_csar_with_missing_sw_image_data_in_main_template [0.186482s] ... ok DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_delete_csar_data [0.001184s] ... ok DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_extract_csar_zip_file_for_file_permissions [0.001736s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data [0.585591s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpe5pgs_fs.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: The algorithm("sha-255") of artifact("Scripts/install.sh") is an invalid value.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_false_algorithm_with_vnf_artifact [0.849395s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmp2mz619x5.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: The hash "27bbdb25d8f4ed6d07d6f6581b86515e8b2f0059b236ef7b6f50d6674b34f02" of artifact file "Scripts/install.sh" is an invalid value.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_false_hash_with_vnf_artifact [0.636786s] ... ok DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpr7pq39h2.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: The filename "VNF1.mf" is an invalid name.The name must be the same as the main template file name.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_false_mf_name_with_vnf_artifact [0.672456s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpo840p5_n.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: The file "manifest.mf1" in the CSAR "/builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpo840p5_n.zip" does not contain valid manifest.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_false_mf_with_vnf_artifact [0.568483s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpdsm6b_ew.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: The path("Scripts/install.s") of artifact Source is an invalid value.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_false_source_with_vnf_artifact [0.576828s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_in_meta_and_manifest_with_vnf_artifact [0.597110s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_meta_in_manifest_with_vnf_artifact [0.753313s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmp63scl8ji.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: One of the artifact information may not have the key("['Algorithm']"). DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_missing_key_with_vnf_artifact [0.593943s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpwbo2v6ql.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: One of the artifact information may not have the key value("Algorithm"). DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_missing_value_with_vnf_artifact [0.621008s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /tmp/04ec0f2e-3b48-44ca-9895-767c9822efc4/tmp9r2zczgs.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: Node property "sw_image_data" is missing for artifact sw_image for node VDU1.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_artifacts_and_without_sw_image_data [0.485929s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_artifacts_short_notation [0.747263s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /tmp/cc60850c-4da6-427f-a9b4-0f5cf893ca44/tmpk1a7uo0j.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: Level instantiation_level_3 not found in defined levels instantiation_level_1,instantiation_level_2. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_invalid_default_instantiation_level [0.503008s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /tmp/7ffc1470-00d9-4fa5-abca-724e3fa99ce8/tmpw5ki2u4q.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: Level(s) instantiation_level_3 not found in defined levels instantiation_level_1,instantiation_level_2. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_invalid_instantiation_level [0.472971s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /tmp/f812ff8e-4041-4428-bf5e-24d2b16d17c8/tmpfp0d64n7.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: artifacts of type "tosca.artifacts.nfv.SwImage" is added more than one time for node VDU1.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_multiple_sw_image_data [0.456506s] ... ok DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpzbg2v4ig.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: artifacts of type "tosca.artifacts.nfv.SwImage" is added more than one time for node VDU1.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_multiple_sw_image_data_with_short_notation [0.120619s] ... ok DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_single_manifest_with_vnf_artifact [0.661266s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_single_meta_with_vnf_artifact [0.694376s] ... ok DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_single_yaml [0.622806s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_unit_conversion [0.781060s] ... ok DEBUG: Error processing CSAR file /tmp/c0df3fed-0bc8-48f9-99c3-e9e32cc833e0/tmp2h52qgpk.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: No VNF flavours are available. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_without_flavour_info [0.521716s] ... ok DEBUG: The required parameter descriptor_id is not provided DEBUG: The required parameter descriptor_version is not provided DEBUG: The required parameter provider is not provided DEBUG: The required parameter product_name is not provided DEBUG: The required parameter software_version is not provided DEBUG: The required parameter vnfm_info is not provided DEBUG: The required parameter flavour_id is not provided DEBUG: The required parameter flavour_description is not provided DEBUG: Error processing CSAR file /tmp/2ba1df08-8b23-47f2-ba8b-50a3de6c5b6e/tmpj6hh6odn.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: No VNF flavours are available. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_without_flavour_info_in_main_template [0.170728s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /tmp/adcf2891-2c5f-4eea-9571-6e38df06e8c7/tmpl0p_30sx.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: Policy of type "tosca.policies.nfv.InstantiationLevels is not defined.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_without_instantiation_level [0.499314s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_without_policies [0.763128s] ... ok DEBUG: The required parameter selected_flavour is not provided DEBUG: Error processing CSAR file /tmp/9894ad4f-14e1-4fac-be5d-d11df4945b48/tmp5_g9jr6t.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: VNF properties are mandatory. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_without_vnfd_info [0.495576s] ... ok DEBUG: Error processing CSAR file /builddir/build/BUILD/tacker-13.1.0.dev4/samples/tests/etc/samples/etsi/nfv/tmpn24vj76j.zip for vnf package f26f181d-7891-4720-b022-b074ec1733ef: Error: Node property "sw_image_data" is missing for artifact sw_image for node VDU1.. DEBUG: {0} tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_with_artifacts_short_notation_without_sw_image_data [0.118869s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_create_session [0.011327s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_connection_params [0.009352s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_client_secret_basic [0.010999s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_client_secret_jwt [0.011817s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_client_secret_post [0.010573s] ... ok DEBUG: Unable to get an access token: connect time out. (HTTP 408) DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_connect_fail [0.009722s] ... ok DEBUG: The value is incorrect for option auth_method in group [ext_oauth2_auth] DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_invalid_auth_method [0.009014s] ... ok DEBUG: The OAuth2.0 access token API returns an incorrect response. response_status: 201, response_text: {"error": "error_title", "error_description": "error message"} DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_is_not_200 [0.009476s] ... ok DEBUG: Failed to get an access token: {"error": "invalid_client", "error_description": "The client is not found."} DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_not_include_access_token [0.010013s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_private_key_jwt [0.287895s] ... ok DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_tls_client_auth [0.009461s] ... ok DEBUG: Unable to get an access token: unknown error occurred. DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_get_headers_unknown_error [0.008572s] ... ok DEBUG: The value is required for option auth_method in group [ext_oauth2_auth] DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_init_without_keystone_middleware_opts [0.008081s] ... ok DEBUG: The value is required for option scope in group [ext_oauth2_auth] DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_init_without_scope [0.008024s] ... ok DEBUG: The value is required for option token_endpoint in group [ext_oauth2_auth] DEBUG: {0} tacker.tests.unit.common.test_ext_oauth2_auth.TestExtOAuth2Auth.test_init_without_token_endpoint [0.008134s] ... ok DEBUG: {0} tacker.tests.unit.common.test_log.TestCallLog.test_call_log_all_args ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.common.test_log.TestCallLog.test_call_log_all_kwargs ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.common.test_log.TestCallLog.test_call_log_known_args_kwargs_unknown_kwargs ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.common.test_log.TestCallLog.test_call_log_known_args_unknown_args_kwargs ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.common.test_log.TestCallLog.test_call_log_password_mask_args_kwargs ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.common.test_oidc_utils.TestOidcUtils.test_get_id_token_with_password_grant [0.006557s] ... ok DEBUG: {0} tacker.tests.unit.common.test_oidc_utils.TestOidcUtils.test_get_id_token_with_password_grant_401 [0.006559s] ... ok DEBUG: {0} tacker.tests.unit.common.test_oidc_utils.TestOidcUtils.test_get_id_token_with_password_grant_no_option_param [0.006665s] ... ok DEBUG: {0} tacker.tests.unit.common.test_oidc_utils.TestOidcUtils.test_get_id_token_with_password_grant_request_exception [0.006502s] ... ok DEBUG: {0} tacker.tests.unit.common.test_oidc_utils.TestOidcUtils.test_get_id_token_with_password_grant_required_param_is_none [0.006478s] ... ok DEBUG: Failed to get csar data from glance store Invalid/path for package f26f181d-7891-4720-b022-b074ec1733ef DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/glance_store/store.py", line 102, in get_csar_size DEBUG: return glance_store.backend.get_size_from_backend(location) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/backend.py", line 348, in get_size_from_backend DEBUG: loc = location.get_location_from_uri(uri, conf=CONF) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/location.py", line 77, in get_location_from_uri DEBUG: raise exceptions.UnknownScheme(scheme=pieces.scheme) DEBUG: glance_store.exceptions.UnknownScheme: Unknown scheme '' found in URI DEBUG: {0} tacker.tests.unit.common.test_store.TestStore.test_get_csar_size_invalid_path [0.001476s] ... ok DEBUG: Failed to get csar data from glance store Invalid/path for package f26f181d-7891-4720-b022-b074ec1733ef DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/glance_store/store.py", line 138, in _get_csar_chunks DEBUG: resp, size = glance_store.backend.get_from_backend(location, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/backend.py", line 337, in get_from_backend DEBUG: loc = location.get_location_from_uri(uri, conf=CONF) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/location.py", line 77, in get_location_from_uri DEBUG: raise exceptions.UnknownScheme(scheme=pieces.scheme) DEBUG: glance_store.exceptions.UnknownScheme: Unknown scheme '' found in URI DEBUG: {0} tacker.tests.unit.common.test_store.TestStore.test_load_csar_iter_invalid_path [0.000329s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestCamelToSnakeCase.test_convert_camelcase_to_snakecase_dict [0.000059s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestCamelToSnakeCase.test_convert_camelcase_to_snakecase_list_with_dict_items [0.000039s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestCamelToSnakeCase.test_convert_camelcase_to_snakecase_list_with_string_items [0.000029s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestCamelToSnakeCase.test_convert_camelcase_to_snakecase_with_additional_params [0.000034s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestChangeMemory.test_change_memory_from_gb_to_mb [0.000272s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestChangeMemory.test_change_memory_from_mb_to_gb [0.000049s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestConvertStringToBool.test_convert_str_to_false [0.000035s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestConvertStringToBool.test_convert_str_to_true [0.000029s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestConvertStringToBool.test_do_not_convert [0.000026s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestDict2Tuples.test_dict [0.006835s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestJsonMergePatch.test_json_merge_patch [0.000047s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestJsonMergePatch.test_json_merge_patch_not_dict_patch [0.000030s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestJsonMergePatch.test_json_merge_patch_not_dict_target [0.000029s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestSnakeToCamelCase.test_convert_snakecase_to_camelcase_dict [0.000043s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestSnakeToCamelCase.test_convert_snakecase_to_camelcase_list_with_dict_items [0.000034s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestSnakeToCamelCase.test_convert_snakecase_to_camelcase_list_with_string_items [0.000028s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestSnakeToCamelCase.test_convert_snakecase_to_camelcase_with_additional_params [0.000031s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestValidateUrl.test_invalid_scheme [0.000048s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestValidateUrl.test_no_path_in_url [0.000066s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestValidateUrl.test_no_scheme [0.000044s] ... ok DEBUG: {0} tacker.tests.unit.common.test_utils.TestValidateUrl.test_valid_url [0.000061s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_lcm_rpc.VnfLcmRPCTestCase.test_heal [0.007653s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_lcm_rpc.VnfLcmRPCTestCase.test_instantiate [0.007519s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_lcm_rpc.VnfLcmRPCTestCase.test_rollback [0.007150s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_lcm_rpc.VnfLcmRPCTestCase.test_scale [0.006937s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_lcm_rpc.VnfLcmRPCTestCase.test_terminate [0.007209s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_lcm_rpc.VnfLcmRPCTestCase.test_update [0.009673s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_pkgm_rpc.VnfPackageRPCTestCase.test_delete_vnf_package [0.007760s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_pkgm_rpc.VnfPackageRPCTestCase.test_get_vnf_package_vnfd [0.008439s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_pkgm_rpc.VnfPackageRPCTestCase.test_upload_vnf_package_content [0.007460s] ... ok DEBUG: {0} tacker.tests.unit.conductor.conductorrpc.test_vnf_pkgm_rpc.VnfPackageRPCTestCase.test_upload_vnf_package_from_uri [0.007714s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn [0.085424s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn_failed_with_exception [0.074751s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "f73b764b-1d1c-4c80-8ddc-5389f952a85d", "vnfLcmOpOccId": "2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "CHANGE_EXT_CONN", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/f73b764b-1d1c-4c80-8ddc-5389f952a85d"}}, "updateResources": [{"id": "b4f86e84-ace6-4163-b211-e7d154fec218", "type": "LINKPORT", "resourceTemplateId": "CP1", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "d924f462-cfbf-44bd-a7fa-d151adce62da", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "6f093099-5c91-41b7-b2c3-e3d6c2667966", "type": "LINKPORT", "resourceTemplateId": "CP2", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "b94de1b7-f54b-4b97-b2a2-fd2583d3d0c0", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "433a575b-5ac5-4137-ba95-3cf72f8deb81", "type": "LINKPORT", "resourceTemplateId": "CP5", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "a4657877-8d3d-4a5b-9360-bce1e7ca983e", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "3b1866fe-4c4f-4de2-a9a8-017805ff43fe", "type": "LINKPORT", "resourceTemplateId": "CP3", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "47843dfb-63d5-4ede-90ef-6d1acd121908", "vimLevelResourceType": "OS::Neutron::Port"}}]}] DEBUG: grant end res_body[{'id': '31dcf51e-93c2-4123-bff6-d4528272b517', 'vnf_instance_id': 'f73b764b-1d1c-4c80-8ddc-5389f952a85d', 'vnf_lcm_op_occ_id': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', 'update_resources': [{'resource_definition_id': 'b4f86e84-ace6-4163-b211-e7d154fec218'}, {'resource_definition_id': '6f093099-5c91-41b7-b2c3-e3d6c2667966'}, {'resource_definition_id': '3b1866fe-4c4f-4de2-a9a8-017805ff43fe'}, {'resource_definition_id': '433a575b-5ac5-4137-ba95-3cf72f8deb81'}]}] DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn_grant [0.071804s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "d1b90021-d2cb-4188-a3b1-c7d800f15af2", "vnfLcmOpOccId": "2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "CHANGE_EXT_CONN", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/d1b90021-d2cb-4188-a3b1-c7d800f15af2"}}, "updateResources": [{"id": "b4f86e84-ace6-4163-b211-e7d154fec218", "type": "LINKPORT", "resourceTemplateId": "CP1", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "d924f462-cfbf-44bd-a7fa-d151adce62da", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "6f093099-5c91-41b7-b2c3-e3d6c2667966", "type": "LINKPORT", "resourceTemplateId": "CP2", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "b94de1b7-f54b-4b97-b2a2-fd2583d3d0c0", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "433a575b-5ac5-4137-ba95-3cf72f8deb81", "type": "LINKPORT", "resourceTemplateId": "CP5", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "a4657877-8d3d-4a5b-9360-bce1e7ca983e", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "3b1866fe-4c4f-4de2-a9a8-017805ff43fe", "type": "LINKPORT", "resourceTemplateId": "CP3", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "47843dfb-63d5-4ede-90ef-6d1acd121908", "vimLevelResourceType": "OS::Neutron::Port"}}]}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn_grant_exception_http_error [0.068330s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "327dcfa1-c617-4397-91e3-a55fe90dc428", "vnfLcmOpOccId": "2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "CHANGE_EXT_CONN", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/327dcfa1-c617-4397-91e3-a55fe90dc428"}}, "updateResources": [{"id": "b4f86e84-ace6-4163-b211-e7d154fec218", "type": "LINKPORT", "resourceTemplateId": "CP1", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "d924f462-cfbf-44bd-a7fa-d151adce62da", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "6f093099-5c91-41b7-b2c3-e3d6c2667966", "type": "LINKPORT", "resourceTemplateId": "CP2", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "b94de1b7-f54b-4b97-b2a2-fd2583d3d0c0", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "433a575b-5ac5-4137-ba95-3cf72f8deb81", "type": "LINKPORT", "resourceTemplateId": "CP5", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "a4657877-8d3d-4a5b-9360-bce1e7ca983e", "vimLevelResourceType": "OS::Neutron::Port"}}, {"id": "3b1866fe-4c4f-4de2-a9a8-017805ff43fe", "type": "LINKPORT", "resourceTemplateId": "CP3", "resource": {"vimConnectionId": "d2d8b930-9597-4a50-9fee-6eb6d8c0f72f", "resourceId": "47843dfb-63d5-4ede-90ef-6d1acd121908", "vimLevelResourceType": "OS::Neutron::Port"}}]}] DEBUG: grant end res_body[{'id': '31dcf51e-93c2-4123-bff6-d4528272b517', 'vnf_instance_id': '327dcfa1-c617-4397-91e3-a55fe90dc428', 'vnf_lcm_op_occ_id': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', 'update_resources': [{'resource_definition_id': '27923cf5-b2bb-4807-9682-e28f2d19faad', 'vim_connection_id': '1ffcd358-bee3-4bfb-bc3a-920db09f5da5'}]}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn_grant_exception_validation_error [0.070010s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn_retry_error_point_1 [0.071166s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_change_ext_conn_retry_error_point_7 [0.071475s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_delete_vnf_package [0.055353s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_notification [0.056575s] ... ok DEBUG: Callback URI is False DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_notification_callback_uri_false [0.057632s] ... ok DEBUG: Notification failed status[400] callback_uri[https://localhost/callback] DEBUG: Notification failed status[400] callback_uri[https://localhost/callback] DEBUG: Notification failed status[400] callback_uri[https://localhost/callback] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_notification_retry [0.059114s] ... ok DEBUG: Notification request timed out. callback_uri[https://localhost/callback] reason[] DEBUG: Notification request timed out. callback_uri[https://localhost/callback] reason[] DEBUG: Notification request timed out. callback_uri[https://localhost/callback] reason[] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_notification_timeout [0.058624s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_notification_unknown_auth_type [0.058542s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_download_from_glance_store [1.529047s] ... ok DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py:620: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: exc_msg = encodeutils.exception_to_unicode(e) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_exception_from_glance_store [0.059534s] ... ok DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py:627: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: exc_msg = encodeutils.exception_to_unicode(e) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_exception_from_read_vnfd_files [0.072016s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_with_single_yaml_csar [0.207162s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_with_tosca_meta_file_in_csar [1.193481s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '1dc8455f-7782-4975-a218-3e4b232c0477', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/1dc8455f-7782-4975-a218-3e4b232c0477'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'NoneType' object has no attribute 'vnf_virtual_link_resource_info' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': '1dc8455f-7782-4975-a218-3e4b232c0477', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/1dc8455f-7782-4975-a218-3e4b232c0477'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance [0.072769s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_already_not_instantiated ... SKIPPED: Such test is no longer feasible. DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '33c6761d-046d-42b4-b381-ac35bd431ccc', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/33c6761d-046d-42b4-b381-ac35bd431ccc'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'NoneType' object has no attribute 'vnf_virtual_link_resource_info' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': '33c6761d-046d-42b4-b381-ac35bd431ccc', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/33c6761d-046d-42b4-b381-ac35bd431ccc'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_error_point_internal_processing [0.070693s] ... ok DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '9ea54d7f-117c-44c8-8277-25f6a39e1515', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/9ea54d7f-117c-44c8-8277-25f6a39e1515'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'NoneType' object has no attribute 'vnf_virtual_link_resource_info' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': '9ea54d7f-117c-44c8-8277-25f6a39e1515', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/9ea54d7f-117c-44c8-8277-25f6a39e1515'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_error_point_notify_completed [0.067540s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'd9a26940-4eec-4d54-8bb9-e11e4d2a643b', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/d9a26940-4eec-4d54-8bb9-e11e4d2a643b'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'NoneType' object has no attribute 'vnf_virtual_link_resource_info' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': 'd9a26940-4eec-4d54-8bb9-e11e4d2a643b', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/d9a26940-4eec-4d54-8bb9-e11e4d2a643b'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_error_point_notify_processing [0.073701s] ... ok DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_exception [0.063564s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "47bfe5a2-8a10-4ff0-8220-2548c25a0e08", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "HEAL", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/47bfe5a2-8a10-4ff0-8220-2548c25a0e08"}}}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '47bfe5a2-8a10-4ff0-8220-2548c25a0e08', 'vnf_lcm_op_occ_id': 'a9c36d21-21aa-4692-8922-7999bbcae08c', 'add_resources': [], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '47bfe5a2-8a10-4ff0-8220-2548c25a0e08', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/47bfe5a2-8a10-4ff0-8220-2548c25a0e08'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c COMPLETED DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_grant [0.082280s] ... ok DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'RESULT', 'operationState': 'COMPLETED', 'vnfInstanceId': '47bfe5a2-8a10-4ff0-8220-2548c25a0e08', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/47bfe5a2-8a10-4ff0-8220-2548c25a0e08'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}, 'changedExtConnectivity': []}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: The pre-parsed input successfully passed validation. DEBUG: grant start grant_request[{"vnfInstanceId": "af886522-f1bf-4864-9bd8-7514fade189a", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "HEAL", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/af886522-f1bf-4864-9bd8-7514fade189a"}}, "addResources": [{"id": "f5718645-c777-4941-9b42-e0394008efbc", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "1235f5e0-5692-45de-93c7-5c18e3a7e631", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}], "removeResources": [{"id": "2c6e5cc7-240d-4458-a683-1fe648351280", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce2", "vimLevelResourceType": null}}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa1", "type": "VL", "resourceTemplateId": "VL1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce5", "vimLevelResourceType": null}}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fb9", "type": "LINKPORT", "resourceTemplateId": "PORT1", "vduId": "VDU1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce3", "vimLevelResourceType": null}}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa0", "type": "STORAGE", "resourceTemplateId": "ST1", "vduId": "VDU1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce4", "vimLevelResourceType": null}}], "placementConstraints": [{"affinityOrAntiAffinity": "ANTI_AFFINITY", "scope": "ZONE", "fallbackBestEffort": true, "resource": [{"idType": "RES_MGMT", "resourceId": "2c6e5cc7-240d-4458-a683-1fe648351200"}]}]}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': 'af886522-f1bf-4864-9bd8-7514fade189a', 'vnf_lcm_op_occ_id': 'a9c36d21-21aa-4692-8922-7999bbcae08c', 'add_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351281', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351282', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}], 'remove_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa0'}, {'resource_definition_id': 'c91e0e86-e555-71fc-0f6b-e3d2945f2fd6'}, {'resource_definition_id': '5d84a03c-07e9-4978-b0cd-6450482189b7'}], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'af886522-f1bf-4864-9bd8-7514fade189a', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/af886522-f1bf-4864-9bd8-7514fade189a'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c COMPLETED DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'RESULT', 'operationState': 'COMPLETED', 'vnfInstanceId': 'af886522-f1bf-4864-9bd8-7514fade189a', 'operation': 'HEAL', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/af886522-f1bf-4864-9bd8-7514fade189a'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}, 'changedExtConnectivity': []}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["HEAL"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_grant_1 [0.489424s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "58f3d994-a07a-45bd-9d19-e8a5c94a7ab2", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "HEAL", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/58f3d994-a07a-45bd-9d19-e8a5c94a7ab2"}}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_grant_exception [0.071662s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "11b30aa0-8b54-4da6-8575-17c6ca92156b", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "HEAL", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/11b30aa0-8b54-4da6-8575-17c6ca92156b"}}}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '11b30aa0-8b54-4da6-8575-17c6ca92156b', 'vnf_lcm_op_occ_id': 'a9c36d21-21aa-4692-8922-7999bbcae08c', 'add_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351281', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_heal_vnf_instance_grant_resource_exception [0.073825s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_init_csar_files [0.053967s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_init_csar_files_exception [0.055381s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_init_host [0.055791s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "36f04439-8bef-4991-a654-aea7ab004fb9", "vnfLcmOpOccId": "2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "test", "operation": "INSTANTIATE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/36f04439-8bef-4991-a654-aea7ab004fb9"}}, "addResources": [{"id": "c7fb0985-9a9f-4312-8c5e-055e762aa8a5", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "d3ad0d72-03eb-40ec-b806-b0e660dd9afa", "type": "VL", "resourceTemplateId": "VL3"}, {"id": "543961d4-8c3d-44d9-9ab8-3a7d0215b457", "type": "LINKPORT", "resourceTemplateId": "CP1", "vduId": "VDU1"}, {"id": "2f3304f6-0e63-4786-8897-abdf139df057", "type": "STORAGE", "resourceTemplateId": "VB1", "vduId": "VDU1"}], "placementConstraints": [{"affinityOrAntiAffinity": "ANTI_AFFINITY", "scope": "ZONE", "fallbackBestEffort": true, "resource": [{"idType": "GRANT", "resourceId": "c7fb0985-9a9f-4312-8c5e-055e762aa8a5"}]}]}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '36f04439-8bef-4991-a654-aea7ab004fb9', 'vnf_lcm_op_occ_id': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', 'add_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa0', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa1', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_grant [0.074162s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_grant_req_with_affinity [0.074766s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'de503a36-3129-4002-b16e-b3158dc20fc5', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/de503a36-3129-4002-b16e-b3158dc20fc5'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': 'de503a36-3129-4002-b16e-b3158dc20fc5', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/de503a36-3129-4002-b16e-b3158dc20fc5'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance [0.088043s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_already_instantiated ... SKIPPED: Such test is no longer feasible. DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'a43dfb5f-5dd6-4067-b74b-903806775820', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/a43dfb5f-5dd6-4067-b74b-903806775820'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': 'a43dfb5f-5dd6-4067-b74b-903806775820', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/a43dfb5f-5dd6-4067-b74b-903806775820'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_error_point_notify_completed [0.076608s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '22b08966-a73f-4fbc-8fba-d16637dc1aa3', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/22b08966-a73f-4fbc-8fba-d16637dc1aa3'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': '22b08966-a73f-4fbc-8fba-d16637dc1aa3', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/22b08966-a73f-4fbc-8fba-d16637dc1aa3'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_error_point_notify_processing [0.077197s] ... ok DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'ab219767-94cc-40f7-8458-c6a81a74d578', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/ab219767-94cc-40f7-8458-c6a81a74d578'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': 'ab219767-94cc-40f7-8458-c6a81a74d578', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/ab219767-94cc-40f7-8458-c6a81a74d578'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_error_point_vnf_config_end [0.076322s] ... ok DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_failed_with_exception [0.072774s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "bd39b4ff-76ee-4e1b-9011-998b549d79cd", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "test", "operation": "INSTANTIATE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/bd39b4ff-76ee-4e1b-9011-998b549d79cd"}}, "addResources": [{"id": "edc78be2-1445-49c3-a02c-8732e9767965", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "4d43fd45-450f-4776-89ba-06bce0c56e34", "type": "VL", "resourceTemplateId": "VL3"}, {"id": "33606a64-c4dd-4bd0-956f-820d8152645d", "type": "LINKPORT", "resourceTemplateId": "CP1", "vduId": "VDU1"}, {"id": "fa12c6bc-4b65-4d49-acfd-b85dcf220e13", "type": "STORAGE", "resourceTemplateId": "VB1", "vduId": "VDU1"}]}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': 'bd39b4ff-76ee-4e1b-9011-998b549d79cd', 'vnf_lcm_op_occ_id': 'a9c36d21-21aa-4692-8922-7999bbcae08c', 'add_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa0', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa1', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'bd39b4ff-76ee-4e1b-9011-998b549d79cd', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/bd39b4ff-76ee-4e1b-9011-998b549d79cd'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Error in updating tables VNF eb84260e-5ff7-4332-b032-50a14d6c1123 not found DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 2076, in instantiate DEBUG: self._update_vnf_attributes(context, vnf_instance, vnf_dict, DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 777, in _update_vnf_attributes DEBUG: with excutils.save_and_reraise_exception(): DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 742, in _update_vnf_attributes DEBUG: raise exceptions.VnfInstanceNotFound( DEBUG: tacker.common.exceptions.VnfInstanceNotFound: VNF eb84260e-5ff7-4332-b032-50a14d6c1123 not found DEBUG: Exception occured in instantiation for vnf instance bd39b4ff-76ee-4e1b-9011-998b549d79cd. Error: VNF eb84260e-5ff7-4332-b032-50a14d6c1123 not found DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c FAILED_TEMP DEBUG: Error in getting resources for op id - a9c36d21-21aa-4692-8922-7999bbcae08c. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'FAILED_TEMP', 'vnfInstanceId': 'bd39b4ff-76ee-4e1b-9011-998b549d79cd', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/bd39b4ff-76ee-4e1b-9011-998b549d79cd'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 2076, in instantiate DEBUG: self._update_vnf_attributes(context, vnf_instance, vnf_dict, DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 777, in _update_vnf_attributes DEBUG: with excutils.save_and_reraise_exception(): DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 742, in _update_vnf_attributes DEBUG: raise exceptions.VnfInstanceNotFound( DEBUG: tacker.common.exceptions.VnfInstanceNotFound: VNF eb84260e-5ff7-4332-b032-50a14d6c1123 not found DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_grant [0.080368s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "b2f1ee74-3f87-4313-ab5c-4dd8e5025fb6", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "test", "operation": "INSTANTIATE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/b2f1ee74-3f87-4313-ab5c-4dd8e5025fb6"}}, "addResources": [{"id": "27f847ab-4bda-4c8e-83e0-682d97cf22aa", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "0e6515d2-f475-4df6-9709-9f19168495bc", "type": "VL", "resourceTemplateId": "VL3"}, {"id": "24010931-9530-4206-a9b4-4a21a32958b5", "type": "LINKPORT", "resourceTemplateId": "CP1", "vduId": "VDU1"}, {"id": "920e1bed-ebfd-4d56-abd7-a74ef6af4b43", "type": "STORAGE", "resourceTemplateId": "VB1", "vduId": "VDU1"}]}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_grant_exception [0.078190s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "27da69fd-4f7e-4c4b-9d9f-eea1f1bd78f4", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "test", "operation": "INSTANTIATE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/27da69fd-4f7e-4c4b-9d9f-eea1f1bd78f4"}}}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '27da69fd-4f7e-4c4b-9d9f-eea1f1bd78f4', 'vnf_lcm_op_occ_id': 'a9c36d21-21aa-4692-8922-7999bbcae08c', 'add_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa0', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_grant_resource_exception [0.071374s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '76a71c06-20a6-4aae-9802-7d7c1a34ddc1', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/76a71c06-20a6-4aae-9802-7d7c1a34ddc1'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': '76a71c06-20a6-4aae-9802-7d7c1a34ddc1', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/76a71c06-20a6-4aae-9802-7d7c1a34ddc1'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_with_vim_id_update [0.071728s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_with_vnf_package_in_use ... SKIPPED: Such test is no longer feasible. DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '08998c35-5036-41dc-887f-654e2f446eb2', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/08998c35-5036-41dc-887f-654e2f446eb2'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: Error in getting resources for op id - 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'COMPLETED', 'vnfInstanceId': '08998c35-5036-41dc-887f-654e2f446eb2', 'operation': 'INSTANTIATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/08998c35-5036-41dc-887f-654e2f446eb2'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["INSTANTIATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_without_vim_connection_info [0.071208s] ... ok DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 PROCESSING DEBUG: Update vnf lcm 2f07c799-f760-4ac3-bd6a-5e11f3b8d2e1 COMPLETED DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_instantiate_vnf_instance_without_virtual_storage [0.079228s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_lcm_notification_exception_in_exception [0.088223s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_load_csar_data [0.063767s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_load_csar_data_downloading_not_completed [0.064833s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_load_csar_data_with_onboarding_state_created [0.063802s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_onboard_vnf_package_through_upload_vnf_package_content [0.065855s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_revert_upload_vnf_package_in_load_csar_data [0.064459s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_run_cleanup_vnf_packages [0.109659s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "8c1a47bf-2603-4f8d-ba05-b2eafe88e272", "vnfLcmOpOccId": "00e1314d-2a82-40bd-b318-cc881243843d", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "SCALE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/00e1314d-2a82-40bd-b318-cc881243843d"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272"}}, "addResources": [{"id": "2c6e5cc7-240d-4458-a683-1fe648351280", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "LINKPORT", "resourceTemplateId": "PORT1", "vduId": "VDU1"}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "STORAGE", "resourceTemplateId": "ST1", "vduId": "VDU1"}]}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_scale_grants_exception [0.071932s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "8c1a47bf-2603-4f8d-ba05-b2eafe88e272", "vnfLcmOpOccId": "00e1314d-2a82-40bd-b318-cc881243842d", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "SCALE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/00e1314d-2a82-40bd-b318-cc881243842d"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272"}}, "addResources": [{"id": "2c6e5cc7-240d-4458-a683-1fe648351280", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "LINKPORT", "resourceTemplateId": "PORT1", "vduId": "VDU1"}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "STORAGE", "resourceTemplateId": "ST1", "vduId": "VDU1"}], "placementConstraints": [{"affinityOrAntiAffinity": "ANTI_AFFINITY", "scope": "ZONE", "fallbackBestEffort": true, "resource": [{"idType": "RES_MGMT", "resourceId": "2c6e5cc7-240d-4458-a683-1fe648351200", "vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78"}, {"idType": "GRANT", "resourceId": "2c6e5cc7-240d-4458-a683-1fe648351280"}]}]}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'vnf_lcm_op_occ_id': 'f26f181d-7891-4720-b022-b074ec1733ef', 'add_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}], 'vim_assets': {'compute_resource_flavours': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_virtual_compute_desc_id': 'CDU1', 'vim_flavour_id': 'm1.tiny'}], 'software_images': [{'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'vnfd_software_image_id': 'VDU1', 'vim_software_image_id': 'cirros'}]}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_scale_grants_out [0.067263s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "8c1a47bf-2603-4f8d-ba05-b2eafe88e272", "vnfLcmOpOccId": "00e1314d-2a82-40bd-b318-cc881243843d", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "SCALE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/00e1314d-2a82-40bd-b318-cc881243843d"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272"}}, "addResources": [{"id": "2c6e5cc7-240d-4458-a683-1fe648351280", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1"}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "LINKPORT", "resourceTemplateId": "PORT1", "vduId": "VDU1"}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "STORAGE", "resourceTemplateId": "ST1", "vduId": "VDU1"}]}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'vnf_lcm_op_occ_id': 'f26f181d-7891-4720-b022-b074ec1733ef'}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_scale_grants_out_resource_exception [0.082500s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_scale_in [0.061612s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "8c1a47bf-2603-4f8d-ba05-b2eafe88e272", "vnfLcmOpOccId": "f26f181d-7891-4720-b022-b074ec1733ef", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "SCALE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/f26f181d-7891-4720-b022-b074ec1733ef"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272"}}, "removeResources": [{"id": "2c6e5cc7-240d-4458-a683-1fe648351280", "type": "COMPUTE", "resourceTemplateId": "VDU1", "vduId": "VDU1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce2", "vimLevelResourceType": null}}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "LINKPORT", "resourceTemplateId": "PORT1", "vduId": "VDU1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce3", "vimLevelResourceType": null}}, {"id": "faf14707-da7c-4eec-be99-8099fa1e9fa9", "type": "STORAGE", "resourceTemplateId": "ST1", "vduId": "VDU1", "resource": {"vimConnectionId": "244795a5-0d23-4ee3-bacb-2ff980e32a78", "resourceId": "6e1c286d-c023-4b34-8369-831c6e84cce4", "vimLevelResourceType": null}}]}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'vnf_lcm_op_occ_id': 'f26f181d-7891-4720-b022-b074ec1733ef', 'remove_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}, {'resource_definition_id': 'faf14707-da7c-4eec-be99-8099fa1e9fa9', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}]}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_scale_in_grants [0.061540s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationTypes': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: Internal Sever Error[MockException] DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1865, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: return self._mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: return self._execute_mock_call(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/unittest/mock.py", line 1198, in _execute_mock_call DEBUG: raise effect DEBUG: Exception: MockException DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_internal_server_error [0.059192s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfLcmOperationOccurrenceNotification'}] DEBUG: Can not find vnf instance for notification: DEBUG: vnf_lcm_subscription not found id[8c1a47bf-2603-4f8d-ba05-b2eafe88e272] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_not_found_subscription [0.059441s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: Notification failed id[2b89b3bb-82e3-4c40-b262-ab3d3feb8518] status[400] callback_uri[b'https://localhost/callback'] DEBUG: Notification failed id[2b89b3bb-82e3-4c40-b262-ab3d3feb8518] status[400] callback_uri[b'https://localhost/callback'] DEBUG: Notification failed id[2b89b3bb-82e3-4c40-b262-ab3d3feb8518] status[400] callback_uri[b'https://localhost/callback'] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_retry_notification [0.058653s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: send error[MockException] DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1906, in send_notification DEBUG: response = auth_client.post( DEBUG: ^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 637, in post DEBUG: return self.request("POST", url, data=data, json=json, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 589, in request DEBUG: resp = self.send(prep, **send_kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests_mock/mocker.py", line 185, in _fake_send DEBUG: return _original_send(session, request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 703, in send DEBUG: r = adapter.send(request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests_mock/adapter.py", line 248, in send DEBUG: resp = matcher(request) DEBUG: ^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests_mock/adapter.py", line 228, in __call__ DEBUG: return response_matcher.get_response(request) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests_mock/response.py", line 251, in get_response DEBUG: raise self._exc DEBUG: requests.exceptions.HTTPError: MockException DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_send_error [0.057907s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: Notification request timed out. id[171770ac-c4b4-43fc-847a-6d361b07cd30] callback_uri[b'https://localhost/callback'] reason[] DEBUG: Notification request timed out. id[171770ac-c4b4-43fc-847a-6d361b07cd30] callback_uri[b'https://localhost/callback'] reason[] DEBUG: Notification request timed out. id[171770ac-c4b4-43fc-847a-6d361b07cd30] callback_uri[b'https://localhost/callback'] reason[] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_timeout [0.060007s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_vnf_identifier_creation [0.058657s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfLcmOperationOccurrenceNotification', 'operationTypes': 'SCALE', 'operationStates': 'RESULT', '_links': {}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_vnf_lcm_operation_occurrence [0.059483s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_with_auth_basic [0.058170s] ... ok DEBUG: send_notification start notification[{'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationType': 'VnfIdentifierCreationNotification', 'links': {}}] DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_send_notification_with_auth_client_credentials [0.060198s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_sync_db [0.055035s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance [0.065362s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_already_not_instantiated ... SKIPPED: Such test is no longer feasible. DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_error_point_internal_processing [0.066141s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_error_point_notify_completed [0.065066s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_error_point_notify_processing [0.066320s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_exception [0.064283s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_failed_to_update_usage_state ... SKIPPED: Such test is no longer feasible. DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': 'e30dd9d1-3e64-44ba-80ca-c2a2cacd9052', 'operation': 'TERMINATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/e30dd9d1-3e64-44ba-80ca-c2a2cacd9052'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Loading Plugin: nfvo DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: Loading Plugin: vnfm DEBUG: Loading Plugin: commonservices DEBUG: Fail to get default vim due to No row was found when one was required DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c FAILED_TEMP DEBUG: Error in getting resources for op id - a9c36d21-21aa-4692-8922-7999bbcae08c. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'FAILED_TEMP', 'vnfInstanceId': 'e30dd9d1-3e64-44ba-80ca-c2a2cacd9052', 'operation': 'TERMINATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/e30dd9d1-3e64-44ba-80ca-c2a2cacd9052'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/vnfm/vim_client.py", line 47, in get_vim DEBUG: vim_info = nfvo_plugin.get_default_vim(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/db/nfvo/nfvo_db_plugin.py", line 195, in get_default_vim DEBUG: vim_db = self._get_default_vim(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/db/nfvo/nfvo_db_plugin.py", line 192, in _get_default_vim DEBUG: nfvo_db.Vim.is_default == sql.true()).one() DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/query.py", line 2777, in one DEBUG: return self._iter().one() # type: ignore DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/result.py", line 1810, in one DEBUG: return self._only_one_row( DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row DEBUG: raise exc.NoResultFound( DEBUG: sqlalchemy.exc.NoResultFound: No row was found when one was required DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 2167, in terminate DEBUG: default_vim = vnflcm_utils._get_vim(context, None) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/vnflcm/utils.py", line 61, in _get_vim DEBUG: vim_res = vim_client_obj.get_vim( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/vnfm/vim_client.py", line 50, in get_vim DEBUG: raise nfvo.VimDefaultNotDefined() DEBUG: tacker.extensions.nfvo.VimDefaultNotDefined: Default VIM is not defined. DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_grant [0.079060s] ... ok DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c PROCESSING DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '89e5eb28-7ba0-464b-94e3-47790ab601e5', 'operation': 'TERMINATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/89e5eb28-7ba0-464b-94e3-47790ab601e5'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: Loading Plugin: nfvo DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: Loading Plugin: vnfm DEBUG: Loading Plugin: commonservices DEBUG: Fail to get default vim due to No row was found when one was required DEBUG: Update vnf lcm a9c36d21-21aa-4692-8922-7999bbcae08c FAILED_TEMP DEBUG: Error in getting resources for op id - a9c36d21-21aa-4692-8922-7999bbcae08c. Details: 'affectedVnfcs' DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'FAILED_TEMP', 'vnfInstanceId': '89e5eb28-7ba0-464b-94e3-47790ab601e5', 'operation': 'TERMINATE', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': 'a9c36d21-21aa-4692-8922-7999bbcae08c', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/89e5eb28-7ba0-464b-94e3-47790ab601e5'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/vnfm/vim_client.py", line 47, in get_vim DEBUG: vim_info = nfvo_plugin.get_default_vim(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/db/nfvo/nfvo_db_plugin.py", line 195, in get_default_vim DEBUG: vim_db = self._get_default_vim(context) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/db/nfvo/nfvo_db_plugin.py", line 192, in _get_default_vim DEBUG: nfvo_db.Vim.is_default == sql.true()).one() DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/query.py", line 2777, in one DEBUG: return self._iter().one() # type: ignore DEBUG: ^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/result.py", line 1810, in one DEBUG: return self._only_one_row( DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/result.py", line 752, in _only_one_row DEBUG: raise exc.NoResultFound( DEBUG: sqlalchemy.exc.NoResultFound: No row was found when one was required DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 2167, in terminate DEBUG: default_vim = vnflcm_utils._get_vim(context, None) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/vnflcm/utils.py", line 61, in _get_vim DEBUG: vim_res = vim_client_obj.get_vim( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/vnfm/vim_client.py", line 50, in get_vim DEBUG: raise nfvo.VimDefaultNotDefined() DEBUG: tacker.extensions.nfvo.VimDefaultNotDefined: Default VIM is not defined. DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_grant_1 [0.084208s] ... ok DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["TERMINATE"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_grant_and_vnf_instance_update_exception [0.070926s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "edd4f7cc-204a-444d-999b-d04c37bb50ed", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "TERMINATE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/edd4f7cc-204a-444d-999b-d04c37bb50ed"}}}] DEBUG: Failed to revert task state for vnf instance edd4f7cc-204a-444d-999b-d04c37bb50ed. Error: test_ex DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_grant_exception [0.071539s] ... ok DEBUG: grant start grant_request[{"vnfInstanceId": "c970130d-f30d-4dac-b5cd-5a9cbf7d304e", "vnfLcmOpOccId": "a9c36d21-21aa-4692-8922-7999bbcae08c", "vnfdId": "3314285a-ea76-4abc-a182-9cad32c3107a", "flavourId": "simple", "operation": "TERMINATE", "isAutomaticInvocation": false, "_links": {"vnfLcmOpOcc": {"href": "http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/a9c36d21-21aa-4692-8922-7999bbcae08c"}, "vnfInstance": {"href": "http://localhost:9890//vnflcm/v1/vnf_instances/c970130d-f30d-4dac-b5cd-5a9cbf7d304e"}}}] DEBUG: grant end res_body[{'id': 'c213e465-8220-487e-9464-f79104e81e96', 'vnf_instance_id': 'c970130d-f30d-4dac-b5cd-5a9cbf7d304e', 'vnf_lcm_op_occ_id': 'a9c36d21-21aa-4692-8922-7999bbcae08c', 'remove_resources': [{'resource_definition_id': '2c6e5cc7-240d-4458-a683-1fe648351280', 'vim_connection_id': '244795a5-0d23-4ee3-bacb-2ff980e32a78', 'zone_id': '5e4da3c3-4a55-412a-b624-843921f8b51d'}]}] DEBUG: Failed to revert task state for vnf instance c970130d-f30d-4dac-b5cd-5a9cbf7d304e. Error: test_ex DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_grant_resource_exception [0.071686s] ... ok DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_with_usage_state_already_in_use ... SKIPPED: Such test is no longer feasible. DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_terminate_vnf_instance_with_usage_state_not_in_use ... SKIPPED: Such test is no longer feasible. DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'RESULT', 'operationState': 'COMPLETED', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}, 'changed_info': {'vnf_instance_name': 'new_instance_name', 'vnf_instance_description': 'new_instance_discription', 'metadata': {'key': 'value'}, 'vnf_provider': 'test vnf provider', 'vnf_product_name': 'Sample VNF', 'vnf_software_version': '1.0', 'vnfd_version': '1.0'}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_update [0.063945s] ... ok DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'RESULT', 'operationState': 'COMPLETED', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}, 'changed_info': {'vnf_instance_name': 'new_instance_name', 'vnf_instance_description': 'new_instance_discription', 'metadata': {'key': 'value'}, 'vnf_provider': 'test vnf provider', 'vnf_product_name': 'Sample VNF', 'vnf_software_version': '1.0', 'vnfd_version': '1.0'}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_update_lcm_with_vnf_pkg_id [0.065861s] ... ok DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'RESULT', 'operationState': 'COMPLETED', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}, 'changed_info': {'vnf_instance_name': 'new_instance_name', 'metadata': {'key': 'value'}, 'vnf_provider': 'test vnf provider', 'vnf_product_name': 'Sample VNF', 'vnf_software_version': '1.0', 'vnfd_version': '1.0'}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_update_lcm_without_vnf_instance_description [0.069313s] ... ok DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'START', 'operationState': 'PROCESSING', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_update_lcm_without_vnf_instance_name [0.068321s] ... ok DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: send_notification start notification[{'notificationType': 'VnfLcmOperationOccurrenceNotification', 'notificationStatus': 'RESULT', 'operationState': 'COMPLETED', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'operation': 'MODIFY_INFO', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7', '_links': {'vnfInstance': {'href': 'http://localhost:9890/vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890/vnflcm/v1/vnf_lcm_op_occs/29a7ca1d-0798-4eb0-b6a7-0690ca5b23e7'}}, 'changed_info': {'vnf_instance_description': 'new_instance_discription', 'metadata': {'key': 'value'}, 'vnf_provider': 'test vnf provider', 'vnf_product_name': 'Sample VNF', 'vnf_software_version': '1.0', 'vnfd_version': '1.0'}}] DEBUG: Internal Sever Error[(sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8)] DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlite3.OperationalError: no such function: JSON_CONTAINS DEBUG: The above exception was the direct cause of the following exception: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/conductor/conductor_server.py", line 1858, in send_notification DEBUG: objects.LccnSubscriptionRequest.vnf_lcm_subscriptions_get( DEBUG: File "/usr/lib/python3.12/site-packages/oslo_versionedobjects/base.py", line 184, in wrapper DEBUG: result = fn(cls, context, *args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 568, in vnf_lcm_subscriptions_get DEBUG: return _vnf_lcm_subscriptions_get(context, DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1183, in wrapper DEBUG: return fn(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/objects/vnf_lcm_subscriptions.py", line 156, in _vnf_lcm_subscriptions_get DEBUG: result = context.session.execute(text(stmt)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2306, in execute DEBUG: return self._execute_internal( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/orm/session.py", line 2200, in _execute_internal DEBUG: result = conn.execute( DEBUG: ^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1408, in execute DEBUG: return meth( DEBUG: ^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/sql/elements.py", line 513, in _execute_on_connection DEBUG: return connection._execute_clauseelement( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1630, in _execute_clauseelement DEBUG: ret = self._execute_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1839, in _execute_context DEBUG: return self._exec_single_context( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1979, in _exec_single_context DEBUG: self._handle_dbapi_exception( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 2332, in _handle_dbapi_exception DEBUG: raise newraise.with_traceback(exc_info[2]) from e DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/base.py", line 1960, in _exec_single_context DEBUG: self.dialect.do_execute( DEBUG: File "/usr/lib64/python3.12/site-packages/sqlalchemy/engine/default.py", line 924, in do_execute DEBUG: cursor.execute(statement, parameters) DEBUG: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such function: JSON_CONTAINS DEBUG: [SQL: select t1.id,t1.callback_uri,t1.authentication, t1.tenant_id, t2.filter from vnf_lcm_subscriptions t1, (select distinct subscription_uuid,filter from vnf_lcm_filters where (notification_types_len = 0 or JSON_CONTAINS(notification_types, '["VnfLcmOperationOccurrenceNotification"]')) and (operation_types_len = 0 or JSON_CONTAINS(operation_types, '["MODIFY_INFO"]')) order by notification_types_len desc, operation_types_len desc) t2 where t1.id=t2.subscription_uuid and t1.deleted=0] DEBUG: (Background on this error at: https://sqlalche.me/e/20/e3q8) DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_upload_vnf_package_from_uri [0.065562s] ... ok DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/glance_store/store.py:54: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: error = encodeutils.exception_to_unicode(e) DEBUG: Failed to open csar URL: http://localhost/test.zip due to error: HTTP Error 401: HTTP Error 401 Unauthorized DEBUG: {0} tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_upload_vnf_package_from_uri_with_invalid_auth [0.061885s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_InvalidModelInputExceptionNotThrown [0.015434s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_create_event [0.011013s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_event_not_found [0.009974s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_get_event_by_id [0.012008s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_get_events [0.011162s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_get_events_filtered_invalid_id [0.012230s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_get_events_filtered_valid_id [0.010742s] ... ok DEBUG: {0} tacker.tests.unit.db.common_services.test_common_services_db_plugin.TestCommonServicesDbPlugin.test_get_events_valid_fields [0.012023s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_check_migration [0.009163s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_current [0.008939s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_database_sync_revision [0.010320s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_history [0.009044s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_stamp [0.010033s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_update_head_file_multiple_heads [0.007215s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_update_head_file_success [0.008032s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_upgrade [0.011029s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_validate_head_file_missing_file [0.008021s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_validate_head_file_multiple_heads [0.007685s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_validate_head_file_wrong_contents [0.008087s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration.TestCli.test_validate_head_success [0.007925s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestCliMigrateToV2.test_all_option [0.016240s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestCliMigrateToV2.test_api_ver_option [0.013642s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestCliMigrateToV2.test_keep_orig_option [0.010640s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestCliMigrateToV2.test_mark_delete_option [0.011313s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestCliMigrateToV2.test_no_option_invalid [0.008669s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestCliMigrateToV2.test_vnf_id_option [0.008952s] ... ok DEBUG: VIM id invalid or key not found for 6261579e-d6f3-49ad-8bc3-a9cb974778ff DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestDbMigrationToV2.test_create_vnf_instance_v2 [0.060645s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestDbMigrationToV2.test_create_vnf_lcm_op_occ_v2 [0.044335s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestDbMigrationToV2.test_get_all_vnfs [0.151177s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestDbMigrationToV2.test_mark_delete_v1 [0.047030s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_migration_to_v2.TestDbMigrationToV2.test_mark_delete_v2 [0.235913s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_age_negative_integer_input [0.011628s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_age_not_integer_input [0.010929s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_invalid_granularity_input [0.010276s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_purge_delete_call_events [0.011642s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_purge_delete_call_vim [0.010603s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_purge_delete_call_vnf [0.010345s] ... ok DEBUG: {0} tacker.tests.unit.db.test_db_purge_delete.TestDbPurgeDelete.test_purge_delete_call_vnfd [0.010662s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_attribute_with_valid_data [0.016207s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_get_by_id [0.013981s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_get_by_id_with_no_existing_id [0.013254s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_invalid_attribute [0.012811s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_obj_load_attr_without_context [0.017566s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_obj_load_attr_without_id_in_object [0.017833s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_artifact.TestVnfPackageArtifact.test_vnf_package_artifact_create [0.021829s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_instance.TestVnfLcm.test_destroy_vnf_instance [0.022196s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_instance.TestVnfLcm.test_vnf_instance_create [0.023502s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_instance.TestVnfLcm.test_vnf_instance_get_by_id [0.027257s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_instance.TestVnfLcm.test_vnf_instance_update [0.027801s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_add_user_defined_data [0.024261s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_destroy_vnf_package [0.027065s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_make_vnf_packages_list [0.024139s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_patch_user_data_add_key_value_and_modify_value [0.023896s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_patch_user_data_existing_key_new_value [0.015311s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_patch_user_data_existing_key_with_same_value [0.015595s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_patch_user_data_with_new_key_value [0.015200s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_vnf_package_create [0.015389s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_vnf_package_get_by_id [0.021137s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_vnf_package_list [0.018644s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package.TestVnfPackage.test_vnf_package_update [0.015371s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package_vnfd.TestVnfPackageVnfd.test_vnf_package_vnfd_create [0.016699s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_package_vnfd.TestVnfPackageVnfd.test_vnf_package_vnfd_get_by_id [0.020232s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_resource.TestVnfResource.test_destroy_vnf_resource [0.023534s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_resource.TestVnfResource.test_make_vnf_resources_list [0.019011s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_resource.TestVnfResource.test_vnf_resource_create [0.017182s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_resource.TestVnfResource.test_vnf_resource_get_by_id [0.016636s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_resource.TestVnfResource.test_vnf_resource_list [0.017419s] ... ok DEBUG: {0} tacker.tests.unit.db.test_vnf_resource.TestVnfResource.test_vnf_resource_update [0.016950s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_InvalidModelInputExceptionNotThrown [0.010671s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_create_event [0.009819s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_event_not_found [0.009921s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_get_event_by_id [0.010628s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_get_events [0.010592s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_get_events_filtered_invalid_id [0.010668s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_get_events_filtered_valid_id [0.011071s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_common_services.TestCommonServicesPlugin.test_get_events_valid_fields [0.011617s] ... ok DEBUG: {0} tacker.tests.unit.extensions.test_extension_extended_attribute.ExtensionExtendedAttributeTestCase.test_ext_test_resource_create ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.extensions.test_extension_extended_attribute.ExtensionExtendedAttributeTestCase.test_ext_test_resource_get ... SKIPPED: Not ready yet DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /builddir/build/BUILD/tacker-13.1.0.dev4/tacker/glance_store/store.py:54: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: error = encodeutils.exception_to_unicode(e) DEBUG: Failed to open csar URL: http://welcome.com/test.zip due to error: HTTP Error 401: HTTP Error 401 Unauthorized DEBUG: {0} tacker.tests.unit.glance_store.test_store.StoreBaseTest.test_get_csar_data_iter_unauthorised [0.009265s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.glance_store.test_store.StoreBaseTest.test_get_csar_data_iter_with_username_password [0.008517s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.glance_store.test_store.StoreBaseTest.test_get_csar_data_iter_without_username_password [0.012332s] ... ok DEBUG: Calculated Secrets uuid ref: secrets/True DEBUG: Calculated Secrets uuid ref: secrets/True DEBUG: {0} tacker.tests.unit.keymgr.test_barbican_key_manager.TestBarbicanKeyManager.test_delete_ext_oauth2_auth [0.013524s] ... ok DEBUG: {0} tacker.tests.unit.keymgr.test_barbican_key_manager.TestBarbicanKeyManager.test_get_ext_oauth2_auth [0.009097s] ... ok DEBUG: Error creating Barbican client: The value is required for option barbican_endpoint in group [key_manager] DEBUG: {0} tacker.tests.unit.keymgr.test_barbican_key_manager.TestBarbicanKeyManager.test_get_ext_oauth2_auth_no_endpoint [0.008275s] ... ok DEBUG: {0} tacker.tests.unit.keymgr.test_barbican_key_manager.TestBarbicanKeyManager.test_store_ext_oauth2_auth [0.009559s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_deregister_vim_barbican [0.008749s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_deregister_vim_barbican_ext_oauth2_auth [0.009550s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_encode_vim_auth_barbican [0.008255s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_encode_vim_auth_barbican_ext_oauth2_auth [0.009233s] ... ok DEBUG: DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_register_k8sclient [0.009550s] ... ok DEBUG: DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_register_vim_with_use_helm_parameter [0.009025s] ... ok DEBUG: If you want to register kubernetes vim with helm, please set ssl_ca_cert. DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_kubernetes_driver.TestKubernetes_Driver.test_register_vim_with_use_helm_parameter_and_not_set_ssl_ca_cert [0.007744s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_deregister_vim [0.008501s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_deregister_vim_barbican [0.008675s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_deregister_vim_barbican_ext_oauth2_auth [0.008503s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_encode_vim_auth_barbican [0.008206s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_encode_vim_auth_barbican_ext_oauth2_auth [0.008109s] ... ok DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_register_keystone_v3 [0.008838s] ... ok DEBUG: Authorization failed for user DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_register_vim_invalid_auth [0.008690s] ... ok DEBUG: Authorization failed for user DEBUG: {0} tacker.tests.unit.nfvo.drivers.vim.test_openstack_driver.TestOpenstack_Driver.test_register_vim_missing_auth [0.008125s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_create_vim [0.014499s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_create_vim_k8s_oidc [0.012611s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_create_vim_k8s_token [0.011701s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_delete_vim [0.016540s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_update_vim [0.017824s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_update_vim_barbican [0.018293s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_update_vim_oidc_to_token [0.017697s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_update_vim_token_to_oidc [0.017440s] ... ok DEBUG: [fernet_tokens] key_repository does not appear to exist; attempting to create it DEBUG: Failed to create [fernet_tokens] key_repository: either it already exists or you don't have sufficient permissions to create it DEBUG: {0} tacker.tests.unit.nfvo.test_nfvo_plugin.TestNfvoPlugin.test_update_vim_userpass_to_oidc [0.017723s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_change_ext_conn_req.ChangeExtConnRequestTestCase.test_obj_from_primitive [0.008351s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_fields.TestListOfObjects.test_list_of_obj [0.007398s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_fields.TestListOfStrings.test_list_of_string [0.007421s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_fields.TestString.test_stringify [0.007209s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_grant.GrantTestCase.test_obj_from_primitive [0.008499s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_instantiate_vnf_req.InstantiateVnfRequestTestCase.test_from_vnf_instance_with_ext_vl_and_ext_managed_vl [0.009244s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_instantiate_vnf_req.InstantiateVnfRequestTestCase.test_from_vnf_instance_with_flavour [0.007646s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_instantiate_vnf_req.InstantiateVnfRequestTestCase.test_from_vnf_instance_with_flavour_and_instantiation_level [0.007618s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_terminate_vnf_request.TestTerminateVnfRequest.test_obj_from_primitive [0.009484s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_terminate_vnf_request.TestTerminateVnfRequest.test_obj_from_primitive_without_timeout [0.009374s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vim_connection.TestVnfResource.test_obj_from_primitive_and_object_to_dict [0.009665s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_attribute_with_valid_data [0.014761s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_create [0.013315s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_create_with_id [0.012413s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_create_with_software_images [0.013035s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_destroy [0.018231s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_destroy_without_id [0.014948s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_get_by_id [0.013418s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_get_by_id_with_no_existing_id [0.013511s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_get_by_id_with_software_images [0.028001s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_invalid_attribute [0.014043s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_obj_load_attr_without_context [0.012540s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_deployment_flavour.TestVnfDeploymentFlavour.test_obj_load_attr_without_id_in_object [0.013251s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_create [0.014866s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_create_failure_with_id [0.013217s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_destroy [0.014773s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_destroy_failure_without_id [0.012821s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_get_all [0.018382s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_get_by_id [0.015556s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_get_by_id_non_existing_vnf_instance [0.013318s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_save [0.014807s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_save_error [0.013884s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_update [0.020698s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_update_metadata_key_is_none [0.019892s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_update_metadata_not_dict [0.019634s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_update_vim_connection_info_change_element [0.021871s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_update_vim_connection_info_no_change_existing_id [0.023512s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instance.TestVnfInstance.test_vnf_instance_list_get_by_filters [0.019442s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_ext_link_port_info_obj_from_primitive_and_obj_to_dict [0.015432s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_ext_mng_virt_link_obj_from_primitive_and_obj_to_dict [0.014875s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_ext_virt_link_info_obj_from_primitive_and_obj_to_dict [0.014879s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_instantiated_info_obj_from_primitive_and_obj_to_dict [0.015107s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_resource_handle_obj_from_primitive_and_object_to_dict [0.016468s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_save [0.020411s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_virt_strg_res_info_obj_from_primitive_and_obj_to_dict [0.015256s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_vnf_ext_cp_info_obj_from_primitive_and_obj_to_dict [0.014845s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_vnfc_cp_info_obj_from_primitive_and_obj_to_dict [0.014594s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_instantiated_info.TestInstantiatedVnfInfo.test_vnfc_resource_info_obj_from_primitive_and_obj_to_dict [0.014907s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_op_occs.TestVnfLcmOpOcc.test_create [0.017676s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_op_occs.TestVnfLcmOpOcc.test_save [0.019560s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_create_1 [0.016000s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_create_2 [0.015072s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_destroy [0.014780s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_destroy_for_invalid_tenant_id [0.015008s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_get [0.014674s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_list [0.014245s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_show [0.014110s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_lcm_subscriptions.TestVnfLcmSubScriptions.test_show_for_invalid_tenant_id [0.014394s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_attribute_with_valid_data [0.012557s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_create [0.013099s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_create_ignore_flavours [0.012672s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_create_with_id [0.013401s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_create_without_user_define_data [0.012652s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_destroy [0.011103s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_destroy_without_id [0.010857s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_get_all [0.011811s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_get_by_id [0.018608s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_get_by_id_with_flavours [0.013140s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_get_by_id_with_no_existing_id [0.011841s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_get_by_id_without_flavours [0.012775s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_invalid_attribute [0.010897s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_obj_load_attr_without_context [0.010784s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_obj_load_attr_without_id_in_object [0.011220s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_obj_make_compatible [0.010961s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_save [0.012216s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_save_error [0.011346s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package.TestVnfPackage.test_vnf_package_list_by_filter [0.013319s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_create [0.011473s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_create_with_id [0.011426s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_get_by_id [0.012101s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_get_by_package_id [0.012745s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_get_by_vnfd_id [0.012160s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_get_vnf_package_vnfd [0.013522s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_package_vnfd.TestVnfPackageVnfd.test_get_vnf_package_vnfd_by_vnfid [0.011996s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_create [0.015316s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_create_with_id [0.014395s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_destroy [0.015668s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_destroy_failure_without_id [0.014686s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_get_by_vnf_instance_id [0.015593s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_save [0.014914s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_resource.TestVnfResource.test_save_error [0.016575s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_attribute_with_valid_data [0.014470s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_create [0.014628s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_get_by_id [0.014822s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_get_by_id_with_no_existing_id [0.014437s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_invalid_attribute [0.013260s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_obj_load_attr_without_context [0.013484s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_obj_load_attr_without_id_in_object [0.012984s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnf_software_images.TestVnfSoftwareImages.test_software_image_create_with_id [0.013191s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd.TestVnfd.test_check_vnfd_attribute [0.011346s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd.TestVnfd.test_delete [0.010503s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd.TestVnfd.test_destroy [0.010178s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd.TestVnfd.test_obj_from_db_obj [0.009275s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd_attribute.TestVnfdAttribute.test_check_vnfd_attribute [0.011028s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd_attribute.TestVnfdAttribute.test_create [0.009838s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd_attribute.TestVnfdAttribute.test_delete [0.010808s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd_attribute.TestVnfdAttribute.test_destroy [0.011454s] ... ok DEBUG: {0} tacker.tests.unit.objects.test_vnfd_attribute.TestVnfdAttribute.test_obj_from_db_obj [0.009444s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_member DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_cancel_vnf [0.024960s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_change_ext_conn_vnf [0.029970s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:create failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:create failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:create failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_create_vnf [0.028625s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_delete_vnf [0.022529s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_member DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_fail_vnf [0.016997s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_heal_vnf [0.026927s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:index failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_index_vnf [0.015707s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_instantiate_vnf [0.027379s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:list_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_list_lcm_op_occs [0.014548s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_retry_vnf [0.020956s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_member DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_rollback_vnf [0.015261s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_member DEBUG: NOT SCALE VNF DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_scale_vnf [0.061137s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_show_lcm_op_occs [0.016462s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_show_vnf [0.015036s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_terminate_vnf [0.027105s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsPolicyTest.test_update_vnf [0.016344s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_member DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_cancel_vnf [0.027210s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_change_ext_conn_vnf [0.037153s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:create failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:create failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:create failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_create_vnf [0.031069s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_delete_vnf [0.022517s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_member DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_fail_vnf [0.018518s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_heal_vnf [0.031039s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:index failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_index_vnf [0.016488s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_instantiate_vnf [0.031709s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:list_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_list_lcm_op_occs [0.015049s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_retry_vnf [0.021989s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_member DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_rollback_vnf [0.016323s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_member DEBUG: NOT SCALE VNF DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_scale_vnf [0.087112s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_show_lcm_op_occs [0.018053s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_show_vnf [0.015654s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_terminate_vnf [0.030745s] ... ok DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMNewDefaultsWithScopePolicyTest.test_update_vnf [0.017264s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_member DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_reader DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_foo DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_cancel_vnf [0.026432s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_change_ext_conn_vnf [0.027474s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_create_vnf [0.026001s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_delete_vnf [0.021484s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_member DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_reader DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_foo DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_fail_vnf [0.015746s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_heal_vnf [0.026593s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_index_vnf [0.013687s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_instantiate_vnf [0.025498s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_list_lcm_op_occs [0.012509s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_retry_vnf [0.019257s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_member DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_reader DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_foo DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_rollback_vnf [0.013875s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_member DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_reader DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_foo DEBUG: NOT SCALE VNF DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_scale_vnf [0.059399s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_show_lcm_op_occs [0.015231s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_show_vnf [0.013711s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_terminate_vnf [0.025586s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMPolicyTest.test_update_vnf [0.014935s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_member DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_reader DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing authorized user: project_foo DEBUG: Cancel operation in state FAILED_TEMP is not allowed DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:cancel failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_cancel_vnf [0.025719s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:change_ext_conn failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_change_ext_conn_vnf [0.034116s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_create_vnf [0.030353s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_delete_vnf [0.021377s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_member DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_reader DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing authorized user: project_foo DEBUG: Transitions to FAIL from state FAILED is not allowed DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:fail failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_fail_vnf [0.017227s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:heal failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_heal_vnf [0.029759s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_index_vnf [0.014379s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:instantiate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_instantiate_vnf [0.030111s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_list_lcm_op_occs [0.013470s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:retry failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_retry_vnf [0.021744s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_admin DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_member DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_reader DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing authorized user: project_foo DEBUG: OperationState IS NOT FAILED_TEMP DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:rollback failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_rollback_vnf [0.015512s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_admin DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_member DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_reader DEBUG: NOT SCALE VNF DEBUG: Testing authorized user: project_foo DEBUG: NOT SCALE VNF DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:scale failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_scale_vnf [0.086297s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show_lcm_op_occs failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_show_lcm_op_occs [0.016294s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_show_vnf [0.013833s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:terminate failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_terminate_vnf [0.029902s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_instances:update_vnf failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_lcm.VNFLCMScopeTypePolicyTest.test_update_vnf [0.015732s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:create failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:create failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:create failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_create_vnf_package [0.022037s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_delete_vnf_package [0.020549s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_fetch_package_content_vnf_package [0.016666s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_fetch_vnf_package_artifacts [0.015745s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_get_vnf_package_vnfd [0.352921s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:index failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_index_vnf_package [0.021543s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_patch_vnf_package [0.024161s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_show_vnf_package [0.016052s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_upload_vnf_package_content_package [0.015978s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsPolicyTest.test_upload_vnf_package_from_uri [0.023941s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:create failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:create failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:create failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_create_vnf_package [0.027416s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_delete_vnf_package [0.020928s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_fetch_package_content_vnf_package [0.016971s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_fetch_vnf_package_artifacts [0.016652s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_get_vnf_package_vnfd [0.156480s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:index failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_index_vnf_package [0.026178s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_patch_vnf_package [0.029423s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_show_vnf_package [0.017740s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: project_reader DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: project_foo DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_upload_vnf_package_content_package [0.017425s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'project_reader', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'project_foo', 'project_id': 'f5cb6921-69d1-40a3-a6b1-952a9e6f002e', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['foo'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageNewDefaultsWithScopePolicyTest.test_upload_vnf_package_from_uri [0.030072s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_create_vnf_package [0.021067s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_delete_vnf_package [0.021174s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_fetch_package_content_vnf_package [0.014400s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_fetch_vnf_package_artifacts [0.014372s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_get_vnf_package_vnfd [0.157069s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_index_vnf_package [0.020338s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_patch_vnf_package [0.024038s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_show_vnf_package [0.014346s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_upload_vnf_package_content_package [0.015255s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackagePolicyTest.test_upload_vnf_package_from_uri [0.022284s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_create_vnf_package [0.027056s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_delete_vnf_package [0.023908s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_fetch_package_content_vnf_package [0.014840s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_fetch_vnf_package_artifacts [0.014750s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_get_vnf_package_vnfd [0.159802s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing authorized user: other_project_member DEBUG: Testing authorized user: other_project_member DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_index_vnf_package [0.024623s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_patch_vnf_package [0.028604s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_show_vnf_package [0.014822s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Testing authorized user: legacy_admin DEBUG: Testing authorized user: project_admin DEBUG: Testing authorized user: project_member DEBUG: Testing authorized user: project_reader DEBUG: Testing authorized user: project_foo DEBUG: Testing unauthorized user: admin DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Testing unauthorized user: member DEBUG: Testing unauthorized user: reader DEBUG: Testing unauthorized user: foo DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Testing unauthorized user: other_project_member DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_upload_vnf_package_content_package [0.016413s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of system. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['member', 'reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_from_uri failed with credentials {'is_admin': False, 'user_id': 'other_project_member', 'project_id': '468386c3-26c5-4865-b151-3323b072ee5d', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['reader'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.policies.test_vnf_package.VNFPackageScopeTypePolicyTest.test_upload_vnf_package_from_uri [0.027650s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: X_USER_ID is not found in request DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_no_user_id [0.007599s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_request_id_extracted_from_env [0.006915s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_roles_no_admin [0.006746s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_roles_with_admin [0.006671s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_with_auth_token [0.007827s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_with_tenant_id [0.006746s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_with_user_id [0.006942s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_with_user_tenant_name [0.007399s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TackerKeystoneContextTestCase.test_without_auth_token [0.006731s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_get_auth_client_basic_with_local [0.006936s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_get_auth_client_basic_with_subscription [0.006624s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_get_auth_client_noauth_with_local [0.006480s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_get_auth_client_oauth2_client_credentials_with_local [0.007535s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_get_auth_client_oauth2_client_credentials_with_subscription [0.007352s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_init [0.006624s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_set_auth_client_basic [0.006614s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_set_auth_client_noauth [0.006848s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_set_auth_client_oauth2_client_credentials [0.008027s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthManager.test_set_auth_client_used_chahe [0.006704s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBasic.test_do_auth [0.007357s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBasic.test_do_auth_invalid_token_type [0.007442s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBasic.test_do_auth_invalid_token_value [0.007475s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBearer.test_do_auth_invalid_scope [0.007958s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBearer.test_do_auth_invalid_token_value [0.007928s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBearer.test_do_auth_no_response [0.007759s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBearer.test_do_auth_no_token_type_in_response [0.008332s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateBearer.test_do_auth_no_token_value_in_response [0.008625s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateManager.test_auth_main_basic [0.009858s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateManager.test_auth_main_bearer_1_VnflcmAPIRouter [0.008707s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateManager.test_auth_main_bearer_2_VnfpkgmAPIRouter [0.008416s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidateManager.test_auth_main_none [0.008363s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestAuthValidatorExecution.test_called [0.006896s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestBasicAuthSession.test_request_1_GET [0.007169s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestBasicAuthSession.test_request_2_PUT [0.007732s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestBasicAuthSession.test_request_3_POST [0.006838s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestBasicAuthSession.test_request_4_DELETE [0.006864s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestBasicAuthSession.test_request_5_PATCH [0.006848s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: Get Access Token, Connecting to DEBUG: expires_in=<1> exist, scheduler regist. DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_apply_access_token_info [1.012091s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: 401 Client Error: None for url: https://oauth2/tokens DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_apply_access_token_info_fail_error_response [0.019437s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_apply_access_token_info_fail_timeout [0.016909s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_request_client_credentials_1_GET [0.014902s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_request_client_credentials_2_PUT [0.010580s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_request_client_credentials_3_POST [0.011897s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_request_client_credentials_4_DELETE [0.010822s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_request_client_credentials_5_PATCH [0.007604s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: Authentication error , details=error. DEBUG: Get Access Token, Connecting to DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_request_client_credentials_auth_error [0.008831s] ... ok DEBUG: Get Access Token, Connecting to DEBUG: Exception in thread Thread-84: DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib64/python3.12/threading.py", line 1075, in _bootstrap_inner DEBUG: self.run() DEBUG: File "/usr/lib64/python3.12/threading.py", line 1433, in run DEBUG: self.function(*self.args, **self.kwargs) DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/auth.py", line 149, in apply_access_token_info DEBUG: self.__set_access_token_info(self.grant.get_accsess_token()) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/auth.py", line 110, in get_accsess_token DEBUG: response = basic_auth_request.post( DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 637, in post DEBUG: return self.request("POST", url, data=data, json=json, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/auth.py", line 193, in request DEBUG: return super().request(method, url, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 589, in request DEBUG: resp = self.send(prep, **send_kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests_mock/mocker.py", line 185, in _fake_send DEBUG: return _original_send(session, request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 703, in send DEBUG: r = adapter.send(request, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/requests_mock/adapter.py", line 261, in send DEBUG: raise exceptions.NoMockAddress(request) DEBUG: requests_mock.exceptions.NoMockAddress: No mock address: POST https://oauth2/tokens DEBUG: expires_in=<1> exist, scheduler regist. DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_schedule_refrash_token_expaire [1.014951s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_schedule_refrash_token_invalid_value_1_None [0.017362s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_schedule_refrash_token_invalid_value_2_ [0.015730s] ... ok DEBUG: {0} tacker.tests.unit.test_auth.TestOAuth2Session.test_schedule_refrash_token_non_expaire [0.012877s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_generate_tacker_service_context_external [0.009949s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_generate_tacker_service_context_keystone [0.011285s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_admin_context [0.009552s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_admin_to_dict [0.006885s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_admin_without_session_to_dict [0.006863s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_create [0.007692s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_create_with_name [0.007057s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_create_with_request_id [0.007579s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_elevated_retains_request_id [0.006929s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_get_admin_context_not_update_local_store [0.007035s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_overwrite [0.007689s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_to_dict [0.007500s] ... ok DEBUG: {0} tacker.tests.unit.test_context.TestTackerContext.test_tacker_context_to_dict_with_name [0.007179s] ... ok DEBUG: {0} tacker.tests.unit.test_policy.DefaultPolicyTestCase.test_default_not_found ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.DefaultPolicyTestCase.test_not_found_policy_calls_default ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.DefaultPolicyTestCase.test_policy_called ... SKIPPED: Not ready yet DEBUG: /usr/lib/python3.12/site-packages/oslo_policy/policy.py:725: UserWarning: Policy "admin_or_owner":"is_admin:True or project_id:%(project_id)s" was deprecated for removal in 11.0.0. Reason: DEBUG: Tacker API policies are introducing new default roles with scope_type DEBUG: capabilities. Old policies are deprecated and silently going to be ignored DEBUG: in future. DEBUG: . Its value may be silently ignored in the future. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_policy/policy.py:725: UserWarning: Policy "admin_only":"is_admin:True" was deprecated for removal in 11.0.0. Reason: DEBUG: Tacker API policies are introducing new default roles with scope_type DEBUG: capabilities. Old policies are deprecated and silently going to be ignored DEBUG: in future. DEBUG: . Its value may be silently ignored in the future. DEBUG: warnings.warn( DEBUG: `all` of vendor in target is special role DEBUG: Policy check for get_vim failed with target check {'project_id': 'fake', 'user_id': 'fake', 'vendor': 'all', 'area': '*', 'tenant': '*'} DEBUG: {0} tacker.tests.unit.test_policy.EnhancedPolicyTestCace.test_check_with_target_special_role [0.011580s] ... ok DEBUG: {0} tacker.tests.unit.test_policy.EnhancedPolicyTestCace.test_enforce_with_target_special_role [0.010930s] ... ok DEBUG: {0} tacker.tests.unit.test_policy.PolicyFileTestCase.test_modified_policy_reloads ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_check_bad_action_noraise ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_check_non_existent_action ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_early_AND_enforcement ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_early_OR_enforcement ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_enforce_bad_action_throws ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_enforce_good_action ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_enforce_http_false ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_enforce_http_true ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_enforce_nonexistent_action_throws ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_ignore_case_role_check ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.PolicyTestCase.test_templatized_enforcement ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_build_subattribute_match_rule_empty_dict_validator ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_build_subattribute_match_rule_wrong_validation_info ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_admin_only_subattribute ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_admin_only_subattribute_nonadminctx_returns_403 ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_adminonly_attribute_create ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_adminonly_attribute_no_context_is_admin_policy ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_adminonly_attribute_nonadminctx_returns_403 ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_adminonly_attribute_update ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_adminonly_nonadminctx_no_ctx_is_admin_policy_403 ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_firewall_policy_shared ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_firewall_rule_shared ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_plugin_failure ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_regularuser_on_read ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_subattribute ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_tenant_id_check ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_tenant_id_check_invalid_parent_resource_raises ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_tenant_id_check_malformed_target_field_raises ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_tenant_id_check_parent_resource ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_enforce_tenant_id_check_parent_resource_bw_compatibility ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_get_roles_context_is_admin_rule_missing ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_get_roles_with_or_check ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_get_roles_with_other_rules ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_get_roles_with_role_check ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_get_roles_with_rule_check ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_nonadmin_read_on_private_fails ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_nonadmin_read_on_shared_succeeds ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_nonadmin_write_on_private_fails ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_nonadmin_write_on_shared_fails ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_set_rules_with_deprecated_set_policy ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_set_rules_with_deprecated_view_policy ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_policy.TackerPolicyTestCase.test_tenant_id_check_no_target_field_raises ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_wsgi.ActionDispatcherTest.test_dispatch [0.007642s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ActionDispatcherTest.test_dispatch_action_None [0.006975s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ActionDispatcherTest.test_dispatch_default [0.007400s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.DictSerializerTest.test_dispatch_default [0.006769s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.FaultTest.test_call_fault [0.007510s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.JSONDeserializerTest.test_default_raise_Malformed_Exception [0.007951s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.JSONDeserializerTest.test_json [0.007772s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.JSONDeserializerTest.test_json_with_unicode [0.008112s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.JSONDeserializerTest.test_json_with_utf8 [0.006950s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.JSONDictSerializerTest.test_json [0.006675s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.JSONDictSerializerTest.test_json_with_unicode [0.006666s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.MiddlewareTest.test_process_response [0.006654s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestDeserializerTest.test_deserialize [0.000582s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestDeserializerTest.test_get_action_args [0.000056s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestDeserializerTest.test_get_body_deserializer_unknown_content_type [0.000088s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestDeserializerTest.test_get_deserializer [0.000045s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestDeserializerTest.test_get_expected_content_type [0.000098s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestHeadersDeserializerTest.test_custom [0.007517s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestHeadersDeserializerTest.test_default [0.006877s] ... ok DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:4420: DeprecationWarning: The behavior of AcceptLanguageValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future as it does not conform to the RFC. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_best_match_language [0.007920s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_accept_and_query_extension [0.006896s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_accept_default [0.006785s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_accept_with_given_content_types [0.007214s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_from_accept [0.007044s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_from_query_extension [0.007284s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_missing [0.007106s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_unsupported [0.008631s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_with_charset [0.008153s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.RequestTest.test_content_type_with_given_content_types [0.008635s] ... ok DEBUG: .FakeRequest.method of .FakeRequest object at 0x7f24cfae9fd0>> http://where.no DEBUG: Unable to deserialize body as provided Content-Type DEBUG: InvalidContentType: Unsupported Content-Type DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 599, in get_body_deserializer DEBUG: return self.body_deserializers[content_type] DEBUG: ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ DEBUG: KeyError: 'best_match_content_type' DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 986, in __call__ DEBUG: action, args, accept = self.deserializer.deserialize(request) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 559, in deserialize DEBUG: action_args.update(self.deserialize_body(request, action)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 586, in deserialize_body DEBUG: with excutils.save_and_reraise_exception(): DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_call_resource_class_bad_request [0.007915s] ... ok DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 227, in __exit__ DEBUG: self.force_reraise() DEBUG: File "/usr/lib/python3.12/site-packages/oslo_utils/excutils.py", line 200, in force_reraise DEBUG: raise self.value DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 584, in deserialize_body DEBUG: deserializer = self.get_body_deserializer(content_type) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 601, in get_body_deserializer DEBUG: raise exception.InvalidContentType(content_type=content_type) DEBUG: tacker.common.exceptions.InvalidContentType: Invalid content type best_match_content_type DEBUG: .FakeRequest.method of .FakeRequest object at 0x7f24cfaeaa50>> http://where.no DEBUG: Exception handling resource: attribute name must be string, not 'NoneType' DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 999, in __call__ DEBUG: action_result = self.dispatch(request, action, args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 1039, in dispatch DEBUG: controller_method = getattr(self.controller, action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: TypeError: attribute name must be string, not 'NoneType' DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_call_resource_class_bad_request_error [0.008297s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_dispatch [0.006947s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_dispatch_unknown_controller_action [0.007206s] ... ok DEBUG: POST http://localhost/ DEBUG: MalformedRequestBody: Malformed request body DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 506, in _from_json DEBUG: return jsonutils.loads(datastring) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_serialization/jsonutils.py", line 250, in loads DEBUG: return json.loads(encodeutils.safe_decode(s, encoding), **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/__init__.py", line 346, in loads DEBUG: return _default_decoder.decode(s) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/decoder.py", line 338, in decode DEBUG: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/decoder.py", line 354, in raw_decode DEBUG: obj, end = self.scan_once(s, idx) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_malformed_request_body_throws_bad_request [0.007770s] ... ok DEBUG: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 986, in __call__ DEBUG: action, args, accept = self.deserializer.deserialize(request) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 559, in deserialize DEBUG: action_args.update(self.deserialize_body(request, action)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 595, in deserialize_body DEBUG: return deserializer.deserialize(body, action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 496, in deserialize DEBUG: return self.dispatch(datastring, action=action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 416, in dispatch DEBUG: return action_method(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 512, in default DEBUG: return {'body': self._from_json(datastring)} DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 509, in _from_json DEBUG: raise exception.MalformedRequestBody(reason=msg) DEBUG: tacker.common.exceptions.MalformedRequestBody: Malformed request body: Cannot understand JSON DEBUG: GET http://localhost/ DEBUG: Exception handling resource: attribute name must be string, not 'NoneType' DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 999, in __call__ DEBUG: action_result = self.dispatch(request, action, args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 1039, in dispatch DEBUG: controller_method = getattr(self.controller, action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: TypeError: attribute name must be string, not 'NoneType' DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_type_error [0.007351s] ... ok DEBUG: POST http://localhost/ DEBUG: Exception handling resource: attribute name must be string, not 'NoneType' DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 999, in __call__ DEBUG: action_result = self.dispatch(request, action, args) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 1039, in dispatch DEBUG: controller_method = getattr(self.controller, action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: TypeError: attribute name must be string, not 'NoneType' DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_wrong_content_type_bad_request_error [0.006939s] ... ok DEBUG: POST http://localhost/ DEBUG: MalformedRequestBody: Malformed request body DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 506, in _from_json DEBUG: return jsonutils.loads(datastring) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/oslo_serialization/jsonutils.py", line 250, in loads DEBUG: return json.loads(encodeutils.safe_decode(s, encoding), **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/__init__.py", line 346, in loads DEBUG: return _default_decoder.decode(s) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/decoder.py", line 338, in decode DEBUG: obj, end = self.raw_decode(s, idx=_w(s, 0).end()) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib64/python3.12/json/decoder.py", line 354, in raw_decode DEBUG: obj, end = self.scan_once(s, idx) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^ DEBUG: {0} tacker.tests.unit.test_wsgi.ResourceTest.test_wrong_content_type_throws_unsupported_media_type_error [0.007186s] ... ok DEBUG: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) DEBUG: During handling of the above exception, another exception occurred: DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 986, in __call__ DEBUG: action, args, accept = self.deserializer.deserialize(request) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 559, in deserialize DEBUG: action_args.update(self.deserialize_body(request, action)) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 595, in deserialize_body DEBUG: return deserializer.deserialize(body, action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 496, in deserialize DEBUG: return self.dispatch(datastring, action=action) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 416, in dispatch DEBUG: return action_method(*args, **kwargs) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 512, in default DEBUG: return {'body': self._from_json(datastring)} DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/wsgi.py", line 509, in _from_json DEBUG: raise exception.MalformedRequestBody(reason=msg) DEBUG: tacker.common.exceptions.MalformedRequestBody: Malformed request body: Cannot understand JSON DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseHeadersSerializerTest.test_custom [0.009735s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseHeadersSerializerTest.test_default [0.008476s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseSerializerTest.test_get_body_serializer [0.000162s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseSerializerTest.test_get_serializer [0.000057s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseSerializerTest.test_serialize_json_response [0.000102s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseSerializerTest.test_serialize_response_None [0.000067s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.ResponseSerializerTest.test_serialize_unknown_content_type [0.000099s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.SerializerTest.test_deserialize_json_content_type [0.007301s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.SerializerTest.test_deserialize_raise_bad_request [0.007437s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.SerializerTest.test_get_deserialize_handler_unknown_content_type [0.007492s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.SerializerTest.test_serialize_content_type_json [0.007361s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.SerializerTest.test_serialize_unknown_content_type [0.007344s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.TestWSGIServer.test_app ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_wsgi.TestWSGIServer.test_start_random_port [0.007276s] ... ok DEBUG: {0} tacker.tests.unit.test_wsgi.TestWSGIServerWithSSL.test_app_using_ssl ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_wsgi.TestWSGIServerWithSSL.test_app_using_ssl_combined_cert_and_key ... SKIPPED: Not ready yet DEBUG: {0} tacker.tests.unit.test_wsgi.TextDeserializerTest.test_dispatch_default [0.006543s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestFilteredTraceback.test_filter_traceback [0.006939s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestGetIgnoredTraceback.test_first_traceback_ignored [0.006898s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestGetIgnoredTraceback.test_middle_traceback_ignored [0.007140s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestGetIgnoredTraceback.test_no_ignored_tracebacks [0.007091s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestGetIgnoredTraceback.test_single_member_trailing_chain [0.007534s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestGetIgnoredTraceback.test_two_member_trailing_chain [0.006474s] ... ok DEBUG: {0} tacker.tests.unit.tests.test_post_mortem_debug.TestTesttoolsExceptionHandler.test_exception_handler [0.007549s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: POST http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_create_with_status_201 [0.015841s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: POST http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_create_without_userdefine_data [0.012141s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_delete_no_vnf_package [0.009535s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: DELETE http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: delete vnfd_attribute failed DEBUG: delete vnfd failed DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_delete_with_204_status [0.012111s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_delete_with_invalid_uuid [0.008541s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_delete_with_operational_state_enabled [0.009001s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_delete_with_usage_state_in_use [0.009575s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_invalid_multiple_range [0.008776s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_invalid_path [0.009667s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_invalid_range [0.008658s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_invalid_status [0.010705s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_invalid_uuid [0.008240s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_non_existing_vnf_package [0.008146s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_non_range [0.008570s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_artifacts_with_range [0.008892s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content [0.012483s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content_invalid_multiple_range [0.011738s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content_invalid_onboarding [0.010303s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content_invalid_range [0.008577s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Failed to get csar data from glance store fake location for package f26f181d-7891-4720-b022-b074ec1733ef DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/glance_store/store.py", line 102, in get_csar_size DEBUG: return glance_store.backend.get_size_from_backend(location) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/backend.py", line 348, in get_size_from_backend DEBUG: loc = location.get_location_from_uri(uri, conf=CONF) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/location.py", line 77, in get_location_from_uri DEBUG: raise exceptions.UnknownScheme(scheme=pieces.scheme) DEBUG: glance_store.exceptions.UnknownScheme: Unknown scheme '' found in URI DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content_not_present [0.010428s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content_valid_range [0.010764s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_fetch_vnf_package_content_with_size [0.010862s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_failed_with_bad_request [0.243678s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Failed to get csar zip file from glance store: %(error)s DEBUG: HTTP exception thrown: Failed to get csar zip file from glance store: %(error)s DEBUG: Failed to get csar zip file from glance store: %(error)s DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_failed_with_internal_server_error [0.015240s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: HTTP exception thrown: VNF Package f26f181d-7891-4720-b022-b074ec1733ef state is not ONBOARDED DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_failed_with_invalid_status [0.011923s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_for_content_type_text_plain [0.166235s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_with_invalid_accept_header [0.011352s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_with_invalid_uuid [0.012219s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_with_non_existing_vnf_packagee [0.010864s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_with_valid_accept_headers_1_application_zip [0.306919s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_with_valid_accept_headers_2_text_plain_application_zip [0.248066s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_get_vnf_package_vnfd_with_valid_accept_headers_3_application_zip_text_plain [0.242644s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_1__vnfpkgm_v1_vnf_packages [0.011935s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_all_fields [0.010373s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_exclude_default [0.011034s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_exclude_fields_1 [0.010791s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_exclude_fields_2 [0.010707s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_exclude_fields_3 [0.011044s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_exclude_fields_4 [0.010329s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_fields_1 [0.011134s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_fields_2 [0.010002s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_fields_3 [0.010117s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_fields_4 [0.010167s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_invalid_combination_1 [0.010277s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_invalid_combination_2 [0.010805s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_invalid_combination_3 [0.011657s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_invalid_fields_1 [0.010039s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_invalid_fields_2 [0.009925s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_nested_complex_attribute [0.010298s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_unexpected_value_1 [0.009612s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_unexpected_value_2 [0.009529s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_user_defined_data [0.010943s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_attribute_selector_user_defined_data_combination [0.010008s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_01 [0.010155s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_02 [0.010154s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_03 [0.010095s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_04 [0.010555s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_05 [0.010936s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_06 [0.010210s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_07 [0.010502s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_08 [0.010348s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_09 [0.010113s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_10 [0.010260s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_11 [0.010984s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_12 [0.010092s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_13 [0.009862s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_14 [0.010078s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_15 [0.010633s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_16 [0.010192s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_17 [0.010336s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_18 [0.010387s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_19 [0.010462s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_20 [0.010523s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_21 [0.010212s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_22 [0.009988s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_23 [0.010584s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_24 [0.010802s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_25 [0.011214s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_26 [0.010222s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_27 [0.010350s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_28 [0.010545s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_attributes_29 [0.010795s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_combination [0.010224s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_attribute_1 [0.010010s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_attribute_2 [0.010093s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_expression_1 [0.009916s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_expression_2 [0.010291s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_expression_3 [0.010719s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_expression_4 [0.009867s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_operator_1 [0.009984s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_operator_2 [0.010784s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_operator_3 [0.010233s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_string_values_1 [0.010172s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_string_values_2 [0.011352s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_string_values_3 [0.009777s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_string_values_4 [0.010136s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_string_values_5 [0.010842s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_string_values_6 [0.009915s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_1 [0.009659s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_2 [0.010939s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_3 [0.009620s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_4 [0.009901s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_5 [0.009974s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_6 [0.009800s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_invalid_value_type_7 [0.009633s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_01 [0.011438s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_02 [0.010137s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_03 [0.010015s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_04 [0.010092s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_05 [0.010397s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_06 [0.009929s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_07 [0.010521s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_08 [0.010067s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_09 [0.010051s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_10 [0.010341s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_11 [0.011361s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_12 [0.010080s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_13 [0.010568s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_14 [0.204284s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_15 [0.010890s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_operator_16 [0.010806s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_valid_string_values_1 [0.010206s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_valid_string_values_2 [0.010011s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_valid_string_values_3 [0.010073s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_valid_string_values_4 [0.010579s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_valid_string_values_5 [0.010423s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_filter_valid_string_values_6 [0.010149s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_paging_1 [0.011387s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_paging_2 [0.011566s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_paging_3 [0.010336s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_paging_4 [0.011489s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_index_paging_5 [0.010380s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch [0.012461s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_failed_with_same_operational_state [0.011385s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_failed_with_same_user_data [0.010779s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_not_in_onboarded_state [0.010704s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_update_existing_user_data [0.014075s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_with_empty_body [0.011250s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_with_invalid_operational_state [0.011155s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_with_invalid_uuid [0.009091s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_patch_with_non_existing_vnf_package [0.009219s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_show [0.009700s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_show_no_vnf_package [0.008778s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_show_with_invalid_uuid [0.008304s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_content [0.011558s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_content_with_invalid_status [0.010491s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f181d-7891-4720-b022-b074ec3ef/package_content DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_content_with_invalid_uuid [0.009392s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_content_without_vnf_pack [0.009895s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: POST http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content/upload_from_uri DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri [0.012189s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri_with_invalid_status [0.010579s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri_with_invalid_url_1_http___test_data_zip [0.009277s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri_with_invalid_url_2_xyz___github_com_abc_xyz_git [0.010386s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri_with_invalid_url_3_xyz___github_com_abc_xyz [0.009855s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri_with_invalid_uuid [0.008925s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestController.test_upload_vnf_package_from_uri_without_vnf_pack [0.009355s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: POST http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_create_with_status_201 [0.011868s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: POST http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_create_without_userdefine_data [0.011872s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: DELETE http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_enhanced_policy_1 [0.014307s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: DELETE http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_enhanced_policy_2 [0.014799s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: DELETE http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_enhanced_policy_3 [0.011219s] ... ok DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: DELETE http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:delete failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_enhanced_policy_4 [0.010912s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_no_vnf_package [0.008685s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: DELETE http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: delete vnfd_attribute failed DEBUG: delete vnfd failed DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_with_204_status [0.011419s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_with_invalid_uuid [0.008282s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_with_operational_state_enabled [0.008869s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_delete_with_usage_state_in_use [0.009212s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/artifacts/Scripts/install.sh DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_enhanced_policy_1 [0.012621s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/artifacts/Scripts/install.sh DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_enhanced_policy_2 [0.010580s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/artifacts/Scripts/install.sh DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_enhanced_policy_3 [0.010467s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/artifacts/Scripts/install.sh DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_artifact failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_enhanced_policy_4 [0.011336s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_invalid_multiple_range [0.008860s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_invalid_path [0.009503s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_invalid_range [0.008672s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_invalid_status [0.009015s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_invalid_uuid [0.008204s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_non_existing_vnf_package [0.010071s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_non_range [0.009017s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_artifacts_with_range [0.008747s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content [0.010813s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_enhanced_policy_1 [0.011450s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_enhanced_policy_2 [0.011369s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_enhanced_policy_3 [0.011212s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:fetch_package_content failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_enhanced_policy_4 [0.012553s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_invalid_multiple_range [0.008429s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_invalid_onboarding [0.009628s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_invalid_range [0.008667s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Failed to get csar data from glance store fake location for package f26f181d-7891-4720-b022-b074ec1733ef DEBUG: Traceback (most recent call last): DEBUG: File "/builddir/build/BUILD/tacker-13.1.0.dev4/tacker/glance_store/store.py", line 102, in get_csar_size DEBUG: return glance_store.backend.get_size_from_backend(location) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/backend.py", line 348, in get_size_from_backend DEBUG: loc = location.get_location_from_uri(uri, conf=CONF) DEBUG: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: File "/usr/lib/python3.12/site-packages/glance_store/location.py", line 77, in get_location_from_uri DEBUG: raise exceptions.UnknownScheme(scheme=pieces.scheme) DEBUG: glance_store.exceptions.UnknownScheme: Unknown scheme '' found in URI DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_not_present [0.009432s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_valid_range [0.008216s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_fetch_vnf_package_content_with_size [0.009634s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_enhanced_policy_1 [0.242397s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_enhanced_policy_2 [0.242418s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_enhanced_policy_3 [0.238097s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:get_vnf_package_vnfd failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_enhanced_policy_4 [0.238862s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_failed_with_bad_request [0.241468s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Failed to get csar zip file from glance store: %(error)s DEBUG: HTTP exception thrown: Failed to get csar zip file from glance store: %(error)s DEBUG: Failed to get csar zip file from glance store: %(error)s DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_failed_with_internal_server_error [0.014544s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: HTTP exception thrown: VNF Package f26f181d-7891-4720-b022-b074ec1733ef state is not ONBOARDED DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_failed_with_invalid_status [0.011479s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_for_content_type_text_plain [0.154442s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_with_invalid_accept_header [0.009414s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_with_invalid_uuid [0.008119s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_with_non_existing_vnf_packagee [0.008236s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_with_valid_accept_headers_1_application_zip [0.243667s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_with_valid_accept_headers_2_text_plain_application_zip [0.441582s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/vnfd DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_get_vnf_package_vnfd_with_valid_accept_headers_3_application_zip_text_plain [0.247000s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_1__vnfpkgm_v1_vnf_packages [0.012402s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_all_fields [0.010989s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_exclude_default [0.010577s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_exclude_fields_1 [0.010595s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_exclude_fields_2 [0.011131s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_exclude_fields_3 [0.010220s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_exclude_fields_4 [0.010206s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_fields_1 [0.010535s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_fields_2 [0.010193s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_fields_3 [0.011166s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_fields_4 [0.011813s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_invalid_combination_1 [0.009662s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_invalid_combination_2 [0.009708s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_invalid_combination_3 [0.010119s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_invalid_fields_1 [0.010265s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_invalid_fields_2 [0.010353s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_nested_complex_attribute [0.012098s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_unexpected_value_1 [0.010400s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_unexpected_value_2 [0.012022s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_user_defined_data [0.011175s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_attribute_selector_user_defined_data_combination [0.011936s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_1 [0.013578s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_2 [0.013830s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_3 [0.012781s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_4 [0.012822s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_5 [0.011558s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_6 [0.012254s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:index failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_a'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_A'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages?nextpage_opaque_marker=06c64fcc-ecf6-4f91-bf6e-f501e30080b7 DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:index failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_a'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_A'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_enhanced_policy_paging [0.017090s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_01 [0.012584s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_02 [0.011470s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_03 [0.010722s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_04 [0.016817s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_05 [0.011953s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_06 [0.011631s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_07 [0.011358s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_08 [0.010486s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_09 [0.012107s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_10 [0.010766s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_11 [0.010903s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_12 [0.010749s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_13 [0.011539s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_14 [0.018494s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_15 [0.012147s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_16 [0.010710s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_17 [0.010375s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_18 [0.010494s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_19 [0.014910s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_20 [0.011603s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_21 [0.013407s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_22 [0.011653s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_23 [0.011647s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_24 [0.012454s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_25 [0.012723s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_26 [0.010315s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_27 [0.010446s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_28 [0.010843s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_attributes_29 [0.010242s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_combination [0.014956s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_attribute_1 [0.016652s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_attribute_2 [0.012539s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_expression_1 [0.012516s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_expression_2 [0.013147s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_expression_3 [0.014089s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_expression_4 [0.015179s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_operator_1 [0.013721s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_operator_2 [0.014849s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_operator_3 [0.015795s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_string_values_1 [0.012509s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_string_values_2 [0.014000s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_string_values_3 [0.019878s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_string_values_4 [0.020431s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_string_values_5 [0.018065s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_string_values_6 [0.018100s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_1 [0.015404s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_2 [0.012998s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_3 [0.011695s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_4 [0.014265s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_5 [0.012743s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_6 [0.011419s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_invalid_value_type_7 [0.013503s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_01 [0.014482s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_02 [0.013182s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_03 [0.012972s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_04 [0.015678s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_05 [0.012878s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_06 [0.014236s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_07 [0.013558s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_08 [0.012799s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_09 [0.015480s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_10 [0.013071s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_11 [0.012343s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_12 [0.012949s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_13 [0.015187s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_14 [0.012704s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_15 [0.016326s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_operator_16 [0.018620s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_valid_string_values_1 [0.017464s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_valid_string_values_2 [0.014735s] ... ok DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_valid_string_values_3 [0.013066s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_valid_string_values_4 [0.012865s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_valid_string_values_5 [0.038500s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_filter_valid_string_values_6 [0.016242s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_paging_1 [0.013352s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_paging_2 [0.013808s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_paging_3 [0.012009s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_paging_4 [0.012962s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_index_paging_5 [0.014876s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch [0.014247s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_enhanced_policy_1 [0.013402s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_enhanced_policy_2 [0.013910s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_enhanced_policy_3 [0.012853s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:patch failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_enhanced_policy_4 [0.013255s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_failed_with_same_operational_state [0.016700s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_failed_with_same_user_data [0.023635s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_not_in_onboarded_state [0.013853s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_update_existing_user_data [0.014557s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_with_empty_body [0.013521s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PATCH http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_with_invalid_operational_state [0.013058s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_with_invalid_uuid [0.010939s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_patch_with_non_existing_vnf_package [0.012964s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show [0.012200s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_enhanced_policy_1 [0.013507s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_enhanced_policy_2 [0.014408s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_enhanced_policy_3 [0.012752s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:show failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_enhanced_policy_4 [0.011947s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_enhanced_policy_created_1___VENDOR_provider_A__ [0.012428s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: GET http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_enhanced_policy_created_2___ [0.012534s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_no_vnf_package [0.009520s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_show_with_invalid_uuid [0.009163s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content [0.013585s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_enhanced_policy_1 [0.015063s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_enhanced_policy_2 [0.013916s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'area': ['*'], 'vendor': ['*', 'provider_b'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': ['VENDOR_provider_B'], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_enhanced_policy_3 [0.015040s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_domain. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of tenant_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of project_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/oslo_context/context.py:101: DeprecationWarning: Policy enforcement is depending on the value of user_name. This key is deprecated. Please update your policy file to use the standard policy values. DEBUG: warnings.warn( DEBUG: Policy check for os_nfv_orchestration_api:vnf_packages:upload_package_content failed with credentials {'area': ['*'], 'vendor': ['*'], 'tenant': ['*'], 'is_admin': False, 'user_id': 'fake', 'project_id': 'fake', 'domain': None, 'user_domain': None, 'project_domain': None, 'tenant_name': None, 'project_name': None, 'user_name': None, 'user_domain_id': None, 'system_scope': None, 'domain_id': None, 'project_domain_id': None, 'roles': [], 'is_admin_project': True, 'service_user_id': None, 'service_user_domain_id': None, 'service_project_id': None, 'service_project_domain_id': None, 'service_roles': []} DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_enhanced_policy_4 [0.012411s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_with_invalid_status [0.011535s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f181d-7891-4720-b022-b074ec3ef/package_content DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_with_invalid_uuid [0.010673s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: PUT http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_content_without_vnf_pack [0.010883s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: POST http://localhost//vnf_packages/f26f181d-7891-4720-b022-b074ec1733ef/package_content/upload_from_uri DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri [0.014202s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri_with_invalid_status [0.011274s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri_with_invalid_url_1_http___test_data_zip [0.010261s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri_with_invalid_url_2_xyz___github_com_abc_xyz_git [0.010091s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri_with_invalid_url_3_xyz___github_com_abc_xyz [0.010236s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri_with_invalid_uuid [0.010352s] ... ok DEBUG: Directory to write image files does not exist (/var/lib/glance/images). Creating. DEBUG: Unable to create datadir: /var/lib/glance/images DEBUG: /usr/lib/python3.12/site-packages/glance_store/driver.py:114: DeprecationWarning: Using function/method 'exception_to_unicode()' is deprecated: Use str(exc) instead DEBUG: % encodeutils.exception_to_unicode(e)) DEBUG: Failed to configure store correctly: Store filesystem could not be configured correctly. Reason: Unable to create datadir: /var/lib/glance/images Disabling add method. DEBUG: {0} tacker.tests.unit.vnfpkgm.test_controller.TestControllerEnhancedPolicy.test_upload_vnf_package_from_uri_without_vnf_pack [0.010497s] ... ok DEBUG: test_log rollback DEBUG: call(, {'notificationType': 'VnfLcmOperationOccurrenceNotification', 'vnfInstanceId': '8c1a47bf-2603-4f8d-ba05-b2eafe88e272', 'notificationStatus': 'RESULT', 'operation': 'SCALE', 'operationState': 'ROLLED_BACK', 'isAutomaticInvocation': False, 'vnfLcmOpOccId': '00e1314d-2a82-40bd-b318-cc881243843d', '_links': {'vnfInstance': {'href': 'http://localhost:9890//vnflcm/v1/vnf_instances/8c1a47bf-2603-4f8d-ba05-b2eafe88e272'}, 'vnfLcmOpOcc': {'href': 'http://localhost:9890//vnflcm/v1/vnf_lcm_op_occs/00e1314d-2a82-40bd-b318-cc881243843d'}}}) DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/33333333-3333-3333-3333-333333333333'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/44444444-4444-4444-4444-444444444444'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/11111111-1111-1111-1111-111111111111'}} DEBUG: expected_links {'packageContent': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222/package_content'}, 'self': {'href': '/vnfpkgm/v1/vnf_packages/22222222-2222-2222-2222-222222222222'}} DEBUG: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 1285 tests in 43.9855 sec. DEBUG: - Passed: 1120 DEBUG: - Skipped: 165 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 43.6264 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (1285 tests) => 0:00:43.985455 DEBUG: Test id Runtime (s) DEBUG: ---------------------------------------------------------------------------------------------------------------------- ----------- DEBUG: tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_download_from_glance_store 1.529 DEBUG: tacker.tests.unit.conductor.test_conductor_server.TestConductor.test_get_vnf_package_vnfd_with_tosca_meta_file_in_csar 1.193 DEBUG: tacker.tests.unit.test_auth.TestOAuth2Session.test_schedule_refrash_token_expaire 1.015 DEBUG: tacker.tests.unit.test_auth.TestOAuth2Session.test_apply_access_token_info 1.012 DEBUG: tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_false_algorithm_with_vnf_artifact 0.849 DEBUG: tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_unit_conversion 0.781 DEBUG: tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_without_policies 0.763 DEBUG: tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_meta_in_manifest_with_vnf_artifact 0.753 DEBUG: tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_artifacts_short_notation 0.747 DEBUG: tacker.tests.unit.common.test_csar_utils.TestCSARUtils.test_load_csar_data_with_single_meta_with_vnf_artifact 0.694 DEBUG: py312: OK (53.02 seconds) DEBUG: congratulations :) (53.10 seconds) DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Processing files: openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2PJ0Pk DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/openstack-tacker DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/openstack-tacker DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/LICENSE /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/openstack-tacker DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: openstack-tacker = 13.1.0-0.20250906035435.db7aaec.el10 DEBUG: Requires(interp): /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): shadow-utils DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires(postun): /bin/sh DEBUG: Requires: /usr/bin/python3 DEBUG: Recommends: group(tacker) DEBUG: OrderWithRequires: systemd systemd systemd DEBUG: Processing files: python3-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FY0I3P DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/LICENSE /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-tacker = 13.1.0-0.20250906035435.db7aaec.el10 python3-tacker = 13.1.0-0.20250906035435.db7aaec.el10 python3.12-tacker = 13.1.0-0.20250906035435.db7aaec.el10 python3.12dist(tacker) = 13.1~~dev4 python3dist(tacker) = 13.1~~dev4 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires: ((python3.12dist(oslo-serialization) < 2.19.1 or python3.12dist(oslo-serialization) > 2.19.1) with python3.12dist(oslo-serialization) >= 2.18) ((python3.12dist(setuptools) < 24 or python3.12dist(setuptools) > 24) with (python3.12dist(setuptools) < 34 or python3.12dist(setuptools) > 34) with (python3.12dist(setuptools) < 34.0.1 or python3.12dist(setuptools) > 34.0.1) with (python3.12dist(setuptools) < 34.0.2 or python3.12dist(setuptools) > 34.0.2) with (python3.12dist(setuptools) < 34.0.3 or python3.12dist(setuptools) > 34.0.3) with (python3.12dist(setuptools) < 34.1 or python3.12dist(setuptools) > 34.1) with (python3.12dist(setuptools) < 34.1.1 or python3.12dist(setuptools) > 34.1.1) with (python3.12dist(setuptools) < 34.2 or python3.12dist(setuptools) > 34.2) with (python3.12dist(setuptools) < 34.3 or python3.12dist(setuptools) > 34.3) with (python3.12dist(setuptools) < 34.3.1 or python3.12dist(setuptools) > 34.3.1) with (python3.12dist(setuptools) < 34.3.2 or python3.12dist(setuptools) > 34.3.2) with (python3.12dist(setuptools) < 36.2 or python3.12dist(setuptools) > 36.2) with python3.12dist(setuptools) >= 21) python(abi) = 3.12 python3.12dist(alembic) >= 0.9.6 python3.12dist(amqp) >= 2.4 python3.12dist(castellan) >= 0.16 python3.12dist(cryptography) >= 2.7 python3.12dist(eventlet) >= 0.30.1 python3.12dist(glance-store) >= 2.4 python3.12dist(heat-translator) >= 2.3 python3.12dist(jsonschema) >= 3.2 python3.12dist(keystonemiddleware) >= 4.17 python3.12dist(kombu) >= 4.3 python3.12dist(kubernetes) >= 18.20 python3.12dist(netaddr) >= 0.7.18 python3.12dist(openstacksdk) >= 0.44 python3.12dist(oslo-concurrency) >= 3.26 python3.12dist(oslo-config) >= 6.8 python3.12dist(oslo-context) >= 2.22 python3.12dist(oslo-db) >= 5 python3.12dist(oslo-log) >= 3.36 python3.12dist(oslo-messaging) >= 14.2 python3.12dist(oslo-middleware) >= 3.31 python3.12dist(oslo-policy) >= 4.5 python3.12dist(oslo-reports) >= 1.18 python3.12dist(oslo-service) >= 2.5 python3.12dist(oslo-upgradecheck) >= 1.3 python3.12dist(oslo-utils) >= 7 python3.12dist(oslo-versionedobjects) >= 1.33.3 python3.12dist(paramiko) >= 2.7.1 python3.12dist(paste) >= 2.0.2 python3.12dist(pastedeploy) >= 1.5 python3.12dist(pbr) >= 5.5 python3.12dist(pyjwt) >= 2.4 python3.12dist(pymysql) >= 0.10.1 python3.12dist(pyroute2) >= 0.4.21 python3.12dist(python-barbicanclient) >= 4.5.2 python3.12dist(python-heatclient) >= 1.10 python3.12dist(python-keystoneclient) >= 3.8 python3.12dist(python-neutronclient) >= 6.7 python3.12dist(python-novaclient) >= 9.1 python3.12dist(python-tackerclient) >= 1.11 python3.12dist(pyyaml) >= 5.4.1 python3.12dist(requests) >= 2.25.1 python3.12dist(rfc3986) >= 1.2 python3.12dist(routes) >= 2.3.1 python3.12dist(sqlalchemy) >= 1.3.11 python3.12dist(stevedore) >= 3.3 python3.12dist(tooz) >= 1.58 python3.12dist(tosca-parser) >= 2.3 python3.12dist(webob) >= 1.7.1 DEBUG: Obsoletes: python3.12-tacker < 13.1.0-0.20250906035435.db7aaec.el10 DEBUG: Processing files: openstack-tacker-common-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y1YmNg DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/doc/openstack-tacker-common DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/doc/openstack-tacker-common DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/README.rst /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/doc/openstack-tacker-common DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wNFUIK DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/openstack-tacker-common DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/openstack-tacker-common DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/LICENSE /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/openstack-tacker-common DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: config(openstack-tacker-common) = 13.1.0-0.20250906035435.db7aaec.el10 openstack-tacker-common = 13.1.0-0.20250906035435.db7aaec.el10 DEBUG: Requires(interp): /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 DEBUG: Recommends: group(tacker) user(tacker) DEBUG: Processing files: python3-tacker-tests-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YnfylN DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker-tests DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker-tests DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/LICENSE /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker-tests DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-tacker-tests = 13.1.0-0.20250906035435.db7aaec.el10 python3-tacker-tests = 13.1.0-0.20250906035435.db7aaec.el10 python3.12-tacker-tests = 13.1.0-0.20250906035435.db7aaec.el10 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: /usr/bin/bash python(abi) = 3.12 DEBUG: Obsoletes: python3.12-tacker-tests < 13.1.0-0.20250906035435.db7aaec.el10 DEBUG: Processing files: python3-tacker-doc-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0eEgzi DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/doc/python3-tacker-doc DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/doc/python3-tacker-doc DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/doc/build/html /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/doc/python3-tacker-doc DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6gMIl0 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker-doc DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker-doc DEBUG: + cp -pr /builddir/build/BUILD/tacker-13.1.0.dev4/LICENSE /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64/usr/share/licenses/python3-tacker-doc DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-tacker-doc = 13.1.0-0.20250906035435.db7aaec.el10 python3-tacker-doc = 13.1.0-0.20250906035435.db7aaec.el10 python3.12-tacker-doc = 13.1.0-0.20250906035435.db7aaec.el10 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Obsoletes: python3.12-tacker-doc < 13.1.0-0.20250906035435.db7aaec.el10 DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-tacker-common-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-tacker-tests-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-tacker-doc-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TItJNP DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd tacker-13.1.0.dev4 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.x86_64 DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.GZN4PY DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf /builddir/build/BUILD/tacker-13.1.0.dev4-SPECPARTS DEBUG: + rm -rf tacker-13.1.0.dev4 tacker-13.1.0.dev4.gemspec DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 Finish: rpmbuild openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm DEBUG: Copying packages to result dir Finish: build phase for openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm INFO: Done(/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.src.rpm) Config(dlrn-5) 2 minutes 51 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-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: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 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 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'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: 15Gi 3.5Gi 1.7Gi 956Mi 11Gi 11Gi DEBUG: Swap: 15Gi 5.6Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 844M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 187G 363G 35% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.b69qdp44', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-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: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-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: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: Installing built packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/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', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-common-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-tests-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-doc-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-common-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-tests-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-doc-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/openstack-tacker-common-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-tests-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233/python3-tacker-doc-13.1.0-0.20250906035435.db7aaec.el10.noarch.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-16b8a7cad9fb65478c6 116 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-networking-generic-switch-e78eb 163 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-644b6362a6b0debf6395d 155 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-magnumclient-6357cfaa79857dd338 173 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-ceilometer-b502af5bc689cfd2f 159 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-1b2df51ae6021798b278e19 160 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-07ab08aa69ae39644c276a0 170 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-af6e558 97 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-6c33a667a9f5ddce07b61 179 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystoneauth1-4f0414d864bd790aa 162 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-manila-tests-tempest-53cf5e810b 159 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-neutron-tests-tempest-fed6d3241 142 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-4cde74a24b0dde4471a1 156 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-watcher-cdde0fb41e3501a183c2 156 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-5ad142879f45c980baf181d6eb 166 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-watcher-18bc0544a47ce569e75e6c5 153 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-21325988dfe7d63d1f3ef7 159 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-538f6af8da510e9286dd 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-heat-ui-b6147482b3fa2c3edad3 157 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 61 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 131 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 53 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 57 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 108 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 110 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 94 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 29 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 32 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 85 kB/s | 8.9 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ======================================================================================================================= DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================================= DEBUG: Installing: DEBUG: openstack-tacker noarch 13.1.0-0.20250906035435.db7aaec.el10 @commandline 14 k DEBUG: openstack-tacker-common noarch 13.1.0-0.20250906035435.db7aaec.el10 @commandline 37 k DEBUG: python3-tacker noarch 13.1.0-0.20250906035435.db7aaec.el10 @commandline 1.4 M DEBUG: python3-tacker-doc noarch 13.1.0-0.20250906035435.db7aaec.el10 @commandline 2.2 M DEBUG: python3-tacker-tests noarch 13.1.0-0.20250906035435.db7aaec.el10 @commandline 1.4 M DEBUG: Installing dependencies: DEBUG: cryptsetup x86_64 2.7.5-2.el10 baseos 332 k DEBUG: device-mapper-event x86_64 10:1.02.206-3.el10 baseos 35 k DEBUG: device-mapper-event-libs x86_64 10:1.02.206-3.el10 baseos 32 k DEBUG: device-mapper-multipath x86_64 0.9.9-11.el10 baseos 173 k DEBUG: device-mapper-multipath-libs x86_64 0.9.9-11.el10 baseos 301 k DEBUG: device-mapper-persistent-data x86_64 1.1.0-2.el10 baseos 1.1 M DEBUG: e2fsprogs-libs x86_64 1.47.1-4.el10 baseos 226 k DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: gssproxy x86_64 0.9.2-10.el10 baseos 114 k DEBUG: iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el10 baseos 398 k DEBUG: iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el10 baseos 82 k DEBUG: isns-utils-libs x86_64 0.103-1.el10 baseos 100 k DEBUG: kbd x86_64 2.6.4-7.el10 baseos 407 k DEBUG: kbd-legacy noarch 2.6.4-7.el10 baseos 592 k DEBUG: kbd-misc noarch 2.6.4-7.el10 baseos 1.7 M DEBUG: keyutils x86_64 1.6.3-5.el10 baseos 76 k DEBUG: kmod x86_64 31-12.el10 baseos 136 k DEBUG: kpartx x86_64 0.9.9-11.el10 baseos 49 k DEBUG: libaio x86_64 0.3.111-22.el10 baseos 25 k DEBUG: libbasicobjects x86_64 0.1.1-58.el10 baseos 27 k DEBUG: libcollection x86_64 0.7.0-58.el10 baseos 45 k DEBUG: libev x86_64 4.33-14.el10 baseos 53 k DEBUG: libini_config x86_64 1.3.1-58.el10 baseos 68 k DEBUG: libnfsidmap x86_64 1:2.8.3-0.el10 baseos 63 k DEBUG: libnl3 x86_64 3.11.0-1.el10 baseos 361 k DEBUG: libnvme x86_64 1.13-1.el10 baseos 114 k DEBUG: libpath_utils x86_64 0.2.1-58.el10 baseos 30 k DEBUG: libref_array x86_64 0.1.5-58.el10 baseos 28 k DEBUG: libsodium x86_64 1.0.20-2.el10s delorean-master-testing 173 k DEBUG: libtirpc x86_64 1.3.5-1.el10 baseos 95 k DEBUG: libverto-libev x86_64 0.3.2-10.el10 baseos 14 k DEBUG: libxslt x86_64 1.1.39-8.el10 appstream 189 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: lsscsi x86_64 0.32-15.el10 baseos 62 k DEBUG: lvm2 x86_64 10:2.03.32-3.el10 baseos 1.6 M DEBUG: lvm2-libs x86_64 10:2.03.32-3.el10 baseos 1.0 M DEBUG: memcached x86_64 1.6.23-7.el10 appstream 185 k DEBUG: ncurses x86_64 6.4-14.20240127.el10 baseos 423 k DEBUG: nfs-utils x86_64 1:2.8.3-0.el10 baseos 486 k DEBUG: nvme-cli x86_64 2.13-2.el10 baseos 1.1 M DEBUG: perl-AutoLoader noarch 5.74-514.el10 appstream 22 k DEBUG: perl-B x86_64 1.89-514.el10 appstream 178 k DEBUG: perl-Carp noarch 1.54-511.el10 baseos 30 k DEBUG: perl-Class-Struct noarch 0.68-514.el10 appstream 23 k DEBUG: perl-Data-Dumper x86_64 2.189-512.el10 baseos 57 k DEBUG: perl-Digest noarch 1.20-511.el10 baseos 26 k DEBUG: perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k DEBUG: perl-DynaLoader x86_64 1.56-514.el10 appstream 27 k DEBUG: perl-Encode x86_64 4:3.21-511.el10 baseos 1.1 M DEBUG: perl-Errno x86_64 1.38-514.el10 appstream 16 k DEBUG: perl-Exporter noarch 5.78-511.el10 baseos 32 k DEBUG: perl-Fcntl x86_64 1.18-514.el10 appstream 30 k DEBUG: perl-File-Basename noarch 2.86-514.el10 appstream 18 k DEBUG: perl-File-Path noarch 2.18-511.el10 baseos 36 k DEBUG: perl-File-Temp noarch 1:0.231.100-512.el10 baseos 60 k DEBUG: perl-File-stat noarch 1.14-514.el10 appstream 18 k DEBUG: perl-FileHandle noarch 2.05-514.el10 appstream 16 k DEBUG: perl-Getopt-Long noarch 1:2.58-3.el10 baseos 65 k DEBUG: perl-Getopt-Std noarch 1.14-514.el10 appstream 16 k DEBUG: perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k DEBUG: perl-IO x86_64 1.55-514.el10 appstream 81 k DEBUG: perl-IO-Socket-IP noarch 0.42-512.el10 baseos 43 k DEBUG: perl-IO-Socket-SSL noarch 2.085-3.el10 baseos 227 k DEBUG: perl-IPC-Open3 noarch 1.22-514.el10 appstream 23 k DEBUG: perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k DEBUG: perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k DEBUG: perl-Net-SSLeay x86_64 1.94-8.el10 appstream 380 k DEBUG: perl-POSIX x86_64 2.20-514.el10 appstream 97 k DEBUG: perl-PathTools x86_64 3.91-512.el10 baseos 85 k DEBUG: perl-Pod-Escapes noarch 1:1.07-511.el10 baseos 21 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-512.el10 baseos 84 k DEBUG: perl-Pod-Simple noarch 1:3.45-511.el10 baseos 218 k DEBUG: perl-Pod-Usage noarch 4:2.03-511.el10 baseos 41 k DEBUG: perl-Scalar-List-Utils x86_64 5:1.63-511.el10 baseos 74 k DEBUG: perl-SelectSaver noarch 1.02-514.el10 appstream 12 k DEBUG: perl-Socket x86_64 4:2.038-511.el10 baseos 56 k DEBUG: perl-Storable x86_64 1:3.32-511.el10 baseos 99 k DEBUG: perl-Symbol noarch 1.09-514.el10 appstream 15 k DEBUG: perl-Term-ANSIColor noarch 5.01-512.el10 baseos 49 k DEBUG: perl-Term-Cap noarch 1.18-511.el10 baseos 23 k DEBUG: perl-Text-ParseWords noarch 3.31-511.el10 baseos 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2024.001-511.el10 baseos 23 k DEBUG: perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k DEBUG: perl-URI noarch 5.27-3.el10 baseos 134 k DEBUG: perl-base noarch 2.27-514.el10 appstream 17 k DEBUG: perl-constant noarch 1.33-512.el10 baseos 24 k DEBUG: perl-if noarch 0.61.000-514.el10 appstream 15 k DEBUG: perl-interpreter x86_64 4:5.40.2-514.el10 appstream 73 k DEBUG: perl-libnet noarch 3.15-512.el10 baseos 127 k DEBUG: perl-libs x86_64 4:5.40.2-514.el10 appstream 2.4 M DEBUG: perl-locale noarch 1.12-514.el10 appstream 14 k DEBUG: perl-mro x86_64 1.29-514.el10 appstream 31 k DEBUG: perl-overload noarch 1.37-514.el10 appstream 46 k DEBUG: perl-overloading noarch 0.02-514.el10 appstream 14 k DEBUG: perl-parent noarch 1:0.241-512.el10 baseos 16 k DEBUG: perl-podlators noarch 1:5.01-511.el10 baseos 124 k DEBUG: perl-vars noarch 1.05-514.el10 appstream 14 k DEBUG: python-oslo-cache-lang noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 12 k DEBUG: python-oslo-i18n-lang noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 14 k DEBUG: python-oslo-log-lang noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 13 k DEBUG: python-oslo-middleware-lang noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 12 k DEBUG: python-oslo-privsep-lang noarch 3.8.0-0.20250903125837.c343be9.el10 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 13 k DEBUG: python-oslo-versionedobjects-lang noarch 3.8.0-0.20250903120907.5c2d02e.el10 delorean-component-common 12 k DEBUG: python-pycadf-common noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 15 k DEBUG: python3-PyMySQL noarch 1.1.1-3.el10 appstream 116 k DEBUG: python3-alembic noarch 1.13.1-7.el10 appstream 502 k DEBUG: python3-amqp noarch 5.2.0-7.el10s delorean-master-testing 109 k DEBUG: python3-attrs noarch 23.2.0-7.el10 baseos 125 k DEBUG: python3-autopage noarch 0.5.2-8.el10s delorean-master-testing 75 k DEBUG: python3-barbicanclient noarch 7.2.0-0.20250903114445.8b1a210.el10 delorean-component-clients 164 k DEBUG: python3-bcrypt x86_64 3.2.2-4.el10s delorean-master-testing 42 k DEBUG: python3-beautifulsoup4 noarch 4.12.3-9.el10s delorean-master-testing 303 k DEBUG: python3-binary-memcached noarch 0.31.2-1.el10s delorean-master-testing 43 k DEBUG: python3-cachetools noarch 5.4.0-6.el10s delorean-master-testing 37 k DEBUG: python3-castellan noarch 5.4.1-0.20250903123600.609f4ea.el10 delorean-component-barbican 160 k DEBUG: python3-certifi noarch 2024.08.30-1.el10s delorean-master-testing 14 k DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-cinderclient noarch 9.8.0-0.20250905132338.e2d3049.el10 delorean-component-clients 268 k DEBUG: python3-cliff noarch 4.10.0-0.20250618070037.af17b57.el10 delorean-component-common 116 k DEBUG: python3-cmd2 noarch 2.5.8-1.el10s delorean-master-testing 375 k DEBUG: python3-cryptography x86_64 43.0.0-4.el10 baseos 1.4 M DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el10 baseos 340 k DEBUG: python3-debtcollector noarch 3.0.0-0.20250212115946.0e6ce1c.el10 delorean-component-common 35 k DEBUG: python3-decorator noarch 5.1.1-12.el10 baseos 32 k DEBUG: python3-defusedxml noarch 0.7.1-18.el10s delorean-master-testing 51 k DEBUG: python3-dogpile-cache noarch 1.3.3-1.el10s delorean-master-testing 122 k DEBUG: python3-durationpy noarch 0.9-2.el10s delorean-master-testing 15 k DEBUG: python3-etcd3gw noarch 2.4.1-1.el10s delorean-master-testing 55 k DEBUG: python3-extras noarch 1.0.0-36.el10s delorean-master-testing 15 k DEBUG: python3-fasteners noarch 0.19-1.el10s delorean-master-testing 43 k DEBUG: python3-fixtures noarch 4.2.2-1.el10s delorean-master-testing 111 k DEBUG: python3-futurist noarch 3.2.1-0.20250905232230.388ec84.el10 delorean-component-common 84 k DEBUG: python3-glance-store noarch 4.9.1-0.20250310090147.5dd0bc6.el10 delorean-component-glance 404 k DEBUG: python3-glance-store+cinder noarch 4.9.1-0.20250310090147.5dd0bc6.el10 delorean-component-glance 8.1 k DEBUG: python3-glanceclient noarch 1:4.9.0-0.20250722065403.0b3a8ab.el10 delorean-component-clients 185 k DEBUG: python3-google-auth noarch 1:2.37.0-1.el10s delorean-master-testing 276 k DEBUG: python3-heat-translator noarch 3.2.0-0.20250318094504.5964e3a.el10 delorean-component-common 206 k DEBUG: python3-heatclient noarch 4.3.0-0.20250722065958.d8a25e1.el10 delorean-component-clients 200 k DEBUG: python3-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 k DEBUG: python3-jmespath noarch 1.0.1-8.el10 appstream 58 k DEBUG: python3-jsonpatch noarch 1.33-6.el10 appstream 32 k DEBUG: python3-jsonpointer noarch 2.3-9.el10 appstream 22 k DEBUG: python3-jsonschema noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-jsonschema-specifications noarch 2023.11.2-6.el10 baseos 29 k DEBUG: python3-jwt noarch 2.8.0-1.el10s delorean-master-testing 59 k DEBUG: python3-kazoo noarch 2.8.0-16.el10s delorean-master-testing 191 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-keystoneclient noarch 1:5.7.0-0.20250903122615.be6c506.el10 delorean-component-clients 278 k DEBUG: python3-keystonemiddleware noarch 10.11.0-0.20250722065814.a93d295.el10 delorean-component-keystone 129 k DEBUG: python3-kombu noarch 1:5.3.7-1.el10s delorean-master-testing 423 k DEBUG: python3-kubernetes noarch 1:31.0.0-3.el10s delorean-master-testing 1.3 M DEBUG: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 M DEBUG: python3-mako noarch 1.2.3-9.el10 appstream 225 k DEBUG: python3-memcached noarch 1.59-15.el10s delorean-master-testing 45 k DEBUG: python3-msgpack x86_64 1.1.0-1.el10s delorean-master-testing 103 k DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-neutronclient noarch 11.6.0-0.20250722064251.5f7d102.el10 delorean-component-clients 340 k DEBUG: python3-novaclient noarch 1:18.11.0-0.20250903121841.45a4ab5.el10 delorean-component-clients 266 k DEBUG: python3-oauthlib noarch 3.2.2-6.el10 appstream 259 k DEBUG: python3-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 M DEBUG: python3-os-brick noarch 6.13.0-0.20250905144355.a8c7de0.el10 delorean-component-cinder 1.2 M DEBUG: python3-os-client-config noarch 2.3.0-0.20250722070834.d1e2fe7.el10 delorean-component-clients 58 k DEBUG: python3-os-service-types noarch 1.8.0-0.20250722070657.dbbc067.el10 delorean-component-clients 42 k DEBUG: python3-os-testr noarch 3.0.0-0.20250217143038.0e7ac78.el10 delorean-component-common 57 k DEBUG: python3-os-win noarch 5.9.0-0.20250311184926.318b105.el10 delorean-component-common 553 k DEBUG: python3-osc-lib noarch 4.1.0-0.20250722063709.48b43f8.el10 delorean-component-clients 100 k DEBUG: python3-oslo-cache noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 66 k DEBUG: python3-oslo-cache+dogpile noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.1 k DEBUG: python3-oslo-cache+etcd3gw noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-concurrency noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 46 k DEBUG: python3-oslo-config noarch 2:10.0.0-0.20250722064059.493a086.el10 delorean-component-common 282 k DEBUG: python3-oslo-context noarch 6.1.0-0.20250903115431.f23bc41.el10 delorean-component-common 28 k DEBUG: python3-oslo-db noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 157 k DEBUG: python3-oslo-db+mysql noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-i18n noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 64 k DEBUG: python3-oslo-log noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 75 k DEBUG: python3-oslo-messaging noarch 17.1.0-0.20250722072528.827859a.el10 delorean-component-common 213 k DEBUG: python3-oslo-metrics noarch 0.13.0-0.20250903121146.276d34d.el10 delorean-component-common 26 k DEBUG: python3-oslo-middleware noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 70 k DEBUG: python3-oslo-policy noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 90 k DEBUG: python3-oslo-privsep noarch 3.8.0-0.20250903125837.c343be9.el10 delorean-component-common 53 k DEBUG: python3-oslo-reports noarch 3.6.0-0.20250903115818.b8904f1.el10 delorean-component-common 64 k DEBUG: python3-oslo-rootwrap noarch 7.7.0-0.20250903120002.0cb36cd.el10 delorean-component-common 53 k DEBUG: python3-oslo-serialization noarch 5.8.0-0.20250903120250.8ed3fca.el10 delorean-component-common 35 k DEBUG: python3-oslo-service noarch 4.3.0-0.20250903130900.bfc7798.el10 delorean-component-common 109 k DEBUG: python3-oslo-upgradecheck noarch 2.6.0-0.20250903120433.f7dcd0c.el10 delorean-component-common 29 k DEBUG: python3-oslo-utils noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 130 k DEBUG: python3-oslo-versionedobjects noarch 3.8.0-0.20250903120907.5c2d02e.el10 delorean-component-common 94 k DEBUG: python3-oslotest noarch 5.0.1-0.20250513100931.1fe4458.el10 delorean-component-clients 52 k DEBUG: python3-paramiko noarch 3.5.0-1.el10s delorean-master-testing 379 k DEBUG: python3-paste noarch 3.10.1-6.el10s delorean-master-testing 607 k DEBUG: python3-paste-deploy noarch 3.1.0-7.el10s delorean-master-testing 46 k DEBUG: python3-platformdirs noarch 4.2.2-2.el10s delorean-master-build-deps 41 k DEBUG: python3-ply noarch 3.11-25.el10 baseos 134 k DEBUG: python3-prettytable noarch 3.6.0-10.el10 appstream 68 k DEBUG: python3-prometheus_client noarch 0.21.0-2.el10s delorean-master-testing 117 k DEBUG: python3-psutil x86_64 5.9.8-6.el10 appstream 269 k DEBUG: python3-pyOpenSSL noarch 24.2.1-1.el10s delorean-master-testing 121 k DEBUG: python3-pyasn1 noarch 0.6.1-1.el10 appstream 198 k DEBUG: python3-pyasn1-modules noarch 0.6.1-1.el10 appstream 399 k DEBUG: python3-pycadf noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 64 k DEBUG: python3-pycparser noarch 2.20-16.el10 baseos 158 k DEBUG: python3-pymemcache noarch 4.0.0-1.el10s delorean-master-testing 148 k DEBUG: python3-pynacl x86_64 1.5.0-14.el10s delorean-master-testing 124 k DEBUG: python3-pyparsing noarch 3.1.1-7.el10 baseos 269 k DEBUG: python3-pyperclip noarch 1.8.2-1.el10s delorean-master-testing 28 k DEBUG: python3-pyroute2 noarch 0.7.12-5.el10s delorean-master-testing 917 k DEBUG: python3-pytz noarch 2024.1-3.el10s delorean-master-testing 59 k DEBUG: python3-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-redis noarch 5.1.1-3.el10s delorean-master-testing 524 k DEBUG: python3-referencing noarch 0.31.1-6.el10 baseos 82 k DEBUG: python3-repoze-lru noarch 0.7-25.el10s delorean-master-testing 36 k DEBUG: python3-requests-oauthlib noarch 1.3.1-11.el10 appstream 58 k DEBUG: python3-requestsexceptions noarch 1.4.0-0.20250213133424.d7ac0ff.el10 delorean-component-common 16 k DEBUG: python3-rfc3986 noarch 1.5.0-12.el10s delorean-master-testing 59 k DEBUG: python3-routes noarch 2.5.1-11.el10s delorean-master-testing 201 k DEBUG: python3-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-rsa noarch 4.9-8.el10s delorean-master-testing 70 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-stestr noarch 4.1.0-1.el10s delorean-master-testing 194 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 k DEBUG: python3-subunit noarch 1.4.4-5.el10s delorean-master-testing 123 k DEBUG: python3-swiftclient noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 213 k DEBUG: python3-swiftclient+keystone noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 8.0 k DEBUG: python3-tackerclient noarch 2.4.0-0.20250903124708.00d6e14.el10 delorean-component-clients 172 k DEBUG: python3-tempest noarch 1:44.0.1-0.20250905214038.538f6af.el10 delorean-component-tempest 1.6 M DEBUG: python3-tenacity noarch 8.2.3-1.el10s delorean-master-testing 55 k DEBUG: python3-testrepository noarch 0.0.20-38.el10s delorean-master-testing 202 k DEBUG: python3-testresources noarch 2.0.1-18.el10s delorean-master-testing 74 k DEBUG: python3-testscenarios noarch 0.5.0-21.el10s delorean-master-testing 40 k DEBUG: python3-testtools noarch 2.7.2-1.bootstrap.el10s delorean-master-testing 405 k DEBUG: python3-tomlkit noarch 0.13.2-1.el10s delorean-master-testing 111 k DEBUG: python3-tooz noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 133 k DEBUG: python3-tooz+redis noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-tooz+zake noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-tosca-parser noarch 2.12.0-1.el10s delorean-master-testing 271 k DEBUG: python3-uhashring noarch 2.3-8.el10s delorean-master-testing 28 k DEBUG: python3-vine noarch 5.1.0-10.el10s delorean-master-testing 27 k DEBUG: python3-voluptuous noarch 0.15.2-1.el10s delorean-master-testing 73 k DEBUG: python3-waitress noarch 3.0.1-1.el10s delorean-master-testing 112 k DEBUG: python3-warlock noarch 2.0.1-8.el10s delorean-master-testing 22 k DEBUG: python3-wcwidth noarch 0.2.6-6.el10 baseos 46 k DEBUG: python3-webob noarch 1.8.9-1.el10s delorean-master-testing 274 k DEBUG: python3-websocket-client noarch 1.8.0-2.el10s delorean-master-testing 124 k DEBUG: python3-webtest noarch 3.0.0-1.el10s delorean-master-testing 97 k DEBUG: python3-wrapt x86_64 1.17.1-1.el10s delorean-master-testing 68 k DEBUG: python3-yappi x86_64 1.6.0-1.el10s delorean-master-testing 62 k DEBUG: python3-zake noarch 0.2.2-22.el10s delorean-master-testing 56 k DEBUG: quota x86_64 1:4.09-9.el10 baseos 197 k DEBUG: quota-nls noarch 1:4.09-9.el10 baseos 78 k DEBUG: rpcbind x86_64 1.2.7-3.el10 baseos 58 k DEBUG: sg3_utils x86_64 1.48-7.el10 baseos 1.2 M DEBUG: sg3_utils-libs x86_64 1.48-7.el10 baseos 107 k DEBUG: systemd-udev x86_64 257-13.el10 baseos 2.3 M DEBUG: userspace-rcu x86_64 0.14.0-7.el10 baseos 115 k DEBUG: which x86_64 2.21-44.el10 baseos 42 k DEBUG: Installing weak dependencies: DEBUG: perl-NDBM_File x86_64 1.17-514.el10 appstream 23 k DEBUG: python3-jwt+crypto noarch 2.8.0-1.el10s delorean-master-testing 8.6 k DEBUG: Transaction Summary DEBUG: ======================================================================================================================= DEBUG: Install 267 Packages DEBUG: Total size: 58 M DEBUG: Installed size: 258 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glanceclient-4.9.0-0.20250722065403.0b3a8ab.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-novaclient-18.11.0-0.20250903121841.45a4ab5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tempest-44.0.1-0.20250905214038.538f6af.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-2.7.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-event-libs-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-0.9.9-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-multipath-libs-0.9.9-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-persistent-data-1.1.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] e2fsprogs-libs-1.47.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.23.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gssproxy-0.9.2-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] isns-utils-libs-0.103-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kbd-2.6.4-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kbd-legacy-2.6.4-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] kbd-misc-2.6.4-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-1.6.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-31-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kpartx-0.9.9-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libaio-0.3.111-22.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbasicobjects-0.1.1-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcollection-0.7.0-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libev-4.33-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libini_config-1.3.1-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnfsidmap-2.8.3-0.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnl3-3.11.0-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnvme-1.13-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpath_utils-0.2.1-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libref_array-0.1.5-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtirpc-1.3.5-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-libev-0.3.2-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lsscsi-0.32-15.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-2.03.32-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lvm2-libs-2.03.32-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-6.4-14.20240127.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nfs-utils-2.8.3-0.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nvme-cli-2.13-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Carp-1.54-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Data-Dumper-2.189-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-1.20-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-MD5-2.59-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Encode-3.21-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Exporter-5.78-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Path-2.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Temp-0.231.100-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Long-2.58-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Tiny-0.088-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-IP-0.42-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-SSL-2.085-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-MIME-Base64-3.16-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Mozilla-CA-20231213-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-PathTools-3.91-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Escapes-1.07-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Perldoc-3.28.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Simple-3.45-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Usage-2.03-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Scalar-List-Utils-1.63-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Socket-2.038-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Storable-3.32-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-ANSIColor-5.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-Cap-1.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-ParseWords-3.31-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-Tabs+Wrap-2024.001-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Time-Local-1.350-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-URI-5.27-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-constant-1.33-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-libnet-3.15-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-parent-0.241-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-podlators-5.01-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-attrs-23.2.0-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cffi-1.16.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-43.0.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dateutil-2.9.0.post0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-decorator-5.1.1-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-4.19.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-specifications-2023.11.2-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ply-3.11-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycparser-2.20-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyparsing-3.1.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-6.0.1-19.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-referencing-0.31.1-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpds-py-0.17.1-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] quota-4.09-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] quota-nls-4.09-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpcbind-1.2.7-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-1.48-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sg3_utils-libs-1.48-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-udev-257-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] userspace-rcu-0.14.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] which-2.21-44.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxslt-1.1.39-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] memcached-1.6.23-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-AutoLoader-5.74-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-B-1.89-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Class-Struct-0.68-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-DynaLoader-1.56-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Errno-1.38-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Fcntl-1.18-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Basename-2.86-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-stat-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-FileHandle-2.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Std-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-1.55-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IPC-Open3-1.22-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-NDBM_File-1.17-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Net-SSLeay-1.94-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-POSIX-2.20-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-SelectSaver-1.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Symbol-1.09-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-base-2.27-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-if-0.61.000-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-interpreter-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-locale-1.12-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-mro-1.29-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-overload-1.37-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-overloading-0.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-vars-1.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-PyMySQL-1.1.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-alembic-1.13.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jmespath-1.0.1-8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpatch-1.33-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpointer-2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lxml-5.2.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-1.3.0-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oauthlib-3.2.2-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-3.6.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-psutil-5.9.8-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-0.6.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyasn1-modules-0.6.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-oauthlib-1.3.1-11.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libsodium-1.0.20-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-amqp-5.2.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-autopage-0.5.2-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-bcrypt-3.2.2-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-beautifulsoup4-4.12.3-9.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-binary-memcached-0.31.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cachetools-5.4.0-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-certifi-2024.08.30-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-2.5.8-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-defusedxml-0.7.1-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.3.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-durationpy-0.9-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-etcd3gw-2.4.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-extras-1.0.0-36.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.19-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fixtures-4.2.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-google-auth-2.37.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt+crypto-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kazoo-2.8.0-16.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kombu-5.3.7-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kubernetes-31.0.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-memcached-1.59-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.1.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-paramiko-3.5.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-3.10.1-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-deploy-3.1.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prometheus_client-0.21.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-24.2.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pymemcache-4.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pynacl-1.5.0-14.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyroute2-0.7.12-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytz-2024.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-redis-5.1.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-25.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rfc3986-1.5.0-12.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-routes-2.5.1-11.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rsa-4.9-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-33.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stestr-4.1.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-subunit-1.4.4-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tenacity-8.2.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testrepository-0.0.20-38.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testresources-2.0.1-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testscenarios-0.5.0-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.7.2-1.bootstrap.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tomlkit-0.13.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tosca-parser-2.12.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-uhashring-2.3-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-vine-5.1.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-voluptuous-0.15.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-waitress-3.0.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-warlock-2.0.1-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webob-1.8.9-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-websocket-client-1.8.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webtest-3.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.17.1-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.6.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zake-0.2.2-22.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-platformdirs-4.2.2-2.el10s.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde 1/267 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 2/267 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 3/267 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 4/267 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 5/267 DEBUG: Installing : python3-subunit-1.4.4-5.el10s.noarch 6/267 DEBUG: Installing : python3-fixtures-4.2.2-1.el10s.noarch 7/267 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 8/267 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 9/267 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 10/267 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 11/267 DEBUG: Installing : python3-pyasn1-0.6.1-1.el10.noarch 12/267 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 13/267 DEBUG: Installing : libtirpc-1.3.5-1.el10.x86_64 14/267 DEBUG: Installing : libnvme-1.13-1.el10.x86_64 15/267 DEBUG: Installing : libaio-0.3.111-22.el10.x86_64 16/267 DEBUG: Installing : kmod-31-12.el10.x86_64 17/267 DEBUG: Installing : device-mapper-event-libs-10:1.02.206-3.el10.x86_ 18/267 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 19/267 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 20/267 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 21/267 DEBUG: Installing : python3-oslo-context-6.1.0-0.20250903115431.f23b 22/267 DEBUG: Installing : python3-futurist-3.2.1-0.20250905232230.388ec84. 23/267 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 24/267 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 25/267 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 26/267 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 27/267 DEBUG: Installing : python3-tenacity-8.2.3-1.el10s.noarch 28/267 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 29/267 DEBUG: Installing : python3-redis-5.1.1-3.el10s.noarch 30/267 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 31/267 DEBUG: Installing : python3-extras-1.0.0-36.el10s.noarch 32/267 DEBUG: Installing : python3-cachetools-5.4.0-6.el10s.noarch 33/267 DEBUG: Installing : python3-oauthlib-3.2.2-6.el10.noarch 34/267 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 35/267 DEBUG: Installing : python3-alembic-1.13.1-7.el10.noarch 36/267 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 37/267 DEBUG: Installing : python3-PyMySQL-1.1.1-3.el10.noarch 38/267 DEBUG: Installing : userspace-rcu-0.14.0-7.el10.x86_64 39/267 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 40/267 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 41/267 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 42/267 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 43/267 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 44/267 DEBUG: Installing : libref_array-0.1.5-58.el10.x86_64 45/267 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 46/267 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 47/267 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 48/267 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 49/267 DEBUG: Installing : device-mapper-multipath-libs-0.9.9-11.el10.x86_6 50/267 DEBUG: Installing : python3-requests-oauthlib-1.3.1-11.el10.noarch 51/267 DEBUG: Installing : python3-testrepository-0.0.20-38.el10s.noarch 52/267 DEBUG: Installing : python3-etcd3gw-2.4.1-1.el10s.noarch 53/267 DEBUG: Installing : python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb 54/267 DEBUG: Installing : device-mapper-event-10:1.02.206-3.el10.x86_64 55/267 DEBUG: Running scriptlet: device-mapper-event-10:1.02.206-3.el10.x86_64 55/267 DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/dm-event.socket' → '/usr/lib/systemd/system/dm-event.socket'. DEBUG: Installing : lvm2-libs-10:2.03.32-3.el10.x86_64 56/267 DEBUG: Installing : nvme-cli-2.13-2.el10.x86_64 57/267 DEBUG: Running scriptlet: nvme-cli-2.13-2.el10.x86_64 57/267 DEBUG: Created symlink '/etc/systemd/system/default.target.wants/nvmefc-boot-connections.service' → '/usr/lib/systemd/system/nvmefc-boot-connections.service'. DEBUG: Running in chroot, ignoring command 'daemon-reload' DEBUG: /var/tmp/rpm-tmp.3WeBEk: line 32: udevadm: command not found DEBUG: Running scriptlet: rpcbind-1.2.7-3.el10.x86_64 58/267 DEBUG: Installing : rpcbind-1.2.7-3.el10.x86_64 58/267 DEBUG: Running scriptlet: rpcbind-1.2.7-3.el10.x86_64 58/267 DEBUG: Created symlink '/etc/systemd/system/multi-user.target.wants/rpcbind.service' → '/usr/lib/systemd/system/rpcbind.service'. DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/rpcbind.socket' → '/usr/lib/systemd/system/rpcbind.socket'. DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 59/267 DEBUG: Installing : python3-pyasn1-modules-0.6.1-1.el10.noarch 60/267 DEBUG: Installing : python3-rsa-4.9-8.el10s.noarch 61/267 DEBUG: Installing : python3-google-auth-1:2.37.0-1.el10s.noarch 62/267 DEBUG: Installing : python3-oslotest-5.0.1-0.20250513100931.1fe4458. 63/267 DEBUG: Installing : python3-platformdirs-4.2.2-2.el10s.noarch 64/267 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 65/267 DEBUG: Installing : python3-websocket-client-1.8.0-2.el10s.noarch 66/267 DEBUG: Installing : python3-waitress-3.0.1-1.el10s.noarch 67/267 DEBUG: Installing : python3-uhashring-2.3-8.el10s.noarch 68/267 DEBUG: Installing : python3-tomlkit-0.13.2-1.el10s.noarch 69/267 DEBUG: Installing : python3-testresources-2.0.1-18.el10s.noarch 70/267 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 71/267 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 72/267 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 73/267 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 74/267 DEBUG: Installing : python3-pyroute2-0.7.12-5.el10s.noarch 75/267 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 76/267 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 77/267 DEBUG: Installing : python3-memcached-1.59-15.el10s.noarch 78/267 DEBUG: Installing : python3-kazoo-2.8.0-16.el10s.noarch 79/267 DEBUG: Installing : python3-zake-0.2.2-22.el10s.noarch 80/267 DEBUG: Installing : python3-durationpy-0.9-2.el10s.noarch 81/267 DEBUG: Installing : python3-defusedxml-0.7.1-18.el10s.noarch 82/267 DEBUG: Installing : python3-certifi-2024.08.30-1.el10s.noarch 83/267 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 84/267 DEBUG: Installing : libsodium-1.0.20-2.el10s.x86_64 85/267 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 86/267 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 87/267 DEBUG: Installing : python3-warlock-2.0.1-8.el10s.noarch 88/267 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 89/267 DEBUG: Installing : libxslt-1.1.39-8.el10.x86_64 90/267 DEBUG: Installing : python3-lxml-5.2.1-4.el10.x86_64 91/267 DEBUG: Installing : python3-beautifulsoup4-4.12.3-9.el10s.noarch 92/267 DEBUG: Installing : python3-webtest-3.0.0-1.el10s.noarch 93/267 DEBUG: Installing : which-2.21-44.el10.x86_64 94/267 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 95/267 DEBUG: Installing : sg3_utils-libs-1.48-7.el10.x86_64 96/267 DEBUG: Installing : sg3_utils-1.48-7.el10.x86_64 97/267 DEBUG: Installing : quota-nls-1:4.09-9.el10.noarch 98/267 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 99/267 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 100/267 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 101/267 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 102/267 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 103/267 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 104/267 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 105/267 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 106/267 DEBUG: Installing : python3-pynacl-1.5.0-14.el10s.x86_64 107/267 DEBUG: Installing : python3-paramiko-3.5.0-1.el10s.noarch 108/267 DEBUG: Installing : python3-jwt-2.8.0-1.el10s.noarch 109/267 DEBUG: Installing : python3-jwt+crypto-2.8.0-1.el10s.noarch 110/267 DEBUG: Installing : ncurses-6.4-14.20240127.el10.x86_64 111/267 DEBUG: Installing : lsscsi-0.32-15.el10.x86_64 112/267 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 113/267 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 114/267 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 115/267 DEBUG: Installing : python3-stestr-4.1.0-1.el10s.noarch 116/267 DEBUG: Installing : python3-os-testr-3.0.0-0.20250217143038.0e7ac78. 117/267 DEBUG: Installing : python3-tosca-parser-2.12.0-1.el10s.noarch 118/267 DEBUG: Installing : python3-kubernetes-1:31.0.0-3.el10s.noarch 119/267 DEBUG: Installing : libpath_utils-0.2.1-58.el10.x86_64 120/267 DEBUG: Installing : libnl3-3.11.0-1.el10.x86_64 121/267 DEBUG: Installing : libnfsidmap-1:2.8.3-0.el10.x86_64 122/267 DEBUG: Installing : libev-4.33-14.el10.x86_64 123/267 DEBUG: Installing : libverto-libev-0.3.2-10.el10.x86_64 124/267 DEBUG: Installing : libcollection-0.7.0-58.el10.x86_64 125/267 DEBUG: Installing : libbasicobjects-0.1.1-58.el10.x86_64 126/267 DEBUG: Installing : libini_config-1.3.1-58.el10.x86_64 127/267 DEBUG: Running scriptlet: gssproxy-0.9.2-10.el10.x86_64 128/267 DEBUG: Installing : gssproxy-0.9.2-10.el10.x86_64 128/267 DEBUG: Running scriptlet: gssproxy-0.9.2-10.el10.x86_64 128/267 DEBUG: Installing : kpartx-0.9.9-11.el10.x86_64 129/267 DEBUG: Installing : device-mapper-multipath-0.9.9-11.el10.x86_64 130/267 DEBUG: Running scriptlet: device-mapper-multipath-0.9.9-11.el10.x86_64 130/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/multipathd.service' → '/usr/lib/systemd/system/multipathd.service'. DEBUG: Installing : keyutils-1.6.3-5.el10.x86_64 131/267 DEBUG: Installing : kbd-misc-2.6.4-7.el10.noarch 132/267 DEBUG: Installing : kbd-legacy-2.6.4-7.el10.noarch 133/267 DEBUG: Installing : kbd-2.6.4-7.el10.x86_64 134/267 DEBUG: Installing : systemd-udev-257-13.el10.x86_64 135/267 DEBUG: Running scriptlet: systemd-udev-257-13.el10.x86_64 135/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'. DEBUG: Created symlink '/etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target' → '/usr/lib/systemd/system/remote-cryptsetup.target'. DEBUG: Installing : isns-utils-libs-0.103-1.el10.x86_64 136/267 DEBUG: Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 137/267 DEBUG: Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 137/267 DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/iscsiuio.socket' → '/usr/lib/systemd/system/iscsiuio.socket'. DEBUG: Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10 138/267 DEBUG: Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10 138/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/iscsi-starter.service' → '/usr/lib/systemd/system/iscsi-starter.service'. DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/iscsid.socket' → '/usr/lib/systemd/system/iscsid.socket'. DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/iscsi-onboot.service' → '/usr/lib/systemd/system/iscsi-onboot.service'. DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 139/267 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 139/267 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 139/267 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 140/267 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 141/267 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 142/267 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 143/267 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 144/267 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 145/267 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 146/267 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 147/267 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 148/267 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 149/267 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 150/267 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 151/267 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 152/267 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 153/267 DEBUG: Installing : perl-File-Path-2.18-511.el10.noarch 154/267 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 155/267 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 156/267 DEBUG: Installing : perl-Net-SSLeay-1.94-8.el10.x86_64 157/267 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 158/267 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 159/267 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 160/267 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 161/267 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 162/267 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 163/267 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 164/267 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 165/267 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 166/267 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 167/267 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 168/267 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 169/267 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 170/267 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 171/267 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 172/267 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 173/267 DEBUG: Installing : perl-base-2.27-514.el10.noarch 174/267 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 175/267 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 176/267 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 177/267 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 178/267 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 179/267 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 180/267 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 181/267 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 182/267 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 183/267 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 184/267 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 185/267 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 186/267 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 187/267 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 188/267 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 189/267 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 190/267 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 191/267 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 192/267 DEBUG: Installing : perl-NDBM_File-1.17-514.el10.x86_64 193/267 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 194/267 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 195/267 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 196/267 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 197/267 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 198/267 DEBUG: Installing : memcached-1.6.23-7.el10.x86_64 198/267 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 198/267 DEBUG: Installing : python3-binary-memcached-0.31.2-1.el10s.noarch 199/267 DEBUG: Installing : e2fsprogs-libs-1.47.1-4.el10.x86_64 200/267 DEBUG: Installing : quota-1:4.09-9.el10.x86_64 201/267 DEBUG: Running scriptlet: nfs-utils-1:2.8.3-0.el10.x86_64 202/267 DEBUG: Installing : nfs-utils-1:2.8.3-0.el10.x86_64 202/267 DEBUG: Running scriptlet: nfs-utils-1:2.8.3-0.el10.x86_64 202/267 DEBUG: Created symlink '/etc/systemd/system/multi-user.target.wants/nfs-client.target' → '/usr/lib/systemd/system/nfs-client.target'. DEBUG: Created symlink '/etc/systemd/system/remote-fs.target.wants/nfs-client.target' → '/usr/lib/systemd/system/nfs-client.target'. DEBUG: Running in chroot, ignoring command 'try-restart' DEBUG: Running in chroot, ignoring command 'try-restart' DEBUG: Installing : device-mapper-persistent-data-1.1.0-2.el10.x86_6 203/267 DEBUG: Installing : lvm2-10:2.03.32-3.el10.x86_64 204/267 DEBUG: Running scriptlet: lvm2-10:2.03.32-3.el10.x86_64 204/267 DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service' → '/usr/lib/systemd/system/lvm2-monitor.service'. DEBUG: Created symlink '/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket' → '/usr/lib/systemd/system/lvm2-lvmpolld.socket'. DEBUG: Installing : cryptsetup-2.7.5-2.el10.x86_64 205/267 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 206/267 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 207/267 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 208/267 DEBUG: Installing : python-pycadf-common-4.0.1-0.20250212144723.3cea 209/267 DEBUG: Installing : python-oslo-versionedobjects-lang-3.8.0-0.202509 210/267 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 211/267 DEBUG: Installing : python-oslo-privsep-lang-3.8.0-0.20250903125837. 212/267 DEBUG: Installing : python-oslo-policy-lang-4.6.0-0.20250903115627.f 213/267 DEBUG: Installing : python-oslo-middleware-lang-6.6.0-0.202507220638 214/267 DEBUG: Installing : python-oslo-log-lang-7.2.1-0.20250903123413.dda3 215/267 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 216/267 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 217/267 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 218/267 DEBUG: Installing : python3-oslo-config-2:10.0.0-0.20250722064059.49 219/267 DEBUG: Installing : python3-oslo-serialization-5.8.0-0.2025090312025 220/267 DEBUG: Installing : python3-oslo-log-7.2.1-0.20250903123413.dda3eb6. 221/267 DEBUG: Installing : python3-keystoneclient-1:5.7.0-0.20250903122615. 222/267 DEBUG: Installing : python3-tooz+redis-7.0.0-0.20250618071237.8df645 223/267 DEBUG: Installing : python3-tooz+zake-7.0.0-0.20250618071237.8df645f 224/267 DEBUG: Installing : python3-tooz-7.0.0-0.20250618071237.8df645f.el10 225/267 DEBUG: Installing : python3-osc-lib-4.1.0-0.20250722063709.48b43f8.e 226/267 DEBUG: Installing : python3-tackerclient-2.4.0-0.20250903124708.00d6 227/267 DEBUG: Installing : python3-oslo-privsep-3.8.0-0.20250903125837.c343 228/267 DEBUG: Installing : python3-barbicanclient-7.2.0-0.20250903114445.8b 229/267 DEBUG: Installing : python3-novaclient-1:18.11.0-0.20250903121841.45 230/267 DEBUG: Installing : python3-oslo-policy-4.6.0-0.20250903115627.fc28a 231/267 DEBUG: Installing : python3-oslo-middleware-6.6.0-0.20250722063855.0 232/267 DEBUG: Installing : python3-oslo-upgradecheck-2.6.0-0.20250903120433 233/267 DEBUG: Installing : python3-castellan-5.4.1-0.20250903123600.609f4ea 234/267 DEBUG: Installing : python3-neutronclient-11.6.0-0.20250722064251.5f 235/267 DEBUG: Installing : python3-swiftclient-4.8.0-0.20250527151254.84860 236/267 DEBUG: Installing : python3-swiftclient+keystone-4.8.0-0.20250527151 237/267 DEBUG: Installing : python3-heatclient-4.3.0-0.20250722065958.d8a25e 238/267 DEBUG: Installing : python3-oslo-metrics-0.13.0-0.20250903121146.276 239/267 DEBUG: Installing : python3-oslo-reports-3.6.0-0.20250903115818.b890 240/267 DEBUG: Installing : python3-pycadf-4.0.1-0.20250212144723.3cea59f.el 241/267 DEBUG: Installing : python3-cinderclient-9.8.0-0.20250905132338.e2d3 242/267 DEBUG: Installing : python3-glanceclient-1:4.9.0-0.20250722065403.0b 243/267 DEBUG: Installing : python3-heat-translator-3.2.0-0.20250318094504.5 244/267 DEBUG: Installing : python-oslo-db-lang-17.4.0-0.20250903125129.69c7 245/267 DEBUG: Installing : python3-oslo-db+mysql-17.4.0-0.20250903125129.69 246/267 DEBUG: Installing : python3-oslo-db-17.4.0-0.20250903125129.69c7401. 247/267 DEBUG: Installing : python-oslo-concurrency-lang-7.2.0-0.20250903115 248/267 DEBUG: Installing : python3-oslo-concurrency-7.2.0-0.20250903115211. 249/267 DEBUG: Installing : python3-oslo-service-4.3.0-0.20250903130900.bfc7 250/267 DEBUG: Installing : python3-oslo-messaging-17.1.0-0.20250722072528.8 251/267 DEBUG: Installing : python3-oslo-versionedobjects-3.8.0-0.2025090312 252/267 DEBUG: Installing : python3-os-win-5.9.0-0.20250311184926.318b105.el 253/267 DEBUG: Installing : python3-os-brick-6.13.0-0.20250905144355.a8c7de0 254/267 DEBUG: Installing : python3-glance-store-4.9.1-0.20250310090147.5dd0 255/267 DEBUG: Installing : python3-glance-store+cinder-4.9.1-0.202503100901 256/267 DEBUG: Installing : python3-tempest-1:44.0.1-0.20250905214038.538f6a 257/267 DEBUG: Installing : python-oslo-cache-lang-3.12.0-0.20250905173025.5 258/267 DEBUG: Installing : python3-oslo-cache+dogpile-3.12.0-0.202509051730 259/267 DEBUG: Installing : python3-oslo-cache+etcd3gw-3.12.0-0.202509051730 260/267 DEBUG: Installing : python3-oslo-cache-3.12.0-0.20250905173025.50839 261/267 DEBUG: Installing : python3-keystonemiddleware-10.11.0-0.20250722065 262/267 DEBUG: Installing : python3-tacker-13.1.0-0.20250906035435.db7aaec.e 263/267 DEBUG: Running scriptlet: openstack-tacker-common-13.1.0-0.20250906035435. 264/267 DEBUG: Installing : openstack-tacker-common-13.1.0-0.20250906035435. 264/267 DEBUG: Installing : openstack-tacker-13.1.0-0.20250906035435.db7aaec 265/267 DEBUG: Running scriptlet: openstack-tacker-13.1.0-0.20250906035435.db7aaec 265/267 DEBUG: Installing : python3-tacker-tests-13.1.0-0.20250906035435.db7 266/267 DEBUG: Installing : python3-tacker-doc-13.1.0-0.20250906035435.db7aa 267/267 DEBUG: Running scriptlet: python3-tacker-doc-13.1.0-0.20250906035435.db7aa 267/267 DEBUG: Creating group 'systemd-coredump' with GID 996. DEBUG: Creating user 'systemd-coredump' (systemd Core Dumper) with UID 996 and GID 996. DEBUG: Installed: DEBUG: cryptsetup-2.7.5-2.el10.x86_64 DEBUG: device-mapper-event-10:1.02.206-3.el10.x86_64 DEBUG: device-mapper-event-libs-10:1.02.206-3.el10.x86_64 DEBUG: device-mapper-multipath-0.9.9-11.el10.x86_64 DEBUG: device-mapper-multipath-libs-0.9.9-11.el10.x86_64 DEBUG: device-mapper-persistent-data-1.1.0-2.el10.x86_64 DEBUG: e2fsprogs-libs-1.47.1-4.el10.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: gssproxy-0.9.2-10.el10.x86_64 DEBUG: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el10.x86_64 DEBUG: isns-utils-libs-0.103-1.el10.x86_64 DEBUG: kbd-2.6.4-7.el10.x86_64 DEBUG: kbd-legacy-2.6.4-7.el10.noarch DEBUG: kbd-misc-2.6.4-7.el10.noarch DEBUG: keyutils-1.6.3-5.el10.x86_64 DEBUG: kmod-31-12.el10.x86_64 DEBUG: kpartx-0.9.9-11.el10.x86_64 DEBUG: libaio-0.3.111-22.el10.x86_64 DEBUG: libbasicobjects-0.1.1-58.el10.x86_64 DEBUG: libcollection-0.7.0-58.el10.x86_64 DEBUG: libev-4.33-14.el10.x86_64 DEBUG: libini_config-1.3.1-58.el10.x86_64 DEBUG: libnfsidmap-1:2.8.3-0.el10.x86_64 DEBUG: libnl3-3.11.0-1.el10.x86_64 DEBUG: libnvme-1.13-1.el10.x86_64 DEBUG: libpath_utils-0.2.1-58.el10.x86_64 DEBUG: libref_array-0.1.5-58.el10.x86_64 DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: libtirpc-1.3.5-1.el10.x86_64 DEBUG: libverto-libev-0.3.2-10.el10.x86_64 DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: lsscsi-0.32-15.el10.x86_64 DEBUG: lvm2-10:2.03.32-3.el10.x86_64 DEBUG: lvm2-libs-10:2.03.32-3.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: nfs-utils-1:2.8.3-0.el10.x86_64 DEBUG: nvme-cli-2.13-2.el10.x86_64 DEBUG: openstack-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: openstack-tacker-common-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-4:3.21-511.el10.x86_64 DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Socket-4:2.038-511.el10.x86_64 DEBUG: perl-Storable-1:3.32-511.el10.x86_64 DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-2:1.350-511.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-parent-1:0.241-512.el10.noarch DEBUG: perl-podlators-1:5.01-511.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-privsep-lang-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-versionedobjects-lang-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-barbicanclient-7.2.0-0.20250903114445.8b1a210.el10.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-castellan-5.4.1-0.20250903123600.609f4ea.el10.noarch DEBUG: python3-certifi-2024.08.30-1.el10s.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-defusedxml-0.7.1-18.el10s.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-durationpy-0.9-2.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-glance-store-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glance-store+cinder-4.9.1-0.20250310090147.5dd0bc6.el10.noarch DEBUG: python3-glanceclient-1:4.9.0-0.20250722065403.0b3a8ab.el10.noarch DEBUG: python3-google-auth-1:2.37.0-1.el10s.noarch DEBUG: python3-heat-translator-3.2.0-0.20250318094504.5964e3a.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch DEBUG: python3-kubernetes-1:31.0.0-3.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-novaclient-1:18.11.0-0.20250903121841.45a4ab5.el10.noarch DEBUG: python3-oauthlib-3.2.2-6.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-brick-6.13.0-0.20250905144355.a8c7de0.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-os-testr-3.0.0-0.20250217143038.0e7ac78.el10.noarch DEBUG: python3-os-win-5.9.0-0.20250311184926.318b105.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-oslo-privsep-3.8.0-0.20250903125837.c343be9.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-oslo-rootwrap-7.7.0-0.20250903120002.0cb36cd.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-versionedobjects-3.8.0-0.20250903120907.5c2d02e.el10.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-paramiko-3.5.0-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-pyasn1-0.6.1-1.el10.noarch DEBUG: python3-pyasn1-modules-0.6.1-1.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pyroute2-0.7.12-5.el10s.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-requests-oauthlib-1.3.1-11.el10.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-rsa-4.9-8.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-tacker-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: python3-tacker-doc-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: python3-tacker-tests-13.1.0-0.20250906035435.db7aaec.el10.noarch DEBUG: python3-tackerclient-2.4.0-0.20250903124708.00d6e14.el10.noarch DEBUG: python3-tempest-1:44.0.1-0.20250905214038.538f6af.el10.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-testrepository-0.0.20-38.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tosca-parser-2.12.0-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-warlock-2.0.1-8.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-websocket-client-1.8.0-2.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: quota-1:4.09-9.el10.x86_64 DEBUG: quota-nls-1:4.09-9.el10.noarch DEBUG: rpcbind-1.2.7-3.el10.x86_64 DEBUG: sg3_utils-1.48-7.el10.x86_64 DEBUG: sg3_utils-libs-1.48-7.el10.x86_64 DEBUG: systemd-udev-257-13.el10.x86_64 DEBUG: userspace-rcu-0.14.0-7.el10.x86_64 DEBUG: which-2.21-44.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-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 INFO: DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/common/db/7a/db7aaec7462e10538871a3f74b1ffef1b5e0b373_981d1233'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', '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 in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-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-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-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', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0